aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..ccd29ed
--- /dev/null
+++ b/README
@@ -0,0 +1,6 @@
+pong
+
+This is just a simple implementation of pong written in C,
+the whole thin is just thought to become comfortable with
+the basics of ncurses and the code is currently completely
+located in one single file.