Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 581 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 581 Bytes

The dice-wars game developed entirely on React.

DiceWars

Play the Dice-Wars game against another player on the same computer.

I created this project as a way to learn React back in 2017. It works great, but it also shows a lot of rookie mistakes. I was also less experienced back then!

Run the project

npm install

To run the game on development

npm run start

And to build the Scss into CSS

npm run watch-css