Explorar el Código

updated links

Michele Caini hace 6 años
padre
commit
6c40d8bd8b
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      docs/md/links.md

+ 4 - 0
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/)