Update README.md

This commit is contained in:
Ryan Ward 2021-05-06 14:33:57 -04:00 committed by GitHub
parent ef9895de56
commit 9fb101572c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# DMS
The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform login in.
The Dialogue Management Script's goal is to provide a nice and simple way to have dialogue for games, while also providing a fully functioning language to perform logic in.
# Todo
- [X] ~~Implement bytecode for if/else if/else statements~~
@ -9,4 +9,4 @@ The Dialogue Management Script's goal is to provide a nice and simple way to hav
- [X] ~~Finish implementing custom datatype~~
- [ ] Speed up interperter
- [ ] Finish C API for code
- [ ] Extend beginning features
- [ ] Extend beginning features