Very simple text-adventure engine
This repository has been archived on 2022-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Matyáš Caras 6327aed543 Fix not launching 2022-02-23 19:28:50 +01:00
.vscode Fix not launching 2022-02-23 19:28:50 +01:00
assets Polish animations 2022-01-25 17:30:09 +01:00
lib Fix not launching 2022-02-23 19:28:50 +01:00
.gitignore Fix not launching 2022-02-23 19:28:50 +01:00
LICENSE.md Initial commit 2021-11-02 16:04:20 +01:00
README.md WIP saves and languages 2022-02-04 19:35:38 +01:00
__main__.py WIP saves and languages 2022-02-04 19:35:38 +01:00
example.yml WIP saves and languages 2022-02-04 19:35:38 +01:00
requirements.txt Adding colors, also renamed loader to game 2021-11-03 10:23:37 +01:00

README.md

texty

An extremely simple text-adventure game engine(?) player

What is this?

I was bored

How do I make a game

Check out the example.yml file, all games are in the YAML format.

How do I use this

Download/clone the repo and run the __main__.py file with the path to a game in YAML format as the first argument.

TODO

  • Colors
  • Catching errors while parsing YAML
  • Maybe a welcome screen instead of the need to enter the path as argument