https://github.com/fabioarnold/pong
Pong game
https://github.com/fabioarnold/pong
game sdl2 zig
Last synced: 11 months ago
JSON representation
Pong game
- Host: GitHub
- URL: https://github.com/fabioarnold/pong
- Owner: fabioarnold
- License: mit
- Created: 2023-05-02T21:47:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T13:43:45.000Z (over 2 years ago)
- Last Synced: 2025-07-07T21:40:24.395Z (12 months ago)
- Topics: game, sdl2, zig
- Language: Zig
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pong

# Config
To configure which paddle is controlled by AI edit [config.zig](src/config.zig).
# Build and run
```bash
$ zig build run
```
Tested with [Zig](https://ziglang.org) version `0.12.0-dev.1830+779b8e259`.