From 91d31fc6f89e650477437f655c4811907af1e544 Mon Sep 17 00:00:00 2001 From: Jonathan Hite Date: Fri, 7 Feb 2025 00:19:03 -0500 Subject: [PATCH] Fix Readmes --- README.md | 2 +- gamefile_syntax.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08a828..83b4ccf 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ The following device roles have been working: - **Statistics**: View statistics about nodes, hardware, and roles. - **Wall of Shame**: View devices with low battery levels. - **Fortune Teller**: Get a random fortune. Pulls from the fortunes.txt file. Feel free to edit this file remove or add more if you like. -- **GAMES**: GAMES!!! BBSs have to have games. You can make and add your own! Games should be written in python. The Games Menu gets the names from the GameTitle variable. (e.g. GameTitle="A Brave Adventure") in the game.py file. +- **GAMES**: GAMES!!! BBSs have to have games. You can make and add your own! Games should be written in a CSV format. The Games Menu gets the names from the Title variable. (e.g. Title="A Brave Adventure") in the game file. See gamefile_syntax.md for more information. ## Usage diff --git a/gamefile_syntax.md b/gamefile_syntax.md index d087a57..822824a 100644 --- a/gamefile_syntax.md +++ b/gamefile_syntax.md @@ -55,7 +55,7 @@ title="The Mysterious Forest" --- ## 📌 **Edge Cases & Notes** -⚠ **If an invalid line number is referenced**, the game may crash. +⚠ **If an invalid line number is referenced**, the game will crash by having the player fall into an abyss. ⚠ **A story segment must always be in column 1**, even if no choices follow. ⚠ **Extra spaces around text are automatically trimmed.**