A simple sudoku game for your terminal
You will need Node.js in order to play, you will also need to install the following modules with these commands:
npm install lodash
npm install chalk
npm install cli-table
Download the project, then go to the 'sudoku' folder from your terminal. There execute this command to play: node src/clients/terminal.js You will be asked to select a difficulty, and then the game will start!
- 3 difficulty levels (easy, medium and hard).
- An easy and fast way to insert numbers into the board.
- A 'hint' command to obtain a hint.
- A 'delete' command to erase players' numbers.
- A 'help' command that explains the usage of these commands.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Submit a pull request
Thanks goes to these wonderful people (emoji key):
CamilaSosa96 💻 |
Renan de Azevedo 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT © Jeferson Farias Calazans