BackroomsCLI is a multi-choice CLI game based off The Backrooms fandom page.
-
Check the TODO.md file.
-
Clone the repo and install the requirements using
pip install -r requirements.txt
. -
To create a new room, make a new .py file in the levels/ dir with the format level[x].py or use camel case if that naming convention does not work.
-Look at existing rooms for a guide on how to format.