From dd7572c0383b0eda78b3ae160211dfa743f779a0 Mon Sep 17 00:00:00 2001 From: Alexander Akulich Date: Mon, 4 Oct 2021 01:18:53 +0300 Subject: [PATCH] Add DDraceNetwork The game is a Teeworlds modification that outgrown the original game. - It has more devs and more players - It has own Steam page - It provides a different gameplay. --- code/archives.json | 1 + entries/ddnet.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 entries/ddnet.md diff --git a/code/archives.json b/code/archives.json index bc3c87df..df06f7cd 100644 --- a/code/archives.json +++ b/code/archives.json @@ -657,6 +657,7 @@ "https://github.com/davidjoffe/dave_gnukem.git", "https://github.com/db0/godot-card-game-framework.git", "https://github.com/ddevault/TrueCraft.git", + "https://github.com/ddnet/ddnet.git", "https://github.com/deathbeam/spooker.git", "https://github.com/deathbeam/yae.git", "https://github.com/deathkiller/jazz2.git", diff --git a/entries/ddnet.md b/entries/ddnet.md new file mode 100644 index 00000000..f9f0d726 --- /dev/null +++ b/entries/ddnet.md @@ -0,0 +1,17 @@ +# DDraceNetwork + +- Home: https://ddnet.tw/ +- State: beta +- Download: https://ddnet.tw/downloads/ +- Platform: Windows, Linux, macOS +- Keyword: platform, 2D, content open, online, multiplayer co-op +- Code repository: https://github.com/ddnet/ddnet +- Code language: C, C++ +- Code license: Custom (free and open source) +- Code dependency: SDL +- Assets license: CC-BY-SA-3.0 + +Cartoon style 2D multiplayer platform game started out as a modification of Teeworlds with a unique cooperative gameplay. +Work together with up to 64 people and push your way through maps. + +## Building