https://github.com/ninivert/mastermind
JavaScript implementation of the Mastermind board game
https://github.com/ninivert/mastermind
game mastermind
Last synced: over 1 year ago
JSON representation
JavaScript implementation of the Mastermind board game
- Host: GitHub
- URL: https://github.com/ninivert/mastermind
- Owner: ninivert
- Created: 2018-10-21T20:32:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T20:25:13.000Z (over 7 years ago)
- Last Synced: 2025-01-05T14:28:31.777Z (over 1 year ago)
- Topics: game, mastermind
- Language: JavaScript
- Homepage: https://ninivert.github.io/mastermind/
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mastermind for node.js
## How to play
[Play in your browser](https://ninivert.github.io/mastermind/)\
_or_\
Open the `docs\index.html` page to have a nice interface\
_or_\
Run `node index.js` to play the game in the command line
## Rules
[Wikipedia is the best](https://en.wikipedia.org/wiki/Mastermind_(board_game))
## Todo
- Refactor the spaghetti code
- Maybe make things a bit prettier, but meh
