这是indexloc提供的服务,不要输入任何密码
Skip to content

Brice150/GAMETIME

Repository files navigation

GAME TIME, a gaming web application

Frontend : Angular
Backend/Database : Firebase

Pages Features

Connect

  • Register by completing information with form control
  • Login with failure animation for bad credentials
  • Logout is available on menu once logged in

Accueil

  • Select the game you want to play
  • Choose options for the game including multiplayer mode

Profile

  • Modify your profile
  • Delete your account (needs confirmation)

Room

  • If you selected multiplayer mode, you can share a link for the others to connect to your room
  • After a game finishes, you can compare your results with other players

Motus

  • Find series of words with limiting number of trials
  • Hints : first letter, blue and red letter colors

Drapeaux

  • Find series of countries with limiting number of trials
  • Hints : flag, blue and red letter colors
Run Locally

Clone the project

  git clone https://github.com/Brice150/GAMETIME.git

Install dependencies

  npm install

Start the server

  ng serve -o