public
Description: A chess hax in ruby
Clone URL: git://github.com/scrooloose/chesticles.git
Search Repo:
name age message
folder .autotest Sat Mar 01 17:00:35 -0800 2008 my hax autotest config so i can have test the c... [scrooloose]
folder .gitignore Sat Jan 26 00:47:19 -0800 2008 gitignored some stuff [marty]
folder README Mon Mar 10 02:38:08 -0700 2008 updated the readme [scrooloose]
folder chess.rb Sun Jun 15 01:49:55 -0700 2008 add basic ncurses view [scrooloose]
folder data/ Fri Mar 07 17:21:52 -0800 2008 added a basic gtk board renderer... dont exactl... [scrooloose]
folder lib/ Thu Feb 28 23:50:56 -0800 2008 added Object#delegate [marty]
folder models/ Sun Jun 22 02:27:10 -0700 2008 add Board#checkmate_for?(player) and tests [scrooloose]
folder requires.rb Sat Mar 08 17:54:38 -0800 2008 now we only require each board renderer as it i... [scrooloose]
folder spec/ Sun Jun 22 02:27:10 -0700 2008 add Board#checkmate_for?(player) and tests [scrooloose]
folder views/ Sun Jun 22 02:30:22 -0700 2008 make 'q' quit [scrooloose]
README
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)