GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: A chess hax in ruby
Clone URL: git://github.com/scrooloose/chesticles.git
scrooloose (author)
Mon Mar 10 02:38:08 -0700 2008
commit  8ac88e82d4fbb37a66e12de0c0db971b989708ed
tree    48d4c967dfd286aa1c80afda299c870350a65931
parent  09814f00b9c6e5f0f9328773eaebf8722ffd7cd8
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)