aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
blob: 4efc9e5afe82eefddb4843812bc2fd42018a40a7 (plain)
1
2
3
4
5
Simple Asteroids clone in C as an exercise in game development.

Requires SDL2 for input and drawing. Details for installation at libsdl.org.

Compiles with gcc or clang. Can compile on Windows with clang or mingw.