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

0001 TODO-list for KREVERSI
0002 ======================
0003 
0004 Legend
0005 ------
0006 
0007 * Main task
0008 + subtask
0009 - subsubtask
0010 
0011 ------  Unassigned task
0012 [name]  Assigned task
0013 [DONE]  Finished task
0014 
0015 ----------------------------------------------------------------
0016 
0017 Fix important bugs
0018   * All crashes                                                          ------
0019   *
0020 
0021 General enhancements
0022   * Make it possible to play white                                       [DONE]
0023   * Save settings of toggleactions in config file.                       ------
0024 
0025 Enhancements to the view
0026   * Show 'last move' during the animation of flipped pieces.             [DONE]
0027     That way the last move can be shown also in demo mode
0028   * Make the demo mode not restart automatically                         [DONE]
0029 
0030 Structural enhancements
0031   * Improve separation of engine + game logic from the UI                [DONE]
0032     This will let us create a QML based UI for Plasma Active
0033 
0034 Documentation
0035   * Rewrite DESIGN totally.                                              [DONE]
0036     It was created when KReversi was still based on QWidget.
0037 
0038 Long term enhancements
0039   * Navigate in the list of moves                                        ------