Simple Pong game built with Zig and Raylib.
- Install dependencies:
- Zig
- Raylib
- Build with:
zig build - Run with:
./zig-out/bin/pong-zig
- Build and run with one command:
zig build run
- Start: Enter
- Player 1: W and S
- Player 2: Up and Down arrow keys
- Pause: P
- Quit: Escape
Expect issues, some are known already. This is made as a getting started project for Zig and Raylib.