Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openwide-ingenierie/pong-uefi
Simple Pong with score for UEFI
https://github.com/openwide-ingenierie/pong-uefi
game pong uefi
Last synced: 3 months ago
JSON representation
Simple Pong with score for UEFI
- Host: GitHub
- URL: https://github.com/openwide-ingenierie/pong-uefi
- Owner: Openwide-Ingenierie
- License: gpl-2.0
- Created: 2017-05-03T13:24:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-12T09:36:54.000Z (over 7 years ago)
- Last Synced: 2024-10-24T00:22:52.517Z (4 months ago)
- Topics: game, pong, uefi
- Language: C
- Size: 11.7 KB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Pong! for UEFI
## Purpose of this project
The purpose of this project is to learn how to program for UEFI and to show it is not that hard. Here is a screenshot from the game running:![Screenshot](screenshot.jpg)
## Compiling this project
To compile this project, you need `EDK II`, follow the instructions given on their official documentation page which can be find here: https://github.com/tianocore/tianocore.github.io/wiki/Getting-Started-with-EDK-II
## Launching the game
After compiling, rename the generated `Pong.efi` to `BOOTX64.EFI` (or `BOOTIA64.EFI` or `BOOTARM.EFI`, depending on the target) and put it on a FAT16 or FAT32 USB key in the path:
```
/EFI/BOOT/BOOTX64.EFI
```## Controls
s / x : Control left bat
Up / Down : Control right bat