Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 472 Bytes

File metadata and controls

31 lines (24 loc) · 472 Bytes

Pong Game

Simple Pong game built with Zig and Raylib.


Build

  • Install dependencies:
    • Zig
    • Raylib
  • Build with: zig build
  • Run with: ./zig-out/bin/pong-zig

OR

  • Build and run with one command: zig build run

Controls

  • 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.