cjRem44x/ZiggyPongz
A classic Pong clone implemented in Zig using Raylib - demonstrating game development fundamentals and modern Zig programming practices.
A simple Pong clone written in Zig using the Raylib library. This project serves as an educational resource for learning game development concepts and the Zig programming language.
This project is created for educational purposes only to demonstrate:
This is a learning project and is not intended for commercial use. All code is written for educational purposes to understand game development concepts and the Zig programming language.
git clone https://github.com/yourusername/ZiggyPongz.git
cd ZiggyPongz
zig build
zig build run
For development with hot reloading:
zig build run -- -watch
zig build -Doptimize=ReleaseFast
zig build -Doptimize=Debug