mathjx000/UEFI-Games
Simple games running using UEFI
Simple games re-implemented for UEFI using the Zig programming language, playable directly during boot process.
Contains the following games:
Requires Zig version 0.14.0
.
# To build all the games simply use
zig build
# To get more info on what is available
zig build --help
You can place the built efi
files in the right place, or you can test using a
virtual machine.
Example command to run:
(You need to be in the right directory, which should contains
efi/boot/xxx.efi
)
qemu-system-x86_64 -bios /usr/share/edk2/ovmf/OVMF_CODE.fd -hdd fat:rw:.