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.
texty/README.md

16 lines
869 B
Markdown
Raw Normal View History

2022-03-23 14:23:41 +01:00
![spaghetti code](https://img.shields.io/badge/spaghetti%20code-certified-success) [![wakatime](https://wakatime.com/badge/user/17178fab-a33c-430f-a764-7b3f26c7b966/project/cd3b8d2e-460d-4a8f-952b-dc3c1b869158.svg)](https://wakatime.com/badge/user/17178fab-a33c-430f-a764-7b3f26c7b966/project/cd3b8d2e-460d-4a8f-952b-dc3c1b869158) [![CodeFactor](https://www.codefactor.io/repository/github/hernikplays/texty/badge)](https://www.codefactor.io/repository/github/hernikplays/texty)
2022-03-23 14:20:29 +01:00
# texty
An extremely simple text-adventure game ~~engine(?)~~ player
2021-11-02 17:40:54 +01:00
## 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
2022-04-06 14:12:23 +02:00
Download/clone the repo and run the `__main__.py` file. You need to have a valid game in a `games` folder.
2021-11-02 17:40:54 +01:00
## TODO
2022-03-23 14:20:29 +01:00
[Here](https://github.com/hernikplays/texty/projects/1)