An open API service indexing awesome lists of open source software.

https://github.com/fabioarnold/pong

Pong game
https://github.com/fabioarnold/pong

game sdl2 zig

Last synced: 11 months ago
JSON representation

Pong game

Awesome Lists containing this project

README

          

# Pong

Screenshot

# 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`.