RubyToe Server
Board game for 2 players.
Fact sheet
- Supports the TicTacToe engine
- Supports AI players (either random or by using the TTTAI module)
- Implemented in Ruby
- GGZ is required (no standalone mode)
The RubyToe server is the Ruby reimplementation of the
TicTacToe
server. It does probably not support all of its options, but serves as a functional
test case of implementing GGZ game servers in Ruby.
If the ruby wrapper has been installed completely, it will be able to load and use
the TTTAI module, thus gaining access to the same AI routines that the original
TicTacToe server uses.
GGZ game server support
| Play-again | no |
| Spectators | no |
| Statistics | no |
| Bot players | yes |
| Named Bots | yes |
| Leave/Rejoin | no |
| Savegames | no |
|
Related pages
Gtk+ client: TicTacToe
KDE client: KTicTacTux
SDL/OpenGL client: TTT3D
Java client: GGZ Java-TTT
Engine: TicTacToe
Game server: TicTacToe
Game server: CoffeeToe
Game server: Kryds
|