Procházet zdrojové kódy

doc: some links :)

Michele Caini před 3 roky
rodič
revize
72f5df82b2
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      docs/md/links.md

+ 6 - 0
docs/md/links.md

@@ -94,6 +94,10 @@ I hope this list can grow much more in the future:
     town, before it's too late.
   * [City Builder Game](https://github.com/PhiGei2000/CityBuilderGame): a simple
     city-building game using C++ and OpenGL.
+  * [BattleSub](https://github.com/bfeldpw/battlesub): two player 2D submarine
+    game with some fluid dynamics.
+  * [Crimson Rush](https://github.com/WilKam01/LuaCGame): a dungeon-crawler and
+    rougelike inspired game about exploring and surviving as long as possible.
 
 * Engines and the like:
   * [Aether Engine](https://hadean.com/spatial-simulation/)
@@ -158,6 +162,8 @@ I hope this list can grow much more in the future:
     cross-platform, object-oriented API to help in daily developer life.
   * [Billy Engine](https://github.com/billy4479/BillyEngine): some kind of a 2D
     engine based on `SDL2` and `EnTT`.
+  * [Ducktape](https://github.com/DucktapeEngine/Ducktape): an open source C++
+    2D & 3D game engine that focuses on being fast and powerful.
 
 * Articles, videos and blog posts:
   * [Some posts](https://skypjack.github.io/tags/#entt) on my personal