We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f67f6 commit 639ac2fCopy full SHA for 639ac2f
README
@@ -0,0 +1,9 @@
1
+This is a game for the µGame game console, based on the classic Space Invaders
2
+arcade game.
3
+
4
+Note that because of memory requirements, you should copy the game.mpy and not
5
+the game.py file onto the device. This is a compiled version of the same
6
+program, and it takes less memory to load.
7
8
+Future version will probably be better optimized and will be able to run the
9
+uncompiled version directly, but for now there is this workaround.
0 commit comments