Initial commit
[qquiz] / README
diff --git a/README b/README
new file mode 100644 (file)
index 0000000..db6d6cf
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+Qquiz
+
+Charles ClĂ©ment <caratorn@gmail.com>
+
+qquiz is an application to play quizzes. Each quiz file contains a number of
+questions and answers and are displayed on screen. The user enters the answer
+for each question and tries to complete in the minimum amount of time.
+
+Here's the syntax for the quiz files :
+Quiz title
+# This is a comment
+# Author : name email_address
+Default amount of time in minutes
+Question 1 ; Answer 1 | Another possible answer to question 1
+Question 2 ; Answer 1 | Answer 2
+...
+