|
@@ -5,7 +5,19 @@ For some reason, I chose to use 12x12 sprites for this implementation.
|
|
|
|
|
|
## Features
|
|
|
* 9x9 game board, 5 power points
|
|
|
-
|
|
|
+* Light/dark cycle - Levels oscillate between 0-5 (0=extreme light, 5=extreme dark):
|
|
|
+ * 0-1: light +1
|
|
|
+ * 2-3: neutral
|
|
|
+ * 4-5: dark +1
|
|
|
+```
|
|
|
+ Light->Neutral
|
|
|
+ #C1E4F7 - #A6B1B3
|
|
|
+
|
|
|
+ Neutral->Dark
|
|
|
+ #A6B1B3 - #252250
|
|
|
+```
|
|
|
+### Spells
|
|
|
+* Shift Time - If used at peak, reverses cycle completely; otherwise, reverses current light/dark cycle
|
|
|
### Pieces - Light
|
|
|
* Proj (fireball), Spell - Wizard
|
|
|
* Aura (whirlwidn) - Djinn
|