Classic arcade game remade in C++ and SDL3.
-
- CMake
- C++17
- Clone
git clone https://github.com/kolexxx/Asteroids.git
- Navigate into the project folder:
cd Asteroids
- Create build directory inside of the project folder:
mkdir build
- Navigate into the "build" folder:
cd build
- Generate the build system:
cmake ..
- Compile/link the project:
cmake --build .