raylib-examples-zig
Game exercise examples written in Zig, based on the raylib engine.
Introduction
Here are the descriptions for each game practice project. Some are ported and re-implemented in Zig from other online tutorials (originally in C++, Odin, etc.).
raylib-ball
A basic exercise of moving a ball with keys:
raylib-collisions
A basic exercise of collision detection:
raylib-cat
A cat moving and jumping on platforms. Includes sprite sheet animation, gravity simulation, and collision detection:
raylib-pong
A Pong game, including basic player vs computer:
raylib-snake
A complete Snake game:
raylib-oop
Basic component (button) OOP encapsulation example.




