2Pew
2D Spaceship Dogfighting Arcade Game
Status
Mainly experiments but there's a playable demo.
Building from Source
- Before cloning, ensure that your
gitcommand has
git LFS enabled. One typically installs
it via the system package manager, and then runsgit lfs installonce to
set it up. If you've already cloned the repo before installing, you'll need
to also rungit lfs pullto get the missing files. - Obtain Zig. The latest version from the download
page should suffice. Thebuild.zig.zonfile tracks the minimum required
version. - Install the system SDL3 package.
zig build run