/Asteroids

Classic arcade game remade in C++ and SDL3.

Primary LanguageC++

Asteroids

Classic arcade game remade in C++ and SDL3.

gameplay

How to build

  • Prerequisites

    • CMake
    • C++17
  • Building

  1. Clone git clone https://github.com/kolexxx/Asteroids.git
  2. Navigate into the project folder: cd Asteroids
  3. Create build directory inside of the project folder: mkdir build
  4. Navigate into the "build" folder: cd build
  5. Generate the build system: cmake ..
  6. Compile/link the project: cmake --build .

Credits