diff --git a/README.md b/README.md index 6e12a1b..f07b307 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # battlegrounds Early Work In Progress! +![early-wip-demo](./docs/early-wip-demo.gif) + Overall, the architecture is MVC (Model, View, Controller) and some event-driven programming. See discussions on architecture [here](app/Model.md). ### Roadmap diff --git a/docs/early-wip-demo.gif b/docs/early-wip-demo.gif new file mode 100644 index 0000000..df29f6d Binary files /dev/null and b/docs/early-wip-demo.gif differ