Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 224 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 224 Bytes

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