No description
Find a file
2025-08-15 16:16:00 -07:00
src re-added resizing to fix initial launch 2025-08-15 16:16:00 -07:00
.gitignore updated to zig 0.14 and raylib master 2025-08-15 16:13:58 -07:00
build.zig updated to zig 0.14 and raylib master 2025-08-15 16:13:58 -07:00
build.zig.zon updated to zig 0.14 and raylib master 2025-08-15 16:13:58 -07:00
LICENSE Create LICENSE 2024-09-26 19:42:29 -07:00
README.md updated to zig 0.14 and raylib master 2025-08-15 16:13:58 -07:00

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