Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/