Skip to content

Classic arcade game remade in C++ and SDL3.

Notifications You must be signed in to change notification settings

kolexxx/Asteroids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Classic arcade game remade in C++ and SDL3.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published