Snake works! Scoreboard is fucky.

This commit is contained in:
2026-06-16 22:12:30 -04:00
parent 8303ea9d10
commit 414f0684ab
15 changed files with 648 additions and 325 deletions

View File

@@ -6,6 +6,7 @@
#define ERRNO_IO 2
#define ERRNO_TIMEOUT 3
#define ERRNO_CALIBRATION 4
#define ERRNO_OUTOFBOUNDS 5
#define ERROR(x) errno=x; return x;