Remove dumb apps

This commit is contained in:
VerstreuteSeele
2022-12-31 22:51:35 +01:00
parent de1c5f46ea
commit dbe8373e7d
85 changed files with 2 additions and 2020 deletions

View File

@@ -276,7 +276,8 @@ void reset_level(Canvas* canvas, ArkanoidState* arkanoid_state) {
arkanoid_state->ball_state.yb = 60;
arkanoid_state->brickCount = 0;
arkanoid_state->ball_state.released = false;
arkanoid_state->gameStarted = false;
// Reset all brick hit states
for(unsigned int row = 0; row < arkanoid_state->ROWS; row++) {
for(unsigned int column = 0; column < arkanoid_state->COLUMNS; column++) {