Skip to content

Andre-Mendes21/Pong-in-UEFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pong implementation running in UEFI

Resources

License

Stars

Watchers

Forks