From a6950b9de783c7821c3054215fbc1325100431d4 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 26 Apr 2022 15:44:00 +0200 Subject: [PATCH] add more related repos to the README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8002c19..dbd04b6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,15 @@ The private repo had over 900 commits, before the first public release. - [Github](https://github.com/MadeOfJelly/MushMachine) - [Setup](docs/setup.md) - [Example Game Setup](docs/basic_game.md) +- [mm_template](https://github.com/MadeOfJelly/mm_template) (a GitHub Template for quick starting MM game dev) - The [Docs Directory](docs/) contains Documentation loosely based on the Source structure. +- Engine Extensions: + - [Box2D integration](https://github.com/Green-Sky/mushmachine_box2d) + - [fx_draw (simple line drawing rendertask)](https://github.com/Green-Sky/fx_draw) +- Projects using the Engine: + - [miniTD](https://github.com/Green-Sky/miniTD) + - [LiteParticles2DDemo](https://github.com/MadeOfJelly/mm_lite_particles2d_demo) + - [mm_fireworks](https://github.com/Green-Sky/mm_fireworks) ## Platforms - PC (Linux, Windows and maybe APPLE(compiles))