Mirror of git://git.savannah.nongnu.org/eliot.git
Find a file
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
dic - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
doc Support for 3 different game modes: 2004-08-07 18:10:42 +00:00
game - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
utils - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
wxwin - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
.cvsignore Added .cvsignore files 2004-07-08 18:17:31 +00:00
acinclude.m4 *** empty log message *** 2004-04-08 09:43:06 +00:00
AUTHORS *** empty log message *** 2004-04-08 09:43:06 +00:00
ChangeLog *** empty log message *** 2004-04-08 09:43:06 +00:00
configure.in - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
COPYING *** empty log message *** 2004-04-08 09:43:06 +00:00
INSTALL Compilation fixes for the Unicode build of wxWidgets 2005-01-01 15:42:55 +00:00
Makefile.am - The Game library is now in C++. 2005-02-05 11:14:56 +00:00
NEWS *** empty log message *** 2004-04-08 09:43:06 +00:00
README *** empty log message *** 2004-04-08 09:43:06 +00:00

  Eliot est un jeu de Scrabble

  Il ne s'agit pas d'un programme pour jouer à plusieurs mais plutôt
  d'un programme pour s'entrainer et jouer en duplicate.

  Eliot, ainsi que son dictionnaire, sont disponibles librement en accord 
  avec la license GPL (http://www.gnu.org/).

  Eliot permet de rechercher le meilleur coup que l'on peut jouer sur
  une grille avec un tirage. 

  Eliot incorpore la recherche des raccords sur un coup, des benjamins
  et  mots composables avec les lettres du tirage plus une. Un module de 
  recherche est aussi disponible pour la recherche des anagrammes
  et les jeux de mots-croisés.

  Bon jeux ! 

  antoine.fraboulet@free.fr
  http://afrab.free.fr/eliot/