21 lines
598 B
Markdown
21 lines
598 B
Markdown
|
![logo](images/logo.png)
|
||
|
|
||
|
A space shooter based on the [lessons](https://www.youtube.com/watch?v=98hTrHen7IA&list=PL9333715188CD7669) of [Mike Geig](https://twitter.com/mikegeig). Main innovations: game menu, network game support. [Demonstration](https://www.youtube.com/watch?v=6D-t6TV8ITs) of the game.
|
||
|
|
||
|
This game is under development. Currently, the repository has been suspended since 2020.
|
||
|
|
||
|
![menu](images/menu.png)
|
||
|
|
||
|
![game](images/game.png)
|
||
|
|
||
|
## Build
|
||
|
|
||
|
```sh
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake -B . -S ../game
|
||
|
make
|
||
|
```
|
||
|
|
||
|
The basic data needed to run the game is located in the [data](data/) directory.
|