2 Commits 7c1d408ca6 ... 866140e3fa

Author SHA1 Message Date
  pixelbath 866140e3fa archon thangs 3 months ago
  pixelbath cc3151ad84 archon light/dark 3 months ago
2 changed files with 13 additions and 1 deletions
  1. 13 1
      archon/README.md
  2. BIN
      archon/mockup1.aseprite

+ 13 - 1
archon/README.md

@@ -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

BIN
archon/mockup1.aseprite