add README.md and LICENSE stub

This commit is contained in:
Robin Hübner 2018-09-21 21:21:05 +02:00
parent 3792c80cd2
commit 676410b969
2 changed files with 20 additions and 0 deletions

0
LICENSE Normal file
View File

20
README.md Normal file
View File

@ -0,0 +1,20 @@
godot-vn
-----------
## What is this?
It's a small project, based around a virtual machine and DSL for dialog I wrote for a previous game, cleaning it up and putting it in the public domain.
## Why would I be interested?
Are you using godot, needing a simple dialog DSL with support for things like functions that dialog yields on before continuing as well as easy extensibility? It's even reasonably easy to integrate this in some other kind of game, the supplied use just happens to be one for a kind of VN template.
Like for instance, in the game I used it for, dialog was activated by walking up to things, and it was even used in popups, not necessarily only in full screen-covering dialog, even if thats the use it is most fitting for.
## How do I use it?
... TODO
## How does it work?
... TODO
## License
MIT/X11, see LICENSE