Fix game over restart logic and update README

This commit is contained in:
2026-06-23 00:09:42 +02:00
parent e07e8c6e56
commit c0c217f4f6
25 changed files with 1355 additions and 47 deletions
+4
View File
@@ -3,7 +3,11 @@
#include <stdint.h>
void title_init(void);
void title_update(uint8_t keys, uint8_t prev_keys);
void engine_init(void);
void engine_update(uint8_t keys, uint8_t prev_keys);
extern uint8_t app_state;
#endif