umbezt / imdbgame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess Year Game

You have 8 seconds to guess the year a movie was released

Install instructions

  1. Copy or clone the repo
  2. navigate to the project folder in the terminal
  3. run composer install
  4. set database driver/host/user/password in the .env file
  5. run php artisan migrate --seed to create the necessary table and data
  6. serve the application anyway fit or run php -S localhost:9020 -t public
  7. Navigate to the application in the browser and play a game

Known issue

  • When a third player joins it give the current game being played.
  • to do - css and animations
  • to do - add manifest file
  • when players finish with the same score

About


Languages

Language:PHP 89.6%Language:Vue 8.5%Language:Shell 1.3%Language:Blade 0.6%