Line 25:
Line 25:
* Move "Game View" code from menu.cpp to a separate class.
* Move "Game View" code from menu.cpp to a separate class.
* Translation support; gettext.
* Translation support; gettext.
+
+
== Features ==
+
* Three difficulties (see Table below)
+
* Best record for each difficulties is saved to SD or USB (optional)
+
* Graphical screen adjustment; values saved to SD or USB (optional)
+
+
{| class="wikitable" style="left;text-align:center;"
+
|-
+
| '''Difficulty''' || '''Grid Size''' || '''Allowed Steps'''
+
|-
+
| Easy || 14x14 || 25
+
|-
+
| Normal || 21x21 || 35
+
|-
+
| Hard || 28x28 || 50
+
|}
== Installation ==
== Installation ==