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)
|
2014-01-21 22:52:09 +01:00
|
|
|
- Print several games in one shot (and 4 on the same page) (08/02/2011)
|
|
|
|
- Show the results in duplicate mode (22/09/10)
|
|
|
|
- Have help in multi-player modes (17/08/2011)
|
|
|
|
- In training mode, have a way to know if there is a Scrabble or not, before displaying the results (eliot-general@, 14/01/2014)
|
|
|
|
- In training mode, have a way to know if the word about to be played is the top move (eliot-general@, 14/01/2014)
|
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
|
|
|
|
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
|
|
|
|