Skip to content

ahsankhanamu/diceGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiceGame

Play with any number of players...

Build Status

Tech

DiceGame uses React of open source projects to work properly:

Play

  • Download the code
  • Navigate to the build folder
  • serve it via npm serve package
  • Install serve if not already: npm i -g serve

  • use command serve -s build
- Local:            http://127.0.0.1:3000

Start the Game Roll the Dice

Game Supports KeyBindings:

  • Press (s || S) to start
  • Press (r || R) to Roll the Dice

Development

Want to contribute? Great!

Require Node 16+ DiceGame uses Vanilla JavaScript for game and React for rendering UI.

Open your favorite Terminal and run these commands.

Install the dependencies and devDependencies and start the server. Make some changes to the code. See your changes in the browser

cd diceGame
yarn install
yarn start

Made With

License

GNU

Free Software, Yeah!

About

Dice game with N number of players

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published