Text Adventure - TechDudie/gframe GitHub Wiki
Not finished
To register a adventure step, run
gframe.register_step(room, text, room_to)
Then, to run:
gframe.run()
That’s all to it.
To register a adventure step, run
gframe.register_step(room, text, room_to)
Then, to run:
gframe.run()
That’s all to it.