No description
- Zig 100%
| src | ||
| .gitignore | ||
| build.zig | ||
| build.zig.zon | ||
| LICENSE | ||
| README.md | ||
Zello
A basic Pong game implemented in Zig using the Raylib library. This project serves as an exploration of Zig's capabilities, particularly its C interoperability features.
Features
- Pong gameplay with two paddles and a ball
- Simple scorekeeping
- Built using Zig's build system and dependency management
- Includes Raylib package, so no external installation is needed
Requirements
- Zig compiler (version 0.14.0 or later recommended)
Getting it Running
To run the game, clone the repo, then build and run.
git clone https://github.com/Solidsilver/zello-raylib.git
cd zello-raylib
zig build run
Contributing
Feel free to open issues or submit pull requests if you have any suggestions or improvements