Pong but the window moves with the ball.
(made in 2 days with raylib and Zig).
Note
This game was only tested on Windows, if you experience any bugs on another system, feel free to report it.
Blue/left player uses W and S to move up or down, red/right player uses I and K.
winpong-gameplay.mp4
Dependencies:
git clone https://github.com/terraquad/winpong.git
cd winpong
# Make a release build optimized for your computer specifically
zig build --release=small
# See build options
zig build -h
The build will be located in zig-out/bin/winpong[.exe]
Important
Cross-compilation currently doesn't work due to Raylib linking to system libraries (tested on Linux over WSL).
- Window sometimes resets with halfed monitor size