Bulls & Cows game in React with Redux
Uses Node v8.6.0
- clone the repo
- run
npm install
- run
npm start
- runs webpack's dev server - open web-browser to
http://localhost:8080
Web page shows some instructions.
Can simply play the game, or enter a secret code of your own and the computer will also try to guess your code when you guess it's.
See if you can guess the computer's code before it guesses yours.
A few tests of the game logic only.