spaceshooter/README.md

598 B

logo

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.

menu

game

Build

mkdir build
cd build
cmake -B . -S ../game
make

The basic data needed to run the game is located in the data directory.