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
- Fork it ( https://github.com/[my-github-username]/sudoku/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request