semi-working snake game

This commit is contained in:
2025-09-19 13:08:16 -06:00
parent 2012e68995
commit d00e644100
14 changed files with 252 additions and 40 deletions

View File

@@ -1,4 +1,6 @@
kernel: calculator
kernel:
cargo run --bin kernel
calculator:
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin calculator --profile release-binary
snake:
RUSTFLAGS="-C link-arg=--noinhibit-exec" cargo build --bin snake --profile release-binary