shifted robot minutely
[naja.git] / README.txt
index a832f3d6e7729ff833c65393f466215d86ed00ff..22473282e8aaa42ed323cf922c21a073366f7001 100644 (file)
@@ -70,12 +70,18 @@ If you have all three colour bits set, and are on the right tile, you can
 gain a point, although this unsets all the colour bits. Once you have enough
 points, you win the game, and there is much rejoicing.
 
+(In true 8-bit style, the Konami Code is accepted.)
+
 Development notes
 -----------------
 
+Ensure the JSON is generated from the YAML, for people with out pyyaml::
+
+   ./tools/gen_json.py
+
 Creating a source distribution with::
 
-   ./scripts/build_unix.sh
+   python setup.py sdist
 
 You may also generate Windows executables and OS X applications::