Browse Source

Add "manicminer" to games. Fix #5

jamesbowman 8 years ago
parent
commit
137f91dadf
4 changed files with 748 additions and 3 deletions
  1. 283 0
      converted-assets/manicminer.h
  2. 1 1
      go
  3. 462 0
      manicminer.ino
  4. 2 2
      publish.py

File diff suppressed because it is too large
+ 283 - 0
converted-assets/manicminer.h


+ 1 - 1
go

@@ -6,5 +6,5 @@ cp Gameduino.zip ~
 unzip -o ~/Gameduino.zip -d $HOME/Arduino/libraries/ &&
 
 # ./runtests `cat testset` ; exit
-./mkino watterott
+./mkino manicminer
 # python /usr/share/doc/python-serial/examples/miniterm.py /dev/ttyUSB0 115200

File diff suppressed because it is too large
+ 462 - 0
manicminer.ino


+ 2 - 2
publish.py

@@ -10,7 +10,7 @@ inventory = {
     '2.Audio'           : "toccata player sample instruments2",
     '3.Advanced'        : "interrupt splitscreen jkcollision bitmap wireframe snow assets",
     '4.Demo'            : "ball chessboard dna spectrum cp437 watterott",
-    '5.Games'           : "asteroids frogger chopper",
+    '5.Games'           : "asteroids frogger chopper manicminer",
     '6.Tools'           : "selftest screenshot memloader joytest",
 }
 
@@ -56,4 +56,4 @@ testset.close()
 z.close()
 
 # print ["./mkino %s" % s for s in " ".join(inventory.values()).split()]
-print " ".join(legit)
+# print " ".join(legit)

Some files were not shown because too many files changed in this diff