An open API service indexing awesome lists of open source software.

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

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

![My code](mycode.jpg)