From 6c40d8bd8b2ad16801f5ce8d81ebe36c25c659cb Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 8 Aug 2019 15:28:09 +0200 Subject: [PATCH] updated links --- docs/md/links.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/md/links.md b/docs/md/links.md index 7d4d2d02c..3b9f5053a 100644 --- a/docs/md/links.md +++ b/docs/md/links.md @@ -36,6 +36,10 @@ I hope this list can grow much more in the future: defense example. * [EnTT Breakout](https://github.com/vblanco20-1/entt-breakout): simple example of a breakout game, using `SDL` and `EnTT`. + * [Arcade puzzle game with EnTT](https://github.com/MasonRG/ArcadePuzzleGame): + arcade puzzle game made in C++ using the `SDL2` and `EnTT` libraries. + * [Snake with EnTT](https://github.com/MasonRG/SnakeGame): simple snake game + made in C++ with the `SDL2` and `EnTT` libraries. * Engines/Frameworks: * [Apparently](https://teamwisp.github.io/credits/)