idk, did some rewriting of the snake game logic to add multiple snakes / a hardmode
This commit is contained in:
FantasyPvP
2023-10-05 00:47:55 +01:00
parent 0d3e1af5be
commit 0c67dd567c
3 changed files with 484 additions and 88 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ test-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "st
test-success-exit-code = 33
test-timeout = 30
run-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio"]
run-args = ["-device", "isa-debug-exit,iobase=0xf4,iosize=0x04", "-serial", "stdio", "-accel", "kvm"]
[dependencies]
bootloader= { version = "0.9.23", features = ["map_physical_memory"] }