Invaders Face (#210)

* invaders face: Initial commit, fully functional so far

* invaders face: silence compiler warning

* invaders face: prevent involuntary restarts when the game is over and save some bytes on flags

---------

Co-authored-by: joeycastillo <joeycastillo@utexas.edu>
This commit is contained in:
TheOnePerson
2023-03-11 22:31:17 +01:00
committed by GitHub
parent 9af51de624
commit b90e997481
4 changed files with 518 additions and 0 deletions

View File

@@ -80,6 +80,7 @@
#include "habit_face.h"
#include "repetition_minute_face.h"
#include "timer_face.h"
#include "invaders_face.h"
// New includes go above this line.
#endif // MOVEMENT_FACES_H_