https://github.com/nenotriple/as_cyoag
This is a dead simple choose your own adventure game backend created in Python using tkinter.
https://github.com/nenotriple/as_cyoag
choose-your-own-adventure visual-novel-engine
Last synced: about 1 year ago
JSON representation
This is a dead simple choose your own adventure game backend created in Python using tkinter.
- Host: GitHub
- URL: https://github.com/nenotriple/as_cyoag
- Owner: Nenotriple
- Created: 2023-08-29T10:49:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-24T03:59:53.000Z (over 2 years ago)
- Last Synced: 2025-02-13T05:19:11.959Z (over 1 year ago)
- Topics: choose-your-own-adventure, visual-novel-engine
- Language: Python
- Homepage:
- Size: 6.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AS_cyoag
This is a dead simple choose your own adventure game backend created in Python using tkinter.

Included is a very short example story.
Add new stories to the "stories" folder.
Inside your story folder place a text file of the same name.
________
The story file uses several keywords to create the story.
moment:
text:
image:
choice:
See the example story for ideas on formatting.
The default story has only 1 or 2 choices per moment, but you can add more if you like.
Add "moment: main_menu" to your story file and call it as a choice to bring the user to the main menu.
# Requirements
Python 3.10.6 or greater
tkinter (Comes preinstalled with Python)