public
Description: A chess hax in ruby
Clone URL: git://github.com/scrooloose/chesticles.git
chesticles / README
100644 17 lines (11 sloc) 0.428 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Requirements
================================================================================
 
* the highline gem
* the gtk2 ruby library if you intend to use the gtk interface
* rspec for the tests
 
 
Playing
================================================================================
 
./chess --use-gtk
will start the game with the gtk2 interface
 
./chess
will start the game with the ascii interface (reduced sex appeal)