Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.17 KB

File metadata and controls

55 lines (39 loc) · 2.17 KB

Sudoku

All Contributors

A simple sudoku game for your terminal

Usage

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!

Features

  • 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.

Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Submit a pull request

Contributors ✨

Thanks goes to these wonderful people (emoji key):

CamilaSosa96
CamilaSosa96

💻
Renan de Azevedo
Renan de Azevedo

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT © Jeferson Farias Calazans