aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 5 insertions, 0 deletions
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.