This is a game I'm doing to practice in C++. The goal is to do something resembling the original Elite (1984).
Work in progress. This document will be updated.
git clone git@github.com:k-kashapov/Space-.git
cd Space-
mkdir build
cd build
cmake -B . .. -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release
makemake launch
# OR
./bin/gameQ/R - Control Yaw
W/S - Control Pitch
A/D - Control Roll
R/F - Accelerate/Decelerate ship
P - Pause the game
- Font: https://fontesk.com/tecnica-typeface/
- SFML
