Skip to content

danelbro/asteroids-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Asteroids

A clone of Asteroids using SDL2.

Build instructions

Make sure you have a recent version of g++ (GCC 9 or higher) and SDL2 development libraries installed.

cd asteroids-sdl
mkdir obj
make -kj

About

Learning C++ and SDL2 by porting my pygame version of Asteroids

Resources

Stars

Watchers

Forks