Sudoku

This program was created as semestral work in MI-RUB at FIT CVUT in Prague, in winter semester of 2014. Does not do anything useful and the author recommends not using anything from this crappy piece of software.

Installation

Add this line to your application's Gemfile:

gem 'sudoku'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sudoku

Usage

Run the 'sudoku' program, which will start the GUI for the sudoku game.

Contributing

  1. Fork it ( https://github.com/[my-github-username]/sudoku/fork )
  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. Create a new Pull Request