Great game by Aurelién Rodot for Gamebuin. Ported by Jonne

Dependencies:   PokittoLib

Fork of Asterocks by Pokitto Community Team

Revision:
5:42a7d8c6c8fd
Parent:
4:46e28b959b54
--- a/main.cpp	Thu Oct 12 10:45:15 2017 +0000
+++ b/main.cpp	Fri Oct 13 21:38:43 2017 +0000
@@ -1,14 +1,20 @@
 #include "Pokitto.h"
+//#include "Gamebuino.h"
 
-Pokitto::Core aster;
+Pokitto::Core g;
 
 int main()
 {
-    aster.begin();
+
+    //pokInitSD();
+    /*if (!isThisFileOpen("WOLF.SND")) {
+        fileClose(); // close any open files
+        fileOpen("WOLF.SND",FILE_MODE_OVERWRITE | FILE_MODE_BINARY);
+    }*/
 
     setup();
 
-    while( aster.isRunning() )
+    while(g.isRunning())
     {
         loop();
     }