04d7285299 | ||
---|---|---|
data | ||
game | ||
images | ||
.gitignore | ||
README.md | ||
deps |
README.md
A space shooter based on the lessons of Mike Geig. Main innovations: game menu, network game support. Demonstration of the game.
This game is under development. Currently, the repository has been suspended since 2020.
Build
mkdir build
cd build
cmake -B . -S ../game
make
The basic data needed to run the game is located in the data directory.