From 4109d37cdb156c31bd4a81546b0f6b790d42aee7 Mon Sep 17 00:00:00 2001 From: bakpakin Date: Mon, 27 Apr 2015 14:20:34 +0800 Subject: [PATCH] Update README.md to include demo. --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63bc777..7d80957 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,11 @@ for i = 1, 20 do end ``` +## Demo ## +Check out the [demo](https://github.com/bakpakin/tiny-ecs/tree/demo-commandokibbles), a game +originally written for Ludum Dare 32 with the theme 'An Unconventioanl Weapon'. The demo uses +[LOVE](https://love2d.org/), an amazing game framework for lua. + ## Testing ## Tiny-ecs uses [busted](http://olivinelabs.com/busted/) for testing. Install and run `busted` from the command line to test. @@ -76,5 +81,5 @@ Documentation can be generated locally with [LDoc](http://stevedonovan.github.io * More testing * Performance testing / optimization +* Add more System types * Improve Documentation -* Add more complete examples