Skip to content

QCVM Example Game (QCPONG)

Latest
Compare
Choose a tag to compare
@erysdren erysdren released this 23 Feb 21:13
· 127 commits to main since this release

It's PONG! But written in QuakeC, using SDL2 as the wrapper to create the window and draw the graphics. Sources to the game can be found in this repository here.

The Windows build come with SDL2.dll, and the Linux build is statically linked with the most recent version of SDL2 for Debian Linux.