From 052e1cd2ce611be1842e15e890b835efac750b4a Mon Sep 17 00:00:00 2001 From: Justin van der Leij Date: Wed, 8 May 2019 11:44:15 +0200 Subject: [PATCH] Add example games --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d2187ef..a46947c 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,17 @@ local System = require("concord.system") local Instance = require("concord.instance") ``` +## Example games +[A Cat Game](https://github.com/flamendless/ECS-A-Cat-Game) by Brbl +[Tetris](https://github.com/pikashira/tetris-love-ecs) by Pikashira + ## Contributors ``` Positive07: Constant support and a good rubberduck Brbl: Early testing and issue reporting Josh: Squashed a few bugs and docs Erasio: Took inspiration from HooECS. Also introduced me to ECS. +Brbl, Pikashria: Example games ``` ## Licence