From f754a990d27369e1c21f5d3314770ebd5a2bf1aa Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Fri, 27 Sep 2019 13:10:17 -0500 Subject: Initial commit --- readme.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readme.txt (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt new file mode 100644 index 0000000..4efc9e5 --- /dev/null +++ b/readme.txt @@ -0,0 +1,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. -- cgit v1.2.1