Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yds12/sudoku
Sudoku Game written in Ruby
https://github.com/yds12/sudoku
ruby sudoku sudoku-generator sudoku-solver
Last synced: about 2 months ago
JSON representation
Sudoku Game written in Ruby
- Host: GitHub
- URL: https://github.com/yds12/sudoku
- Owner: yds12
- Created: 2017-05-16T17:21:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T14:22:34.000Z (almost 11 years ago)
- Last Synced: 2023-03-18T12:12:57.420Z (almost 2 years ago)
- Topics: ruby, sudoku, sudoku-generator, sudoku-solver
- Language: Ruby
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku
Sudoku game written in Ruby.
## Requirements
- Ruby 2.0 or greater
- Lib Gosu## How to run
- Change to the project root directory
- Execute:ruby game.rb
## Playing
- Click on the squares and type a number to put a value in the board
- Click on a square and press *Delete* to remove a number
- Press *Space* to start a new match## TO DO
- Generate only one Sudoku board, then try different patterns until
it has only one solution (don't generate one new board each time a
pattern yields more than one solution)