diff --git a/README.md b/README.md index 7bb239c..afa3785 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ that is primarily meant for use in games, but can be used for anything else as w TeaNet was originally written in [Unity][unity] for a game project called [quakeball][quakeball] by [neontea][neontea], and while the entire TeaNet codebase is written by me, it's commit history can be found in quakeball's repository. +## How it works + +Here's a diagram depicting the inner workings of TeaNet +![Diagram depicting the inner workings](diagram.png) + [unity]: https://unity.com/ [quakeball]: https://git.teascade.net/neontea/quakeball/ [neontea]: https://neontea.itch.io/ \ No newline at end of file diff --git a/diagram.png b/diagram.png new file mode 100644 index 0000000..2184c9e Binary files /dev/null and b/diagram.png differ