rust-browser-game but in UEFI instead of browser
quick start
deps
build process
$ make
running
after building everything you will see game.efi
file and to run the game you will need to somehow run this file inside UEFI environment
you can use qemu with edk2 UEFI firmware or any computer with UEFI support on it's motherboard (tho it wasn't tested on real hardware, so feel free to create an issue)
if you decided to use qemu with edk2 i can suggest using uefi-run for running everything.
controls
key | action |
---|---|
a | move left by 20 pixels |
d | move right by 20 pixels |
space or w | fire |
p | pause |