Warning, /games/knetwalk/TODO is written in an unsupported language. File is not indexed.

0001 BUGS:
0002 =====
0003 
0004 * sometimes it seems to go in infinite loop when starting a new game... check it!! 
0005   (maybe it's fixed: didn't happen for a long time)
0006 * when a new game starts there are unneeded repaints
0007 
0008 
0009 TODO:
0010 =====
0011 
0012 == short term ==
0013 * check if forground and background cache makes sense in cell.cpp
0014 * if it isn't to hard use a menu to change the theme
0015 * show the solution
0016 * fix globals.h, include.h, etc. (use one unified header for that stuff)
0017 * better default size
0018 
0019 == medium term ==
0020 * fix highscores (lot of problems)
0021 * allow games with different aspect ratios
0022 * allow customized game (perhaps giving it a custom name)
0023 * make the difficulty change less when playing the same difficulty level
0024 
0025 == long term ==
0026 * change Directions (not sure)
0027 * profiling
0028 * look if it's possibly to optionally use openGl (to have smooth rotations)
0029 * whatsthis isn't show easily add an help icon or questionmark or something... (in the game field maybe..)
0030 * initial window size depending one the screen size (possible with kde? also usefull in other games!)
0031 * next move hint
0032 * demo mode
0033 
0034 
0035 KDEGAMES: (things that might apply to the whole kdegames)
0036 =========
0037 
0038 * add a handbook button to the toolbar