Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 677 Bytes

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