From 12f918eebde96ca02b72879dd4d4723e674ab2f3 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Fri, 12 Jul 2019 11:17:35 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72f2d00..65ca9c0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ A simple browser clone of the Baba Is You rules-as-gameplay game mechanic [Try It Here](https://baba.louis.cloud) - + + ## Running it @@ -27,3 +28,7 @@ If this doesn't make sense, check `ser/data/testlevel1.json` for the level from Everything is fully dynamic with the exception of the connectors (currently "is", but in future other connectors such as "and" may be implemented). By including a noun with the name "text", the properties of the text itself can also be changed (By default, it uses an internal noun that only has the "push" adjective) +## Credits + +- Inspiration - [https://hempuli.com/baba/](https://hempuli.com/baba/) +- Graphics - [https://kenney.nl/](https://kenney.nl/) -- GitLab