A simple x86-64 UEFI application of the game Pong using the EDK II reference implementation of UEFI.
-
Follow the steps in this OSDev Wiki page on how to build EDK II.
-
Inside the
root
folder of EDK II clone this repository. -
Place the
OVMF.fd
file in the root folder of this project. -
Run
build.sh
.
There should now be a folder called image
containing the following structure image/EFI/BOOT/
with the BOOTX64.EFI
file inside.
- Run
run.sh
.
-
w
/s
moves the left bat up and down, respectively. -
arrow_up
/arrow_down
moves the right bat up and down, respectively.