2D Spaceship Dogfighting Arcade Game
Mainly experiments but there's a playable demo.
- Before cloning, ensure that your
git
command has git LFS enabled. One typically installs it via the system package manager, and then runsgit lfs install
once to set it up. If you've already cloned the repo before installing, you'll need to also rungit lfs pull
to get the missing files. - Obtain Zig. The latest version from the download
page should suffice. The
build.zig.zon
file tracks the minimum required version. - If you're on Linux, install the system SDL2 package.
zig build run