The BEST mall game show. filled with questions, fun, and COMMUNITY COMMISIONS FOR QUESTIONS? I've never seen so much COMMUNITY in one sentence before! I think i'm going to download!

Published 2 days ago
StatusIn development
PlatformsHTML5, Windows
AuthorXlMHaku

Download

Download NowName your own price

Click download now to get access to the following files:

AGAI-CHAN's Wonderful Game Show! (2).zip 100 MB

Development log

Comments

Log in with itch.io to leave a comment.

📄 How to Make a 6-Line Quiz File (.txt)

Each question group in the file must follow this exact structure:

css
CopyEdit
[1] Question text   [2] Choice A   [3] Choice B   [4] Choice C   [5] Choice D   [6] Correct answer number (1–4)   
⚠️ No blank lines between question groups.

✅ Example

csharp
CopyEdit
What is the capital of Japan? Seoul Tokyo Kyoto Osaka 2 Which gas do plants absorb from the atmosphere? Oxygen Hydrogen Nitrogen Carbon Dioxide 4 

🛠 How to Make One (Manually)

  1. Open a plain text editor

    • Windows: Notepad

    • macOS: TextEdit (set to Plain Text)

    • Linux: Gedit, nano, etc.

  2. Type your question in line 1.
    Example: What is the capital of Japan?

  3. Type your four answer choices on the next four lines.
    These are your multiple-choice options.

  4. On the sixth line, type the number (1–4) of the correct choice.
    If the correct answer is the 2nd choice, type: 2

  5. Repeat steps 2–4 for more questions.
    No extra spacing! Just one group after the other.

  6. Save the file with .txt extension.
    Example: quiz.txt

If you wanna make custom quizzes, send a filegarden url with ur quiz.txt mod :)