public
Description: A chess hax in ruby
Clone URL: git://github.com/scrooloose/chesticles.git
updated the readme
scrooloose (author)
Mon Mar 10 02:38:08 -0700 2008
commit  8ac88e82d4fbb37a66e12de0c0db971b989708ed
tree    48d4c967dfd286aa1c80afda299c870350a65931
parent  09814f00b9c6e5f0f9328773eaebf8722ffd7cd8
0
...
2
3
4
5
 
 
6
7
8
...
11
12
13
14
 
15
...
2
3
4
 
5
6
7
8
9
...
12
13
14
 
15
16
0
@@ -2,7 +2,8 @@ Requirements
0
 ================================================================================
0
 
0
 * the highline gem
0
-* the gtk2 ruby library if you intend to use the gtk interface
0
+* the gtk2 ruby library if you intend to use the gtk interface
0
+* rspec for the tests
0
 
0
 
0
 Playing
0
@@ -11,5 +12,5 @@ Playing
0
 ./chess --use-gtk
0
 will start the game with the gtk2 interface
0
 
0
-./chess
0
+./chess
0
 will start the game with the ascii interface (reduced sex appeal)

Comments

    No one has commented yet.