From 5c82baff3834f7df13ad07ad212d3098b760bb15 Mon Sep 17 00:00:00 2001 From: mischa <16416509+miwarnec@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:35:16 +0100 Subject: [PATCH] Update README.md (#3647) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b17f1223..8080b277c 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,12 @@ A sandbox survival samurai MMORPG, originally released in September 2016. Later on, the Netherlands based Maple Media switched their netcode to Mirror. +### [Another Dungeon](https://www.gameduo.net/en/game/ad) +![image](https://github.com/MirrorNetworking/Mirror/assets/16416509/9b47438c-e664-47aa-996e-d1701b0a2efd) +Pixel Art Dungeon MMORPG reaching 5000 CCU at peak times. + +Originally developed as a single-player idle game, it underwent a transition to an MMORPG three months before release thanks to Mirror! + ### [Untamed Isles](https://store.steampowered.com/app/1823300/Untamed_Isles/) [![Untamed Isles](https://user-images.githubusercontent.com/16416509/178143679-1c325b54-0938-4e84-97b6-b59db62a51e7.jpg)](https://store.steampowered.com/app/1823300/Untamed_Isles/) The turn based, monster taming **MMORPG** [Untamed Isles](https://store.steampowered.com/app/1823300/Untamed_Isles/) is currently being developed by [Phat Loot Studios](https://untamedisles.com/about/). @@ -234,8 +240,8 @@ Castaway runs in the Browser, thanks to Mirror's WebGL support. ## Modular Transports Mirror uses **KCP** (reliable UDP) by default, but you may use any of our community transports for low level packet sending: -* (built in) [KCP](https://github.com/vis2k/kcp2k): reliable UDP -* (built in) [Telepathy](https://github.com/vis2k/Telepathy): TCP +* (built in) [KCP](https://github.com/MirrorNetworking/kcp2k): reliable UDP +* (built in) [Telepathy](https://github.com/MirrorNetworking/Telepathy): TCP * (built in) [Websockets](https://github.com/MirrorNetworking/SimpleWebTransport): Websockets * [Ignorance](https://github.com/SoftwareGuy/Ignorance/): ENET UDP * [LiteNetLib](https://github.com/MirrorNetworking/LiteNetLibTransport/) UDP