Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)