Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathjx000/uefi-games
Simple games running using UEFI
https://github.com/mathjx000/uefi-games
uefi zig
Last synced: 16 days ago
JSON representation
Simple games running using UEFI
- Host: GitHub
- URL: https://github.com/mathjx000/uefi-games
- Owner: mathjx000
- License: mit
- Created: 2025-01-22T19:37:46.000Z (17 days ago)
- Default Branch: main
- Last Pushed: 2025-01-22T20:01:21.000Z (17 days ago)
- Last Synced: 2025-01-22T21:18:28.266Z (17 days ago)
- Topics: uefi, zig
- Language: Zig
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UEFI Games
Simple games re-implemented for [UEFI] using the
[Zig] programming language, playable directly during boot
process.Contains the following games:
- Connect 4 (WIP)
## Building
Requires [Zig] version `0.13.0`.
TODO
## Running
TODO
## Acknowledgements
- [UEFI examples in Zig](https://github.com/nrdmn/uefi-examples)
[UEFI]: https://uefi.org/ "Unified Extensible Firmware Interface"
[Zig]: https://ziglang.org/