Космический шутер
Go to file
Alexander Zhirov 04d7285299 v1.0.0-dev 2023-04-30 23:49:25 +03:00
data v1.0.0-dev 2023-04-30 23:49:25 +03:00
game v1.0.0-dev 2023-04-30 23:49:25 +03:00
images v1.0.0-dev 2023-04-30 23:49:25 +03:00
.gitignore v1.0.0-dev 2023-04-30 23:49:25 +03:00
README.md v1.0.0-dev 2023-04-30 23:49:25 +03:00
deps v1.0.0-dev 2023-04-30 23:49:25 +03:00

README.md

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.