Update README.md
This commit is contained in:
parent
1a02220ffc
commit
3a35468cd7
1 changed files with 4 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
![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)
|
||||||
# texty
|
# texty
|
||||||
An extremely simple text-adventure game ~~engine(?)~~ player
|
An extremely simple text-adventure game ~~engine(?)~~ player
|
||||||
|
|
||||||
|
@ -11,6 +12,4 @@ Check out the `example.yml` file, all games are in the `YAML` format.
|
||||||
Download/clone the repo and run the `__main__.py` file with the path to a game in `YAML` format as the first argument.
|
Download/clone the repo and run the `__main__.py` file with the path to a game in `YAML` format as the first argument.
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
- Colors
|
[Here](https://github.com/hernikplays/texty/projects/1)
|
||||||
- Catching errors while parsing YAML
|
|
||||||
- Maybe a welcome screen instead of the need to enter the path as argument
|
|
||||||
|
|
Reference in a new issue