Skip to content
/ Lucky12 Public

Number game made with React. Click numbers to collect points before they overheat.

Notifications You must be signed in to change notification settings

krkv/Lucky12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lucky-12

Number game made with React

Objective of the game

Click an active square to add it's value to your score. If the value reaches 13, square becomes inactive.

Play the game

The game is hosted at Surge: http://squares.surge.sh

Technology

  • yran
  • react
  • create-react-app
  • standard.js

Local development

Clone the repository and run yarn commands:

yarn
yarn start

Deployment

Clone the repository and run commands:

yarn global add serve
yarn build
serve -s -l 3000 build

The application will run on port 3000 by default.

About

Number game made with React. Click numbers to collect points before they overheat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published