Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.05 KB

Pong in UEFI

A simple x86-64 UEFI application of the game Pong using the EDK II reference implementation of UEFI.

image

Pre-requisites

Building

  1. Follow the steps in this OSDev Wiki page on how to build EDK II.

  2. Inside the root folder of EDK II clone this repository.

  3. Place the OVMF.fd file in the root folder of this project.

  4. Run build.sh.

There should now be a folder called image containing the following structure image/EFI/BOOT/ with the BOOTX64.EFI file inside.

Running

  • Run run.sh.

Playing the Game

  • w / s moves the left bat up and down, respectively.

  • arrow_up / arrow_down moves the right bat up and down, respectively.