working on game

This commit is contained in:
2026-05-16 01:08:18 -07:00
parent 2d74ca0745
commit 3f1d83f790
16 changed files with 600 additions and 133 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 961 KiB

Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -9,7 +9,7 @@ settings:
categories: # the name of each category should correspond to a yaml file with the same name
- name: shounen # name must be alphanumeric, cannot start with a number or contain special characters "-" and "." are ok if they are not at the beginning
displayName: "Shounen" # if blank will use name
image: "assets/14018-3193093789.gif" # if set will display image instead of name, categories are referenced by name which is required
image: "anime/assets/14018-3193093789.gif" # if set will display image instead of name, categories are referenced by name which is required
- name: openings
displayName: "Openings" # if blank will use name
- name: sadness
+7
View File
@@ -25,4 +25,11 @@ questions: # expects a list equal to the tier
time-limit: 10 # If omitted there is no time limit
answer: "Katsuhiro Otomo"
template: "whatis" # template to use
display-answer: true # displays the correct answer before returning to the main screen
- title: "What is this?"
answer: "Bunny shit"
video: "anime/assets/bunny.ogv"
start: 4
playFor: 3
template: "whatvideo" # template to use
display-answer: true # displays the correct answer before returning to the main screen