https://github.com/yds12/sudoku
Sudoku Game written in Ruby
https://github.com/yds12/sudoku
ruby sudoku sudoku-generator sudoku-solver
Last synced: about 1 month 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T14:22:34.000Z (over 12 years ago)
- Last Synced: 2025-03-03T04:23:27.613Z (over 1 year 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)