Mbed project for a FRDM-K64F microcontroller. Game made out of five sub-games including flappy birds, snake, stack, trivia and space invaders.

Dependencies:   mbed

Fork of The_Children_of_Cronos_el15mggr by ELEC2645 (2016/17)

Files at this revision

API Documentation at this revision

Comitter:
matirc
Date:
Tue Jul 18 09:55:49 2017 +0000
Parent:
4:466cda7cae42
Commit message:
Final version

Changed in this revision

Stymphalian/Stymphalianlib.cpp Show annotated file Show diff for this revision Revisions of this file
Stymphalian/Stymphalianlib.h Show annotated file Show diff for this revision Revisions of this file
--- a/Stymphalian/Stymphalianlib.cpp	Fri May 05 11:43:35 2017 +0000
+++ b/Stymphalian/Stymphalianlib.cpp	Tue Jul 18 09:55:49 2017 +0000
@@ -40,9 +40,7 @@
     _alienbullet1=true;
     _alienbullet2=true;
     _dead=false;
-    _disp0=false;
-    _disp1=false;
-    _disp2=false;
+
     _alienXbig[0]=1;
     _alienYbig[0]=3;
     _alienXbig[1]=2;
--- a/Stymphalian/Stymphalianlib.h	Fri May 05 11:43:35 2017 +0000
+++ b/Stymphalian/Stymphalianlib.h	Tue Jul 18 09:55:49 2017 +0000
@@ -126,7 +126,7 @@
 // bools for knowing if there is any bullet of that type in the screen
     bool _bulletcheck,_alienbullet0,_alienbullet1,_alienbullet2;
 //bools for knowing if it died or for knowing if that alien whre the bullet was gona come out is alive or not
-    bool _dead,_disp0,_disp1,_disp2;
+    bool _dead;