eliot/game
Olivier Teulière b7032e2d78 - The Game library is now in C++.
This simplifies the code in many places, and allows inheritance of the
   game mode classes (Training, Duplicate and FreeGame).
 - A Tile is no more an unsigned char, but a class: it should help supporting
   i18n of the game. The Dic library still uses unsigned chars though.
 - Improved the configure script, to enable/disable the compilation of some
   interfaces.
 - Added a ncurses interface, much nicer than the text one. The game mode and
   the number of players are currently hardcoded, it is not possible to change
   them interactively (yet).
 - Repaired the save/load functions.

NOTE: The wxWindows interface compiles, but is completely broken. I'm afraid it
needs a full rewrite (to support the various game modes in particular).
2005-02-05 11:14:56 +00:00
..
.cvsignore Added .cvsignore files 2004-07-08 18:17:31 +00:00
bag.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
bag.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
board.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
board.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
board_cross.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
board_search.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
cross.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
cross.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
debug.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
duplicate.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
duplicate.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
freegame.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
freegame.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
game.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
game.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
gameio.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
Makefile.am - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
player.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
player.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
pldrack.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
pldrack.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
rack.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
rack.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
results.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
results.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
round.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
round.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
tile.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
tile.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
training.cpp - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
training.h - The Game library is now in C++. 2005-02-05 11:14:56 +00:00