No description
Find a file
2026-02-23 09:01:54 -06:00
battle.py.old Add files via upload 2026-02-23 09:01:54 -06:00
data.json Add files via upload 2026-02-23 09:01:54 -06:00
entityClasses.py Add files via upload 2026-02-23 09:01:54 -06:00
index.tcss Add files via upload 2026-02-23 09:01:54 -06:00
main.py Add files via upload 2026-02-23 09:01:54 -06:00
README.MD Add files via upload 2026-02-23 09:01:54 -06:00
requirements.txt Add files via upload 2026-02-23 09:01:54 -06:00

This is my text adventure game. It is more of a proof of concept rather than a full game due to feature creep. No pip requirements are needed for the actual game itself but are needed to run battle.py.old which is meant to act as a undertale battle but I only had the mental power and time to actually learn the textual library and to write the code. I mostly finished the "FIGHT" button but did not finish anything else.

Just as a note DO NOT run the battle.py.old file with the VScode (or fork thereof) terminal as Textual requires you to press ctrl+q to exit which is already bound. Run from windows terminal with retro style enabled for extra effect!