2009-01-04 18:39:27 +01:00
|
|
|
TODO
|
|
|
|
====
|
2005-12-27 01:20:14 +01:00
|
|
|
|
2008-01-08 14:52:32 +01:00
|
|
|
- Improve error handling (use exceptions more)
|
2009-01-04 18:39:27 +01:00
|
|
|
- getopt support for all the interfaces (only ncurses is done)?
|
2005-11-09 20:52:48 +01:00
|
|
|
- detection of blocked positions?
|
2009-01-04 18:39:27 +01:00
|
|
|
- distinguish misplaced and incorrect words?
|
2005-11-09 20:52:48 +01:00
|
|
|
|
2009-02-22 17:43:55 +01:00
|
|
|
Requested by users
|
|
|
|
==================
|
|
|
|
|
|
|
|
- Drag & drop? (03/02/09)
|
|
|
|
- Continue a real game on Eliot (03/02/09)
|
|
|
|
- In duplicate mode, display the rack in the External board (19/02/09)
|
2009-11-29 17:01:31 +01:00
|
|
|
- Tiles on the rack more similar to the ones on the board (http://www.prise2tete.fr/forum/viewtopic.php?id=4956)
|
2009-02-22 17:43:55 +01:00
|
|
|
|
2009-01-04 18:39:27 +01:00
|
|
|
Implementation details
|
|
|
|
======================
|
|
|
|
|
|
|
|
- game.h included in board.cpp!
|
|
|
|
- board.h included in coord.cpp!
|
|
|
|
- use Boost.Format?
|
|
|
|
- compile with -ansi -pedantic by default?
|
|
|
|
|
|
|
|
Not so urgent
|
|
|
|
=============
|
2005-11-09 20:52:48 +01:00
|
|
|
|
|
|
|
- add timers
|
2009-01-04 18:39:27 +01:00
|
|
|
- network support
|
2006-01-22 13:23:52 +01:00
|
|
|
- implement the dictionary as a GADDAG:
|
|
|
|
http://www.cs.ubc.ca/local/reading/proceedings/spe91-95/spe/vol24/issue2/spe880.pdf
|
2005-12-27 01:20:14 +01:00
|
|
|
|