This commit is contained in:
joonicks
2018-04-02 18:33:49 +02:00
parent d9fac6178c
commit f50111b895
14 changed files with 433 additions and 255 deletions

7
trivia/README Normal file
View File

@@ -0,0 +1,7 @@
Trivia game files
trivia question file needs to be 1 line per question, each line in the form ``question*answer''
compile mkindex and run ``./mkindex <triviafile>'' to build the necessary index
put ``set qfile <triviafile>'' in your mechs config file, the mech will try to open ``trivia/<triviafile>'' when you start trivia