updated links

This commit is contained in:
Michele Caini
2019-08-08 15:28:09 +02:00
parent 7026fe4d5a
commit 6c40d8bd8b

View File

@@ -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/)