Skip to content

tomasznapieralski/game-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAME POINTS

It is a very simple game. Your goal is to collect as many score points as possible, you do this by clicking on the items that will appear on the board. You need to be fast though, because the items will disappear after a short while. Before you start make sure you are familiar with the scores of the items which are visible in the menu on the right side. Then hit START GAME button when ready.

The game is available here, but you can run it localy if you want.

TODO:

  • add a timer, i think that having 30 seconds to collect is enough,
  • add a scoreboard, we are collecting the items, but is that more or less than the previous one?
  • add welcome screen / how to play info, can be in the empty board space,

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.