aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
authorJordan Halase <jordan@halase.me>2019-09-30 10:39:29 -0500
committerJordan Halase <jordan@halase.me>2019-09-30 10:39:29 -0500
commit5b257ef6d3a528a20370d1c553fcedfd32db7ef9 (patch)
treea778ffef6864855eb31b509e9d65e16a0180b0b9 /readme.txt
parenta9798702ddb7e4bcb7b9154db08579ed07faadfb (diff)
Use markdown README.md
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
deleted file mode 100644
index 4efc9e5..0000000
--- a/readme.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-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.