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
2022-04-17 20:03:52 +02:00
.vscode Fix removing item from inventory 2022-04-17 19:02:11 +02:00
assets Polish animations 2022-01-25 17:30:09 +01:00
games Hopefully item checking is complete 2022-04-06 09:42:47 +02:00
lib Fix saving, move anim playing and work on fight 2022-04-17 20:03:52 +02:00
.gitignore Fix not launching 2022-02-23 19:28:50 +01:00
__main__.py Add showing inventory 2022-04-06 10:03:21 +02:00
LICENSE.md Initial commit 2021-11-02 16:04:20 +01:00
README.md Update README.md 2022-04-06 14:12:23 +02:00
requirements.txt Fix saving, move anim playing and work on fight 2022-04-17 20:03:52 +02:00

spaghetti code wakatime CodeFactor

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. You need to have a valid game in a games folder.

TODO

Here