Fix Readmes

This commit is contained in:
Jonathan Hite 2025-02-07 00:19:03 -05:00
parent 416dec0822
commit 91d31fc6f8
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.**