diff --git a/README.md b/README.md
index f208a8be..2f2c6420 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,15 @@
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](games/statistics.md)**
[comment]: # (start of autogenerated content, do not edit)
-406 entries
+411 entries
- **[Action/Arcade](games/action/_toc.md)** (21)
- **[Adventure & Visual novels](games/adventure/_toc.md)** (13)
- **[Engines & Frameworks](games/framework/_toc.md)** (52)
- **[Libraries](games/library/_toc.md)** (22)
-- **[Role Playing](games/rpg/_toc.md)** (109)
+- **[Puzzle](games/puzzle/_toc.md)** (5)
+- **[Role Playing](games/rpg/_toc.md)** (112)
- **[Simulation](games/simulation/_toc.md)** (15)
-- **[Strategy](games/strategy/_toc.md)** (161)
+- **[Strategy](games/strategy/_toc.md)** (158)
- **[Tools & Manuals](games/misc/_toc.md)** (13)
[comment]: # (end of autogenerated content)
@@ -52,7 +53,7 @@ _{Description}_ // single description line (typically taken from about page of g
- State: {XX} // one of {beta, mature} and optional "inactive since YEAR"
- Play: {URL} // (optional) link(s) to online play possibility
- Download: {URL} // (optional) link(s) to download binary (or source) releases
-- Platform: {XX} // (optional) list of supported platforms {Linux, Windows, MacOs, Android, ..}
+- Platform: {XX} // (optional) list of supported platforms {Linux, Windows, macOS, Android, ..}
- Keywords: {XX} // (optional) list of tags describing the game
- Code repository: {URL} // code repositories (most significant first)
- Code language: {XX} // programming language(s) used
@@ -74,6 +75,7 @@ _{Description}_ // single description line (typically taken from about page of g
- The same link can be assigned to different fields (home could also be the code repository, etc.).
- Put comments in "()" parentheses (do not put commas in comments).
- Remove lines with fields that do not apply to the project or where information is not available otherwise.
+- Status active is implied/default unless the optional "inactive since" is present
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
diff --git a/docs/data.json b/docs/data.json
index 39d2a205..04a8554f 100644
--- a/docs/data.json
+++ b/docs/data.json
@@ -18,6 +18,15 @@
"RTS",
"Source - C++ - GPL-2.0"
],
+ [
+ "2048 (home, entry)",
+ "Sliding block puzzle game.",
+ "",
+ "Puzzle",
+ "mature / active",
+ "sliding blocks",
+ "Source - Javascript - MIT"
+ ],
[
"3d.city (home, entry)",
"WebGL version of micropolisJS.",
@@ -162,6 +171,15 @@
"MP, 2D",
"Source - Java - GPL-2.0"
],
+ [
+ "Armagetron Advanced (home, entry)",
+ "Simple action game modeled after the lightcycle sequence..",
+ "Link",
+ "Action/Arcade",
+ "mature / active",
+ "snake-like",
+ "Source - C++ - GPL-2.0"
+ ],
[
"Armies (home, entry)",
"Turn based strategy game. It has simple and well designed..",
@@ -199,19 +217,19 @@
"Source - C++ - GPL-2.0"
],
[
- "Atomiks (home, entry)",
+ "Atomiks (home, entry)",
"Faithful remake of, and a tribute to, Atomix, a classic..",
"Link",
- "Strategy",
+ "Puzzle",
"mature / active",
"puzzle",
"Source - C - GPL"
],
[
- "Atomix (home, entry)",
+ "Atomix (home, entry)",
"A puzzle game in which you have to build full molecules.",
"",
- "Strategy",
+ "Puzzle",
"mature / active",
"",
"Source - C - GPL-2.0"
@@ -459,6 +477,15 @@
"roguelike",
"Source - C++ - CC-BY-SA-3"
],
+ [
+ "Cataclysm: Dark Days Ahead (home, entry)",
+ "Turn-based survival game set in a post-apocalyptic world.",
+ "Link",
+ "Role Playing",
+ "mature / active",
+ "roguelike",
+ "Source - C++ - CC-BY-SA-3.0"
+ ],
[
"Catch Challenger (home, entry)",
"A independent MMORPG, Lan game and a SP game.",
@@ -1558,10 +1585,10 @@
"Source - JavaScript, PHP - GPL-3.0"
],
[
- "KAtomic (home, entry)",
+ "KAtomic (home, entry)",
"Fun educational game built around molecular geometry. It..",
"",
- "Strategy",
+ "Puzzle",
"mature / active",
"puzzle",
"Source - C++ - GPL-2.0"
@@ -2359,10 +2386,10 @@
"Source - C++ - GPL-3.0"
],
[
- "Pingus (home, entry)",
+ "Pingus (home, entry)",
"Lemmings(tm)-like puzzle game.",
"Link",
- "Action/Arcade",
+ "Puzzle",
"mature / active",
"puzzle",
"Source - C++ - GPL-3.0"
@@ -2592,6 +2619,15 @@
"",
"Source - Java - Apache-2.0"
],
+ [
+ "Ryzom Core (home, entry)",
+ "MMORPG with open world play.",
+ "",
+ "Role Playing",
+ "mature / active",
+ "mmorpg",
+ "Source - C++ - AGPL-3.0"
+ ],
[
"S.C.O.U.R.G.E. (home, entry)",
"Roguelike game with a 3D user interface.",
@@ -3240,6 +3276,15 @@
"",
"Source - C++ - GPL-2.0"
],
+ [
+ "Veloren (home, entry)",
+ "Multiplayer voxel RPG written in Rust and taking..",
+ "",
+ "Role Playing",
+ "beta / active",
+ "voxel",
+ "Source - Rust - GPL-3.0"
+ ],
[
"WAtomic (home, entry)",
"Windows clone of Linux KAtomic logic game.",
diff --git a/games/action/_toc.md b/games/action/_toc.md
index 239e4769..3a999b02 100644
--- a/games/action/_toc.md
+++ b/games/action/_toc.md
@@ -1,6 +1,7 @@
# Action/Arcade
[comment]: # (start of autogenerated content, do not edit)
+- **[Armagetron Advanced](armagetron_advanced.md)** (C++, GPL-2.0, mature)
- **[Astromenace](astromenace.md)** (C++, C, GPL-3.0, mature)
- **[Boulder Dash](boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
- **[Cabbages and Kings](cabbages_and_kings.md)** (Python, MIT, mature)
@@ -12,7 +13,6 @@
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (C++, MPL, beta, inactive since 2013)
- **[Open Sonic](open_sonic.md)** (C, GPL-2.0, beta)
- **[Open Zelda](open_zelda.md)** (C++, zlib, beta)
-- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)
- **[Red Eclipse](red_eclipse.md)** (C++, zlib, mature)
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature)
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009)
diff --git a/games/action/armagetron_advanced.md b/games/action/armagetron_advanced.md
new file mode 100644
index 00000000..e8b74652
--- /dev/null
+++ b/games/action/armagetron_advanced.md
@@ -0,0 +1,15 @@
+# Armagetron Advanced
+
+_Simple action game modeled after the lightcycle sequence of the movie Tron._
+
+- Home: http://www.armagetronad.org/, https://sourceforge.net/projects/armagetronad/, https://en.wikipedia.org/wiki/Armagetron_Advanced, https://sourceforge.net/projects/armagetron/
+- State: mature
+- Download: http://www.armagetronad.org/downloads.php
+- Keywords: snake-like
+- Code repository: https://svn.code.sf.net/p/armagetronad/code/ (svn)
+- Code language: C++
+- Code license: GPL-2.0
+
+## Building
+
+
diff --git a/games/puzzle/2048.md b/games/puzzle/2048.md
new file mode 100644
index 00000000..469d7c0e
--- /dev/null
+++ b/games/puzzle/2048.md
@@ -0,0 +1,15 @@
+# 2048
+
+_Sliding block puzzle game._
+
+- Home: https://play2048.co/, https://en.wikipedia.org/wiki/2048_(video_game)
+- State: mature
+- Play: https://play2048.co/
+- Platform: Browser
+- Keywords: sliding blocks
+- Code repository: https://github.com/gabrielecirulli/2048.git
+- Code language: Javascript
+- Code license: MIT
+
+## Building
+
diff --git a/games/puzzle/_toc.md b/games/puzzle/_toc.md
new file mode 100644
index 00000000..55b9bb1c
--- /dev/null
+++ b/games/puzzle/_toc.md
@@ -0,0 +1,10 @@
+# Puzzle
+
+[comment]: # (start of autogenerated content, do not edit)
+- **[2048](2048.md)** (Javascript, MIT, mature)
+- **[Atomiks](atomiks.md)** (C, GPL, mature)
+- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
+- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
+- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)
+
+[comment]: # (end of autogenerated content)
\ No newline at end of file
diff --git a/games/strategy/atomiks.md b/games/puzzle/atomiks.md
similarity index 100%
rename from games/strategy/atomiks.md
rename to games/puzzle/atomiks.md
diff --git a/games/strategy/atomix.md b/games/puzzle/atomix.md
similarity index 100%
rename from games/strategy/atomix.md
rename to games/puzzle/atomix.md
diff --git a/games/strategy/katomic.md b/games/puzzle/katomic.md
similarity index 100%
rename from games/strategy/katomic.md
rename to games/puzzle/katomic.md
diff --git a/games/action/pingus.md b/games/puzzle/pingus.md
similarity index 100%
rename from games/action/pingus.md
rename to games/puzzle/pingus.md
diff --git a/games/rpg/_toc.md b/games/rpg/_toc.md
index 54f1ce5e..1902b2a1 100644
--- a/games/rpg/_toc.md
+++ b/games/rpg/_toc.md
@@ -13,6 +13,7 @@
- **[BrowserQuest](browserquest.md)** (JavaScript, MPL-2.0, mature)
- **[Castle of the Winds](castle_of_the_winds.md)** (JavaScript, MIT, beta)
- **[Cataclysm](cataclysm.md)** (C++, CC-BY-SA-3, beta, inactive since 2012)
+- **[Cataclysm: Dark Days Ahead](cataclysm_dark_days_ahead.md)** (C++, CC-BY-SA-3.0, mature)
- **[Catch Challenger](catch_challenger.md)** (C++, GPL-3.0, mature)
- **[Choria](choria.md)** (C++, C, Lua, GPL-3.0, mature)
- **[Classic Blades of Exile](blades_of_exile.md)** (C++, GPL-2.0, mature)
@@ -81,6 +82,7 @@
- **[Rogue Clone IV](rogue_clone_iv.md)** (C, 3-clause BSD, mature, inactive since 2006)
- **[Roguish](roguish.md)** (JavaScript, 3-clause BSD, beta, inactive since 2015)
- **[Room for Change](room_for_change.md)** (Java, Apache-2.0, mature, inactive since 2013)
+- **[Ryzom Core](ryzom_core.md)** (C++, AGPL-3.0, mature)
- **[S.C.O.U.R.G.E.](scourge.md)** (C++, GPL-2.0, beta, inactive since 2008)
- **[Silvertree](silvertree.md)** (C++, GPL-3.0, beta, inactive since 2007)
- **[Slash'EM](slash_em.md)** (C, Custom, beta, inactive since 2007)
@@ -102,6 +104,7 @@
- **[UnNetHack](unnethack.md)** (C, Custom, mature)
- **[Underworld Adventures](underworld_adventures.md)** (C++, Lua, GPL-2.0, beta, inactive since 2007)
- **[Valyria Tear](valyria_tear.md)** (Lua, C++, C, GPL, mature)
+- **[Veloren](veloren.md)** (Rust, GPL-3.0, beta)
- **[Waste's Edge](wastes_edge.md)** (Python, GPL-2.0, beta)
- **[Witch Blast](witch_blast.md)** (C++, GPL-3.0, beta, inactive since 2015)
- **[World of Phaos](world_of_phaos.md)** (PHP, GPL-2.0, mature, inactive since 2011)
diff --git a/games/rpg/cataclysm.md b/games/rpg/cataclysm.md
index f4d05383..2180c931 100644
--- a/games/rpg/cataclysm.md
+++ b/games/rpg/cataclysm.md
@@ -9,5 +9,7 @@ _Post-apocalyptic roguelike._
- Code language: C++
- Code license: CC-BY-SA-3
+See also [Cataclysm: Dark Days Ahead](cataclysm_dark_days_ahead.md) (fork)
+
## Building
diff --git a/games/rpg/cataclysm_dark_days_ahead.md b/games/rpg/cataclysm_dark_days_ahead.md
new file mode 100644
index 00000000..8961b51e
--- /dev/null
+++ b/games/rpg/cataclysm_dark_days_ahead.md
@@ -0,0 +1,20 @@
+# Cataclysm: Dark Days Ahead
+
+_Turn-based survival game set in a post-apocalyptic world._
+
+- Home: https://cataclysmdda.org/, https://discourse.cataclysmdda.org/
+- State: mature
+- Download: https://cataclysmdda.org/releases/
+- Platform: Windows, Linux, macOS
+- Keywords: roguelike
+- Code repository: https://github.com/CleverRaven/Cataclysm-DDA.git
+- Code language: C++
+- Code license: CC-BY-SA-3.0
+- Assets license: CC
+
+Fork of [Cataclysm](cataclysm.md)
+
+## Building
+
+- Build system: CMake
+- Build instructions: https://github.com/CleverRaven/Cataclysm-DDA/blob/master/COMPILING.md
diff --git a/games/rpg/ryzom_core.md b/games/rpg/ryzom_core.md
new file mode 100644
index 00000000..bb55a058
--- /dev/null
+++ b/games/rpg/ryzom_core.md
@@ -0,0 +1,17 @@
+# Ryzom Core
+
+_MMORPG with open world play._
+
+- Home: https://ryzomcore.atlassian.net/wiki/spaces/RC/overview
+- Media: https://en.wikipedia.org/wiki/Ryzom
+- State: mature
+- Play: http://www.ryzom.com/ (commercial)
+- Keywords: mmorpg
+- Code repository: https://bitbucket.org/ryzom/ryzomcore (hg)
+- Code language: C++
+- Code license: AGPL-3.0
+- Assets license: CC
+
+## Building
+
+- Build system: CMake
\ No newline at end of file
diff --git a/games/rpg/veloren.md b/games/rpg/veloren.md
new file mode 100644
index 00000000..47d7f2c7
--- /dev/null
+++ b/games/rpg/veloren.md
@@ -0,0 +1,14 @@
+# Veloren
+
+_Multiplayer voxel RPG written in Rust and taking inspiration from games such as Cube World, Minecraft and Dwarf Fortress._
+
+- Home: https://veloren.net/
+- State: beta
+- Keywords: voxel
+- Code repository: https://gitlab.com/veloren/veloren.git
+- Code language: Rust
+- Code license: GPL-3.0
+
+
+## Building
+
diff --git a/games/simulation/open_city.md b/games/simulation/open_city.md
index d10a9e5d..e9f52f26 100644
--- a/games/simulation/open_city.md
+++ b/games/simulation/open_city.md
@@ -2,7 +2,7 @@
_Another 3D city simulator._
-- Home: http://www.opencity.info/
+- Home: http://www.opencity.info/, https://en.wikipedia.org/wiki/OpenCity
- State: beta
- Download: http://www.opencity.info/en/Download.html
- Code repository: https://svn.code.sf.net/p/opencity/code/ (svn), https://sourceforge.net/p/opencity/cvs/ (cvs)
diff --git a/games/statistics.md b/games/statistics.md
index 5b9b1091..6724ef7e 100644
--- a/games/statistics.md
+++ b/games/statistics.md
@@ -1,13 +1,13 @@
[comment]: # (autogenerated content, do not edit)
# Statistics
-analyzed 406 entries on 2019-06-14 23:05:57
+analyzed 411 entries on 2019-06-22 11:04:06
## State
-- mature: 246 (60.6%)
-- beta: 160 (39.4%)
-- inactive: 164 (40.4%)
+- mature: 250 (60.8%)
+- beta: 161 (39.2%)
+- inactive: 164 (39.9%)
##### Inactive State
@@ -17,17 +17,19 @@ Zone of Control (2017), 3d.city (2016), Atlantis (2016), Atrinik (2016), Birth o
##### Language frequency
-- C++ (36.3%)
-- C (20.1%)
-- Java (11.9%)
-- Python (9.7%)
+- C++ (36.6%)
+- C (19.9%)
+- Java (11.8%)
+- Python (9.6%)
- Lua (5.1%)
- JavaScript (3.7%)
-- C# (2.5%)
-- PHP (2.5%)
-- Pascal (2.3%)
+- C# (2.4%)
+- PHP (2.4%)
+- Pascal (2.2%)
- Haxe (0.6%)
- Ren'py (0.6%)
+- Javascript (0.4%)
+- Rust (0.4%)
- Visual Basic (0.4%)
- ? (0.2%)
- ActionScript (0.2%)
@@ -42,11 +44,9 @@ Zone of Control (2017), 3d.city (2016), Atlantis (2016), Atrinik (2016), Birth o
- DM (0.2%)
- GDScript (0.2%)
- Groovy (0.2%)
-- Javascript (0.2%)
- Kotlin (0.2%)
- Objective C (0.2%)
- Ruby (0.2%)
-- Rust (0.2%)
- Script (0.2%)
- Text (0.2%)
- Typescript (0.2%)
@@ -59,17 +59,17 @@ Imperium
##### Licenses frequency
-- GPL-2.0 (38.1%)
-- GPL-3.0 (25.7%)
+- GPL-2.0 (37.9%)
+- GPL-3.0 (25.6%)
- MIT (13.0%)
-- Custom (5.4%)
-- Apache-2.0 (3.2%)
+- Custom (5.3%)
+- Apache-2.0 (3.1%)
- zlib (2.4%)
- 3-clause BSD (2.2%)
-- GPL (1.5%)
+- GPL (1.4%)
+- AGPL-3.0 (1.2%)
- LGPL-2.1 (1.2%)
- LGPL-3.0 (1.2%)
-- AGPL-3.0 (1.0%)
- LGPL-2.0 (0.7%)
- MPL (0.5%)
- Public Domain (0.5%)
@@ -81,6 +81,7 @@ Imperium
- CC-BY-NC (0.2%)
- CC-BY-NC-SA (0.2%)
- CC-BY-SA-3 (0.2%)
+- CC-BY-SA-3.0 (0.2%)
- CC0 (0.2%)
- ISC (0.2%)
- MPL-2.0 (0.2%)
@@ -92,24 +93,24 @@ Imperium
##### Keywords frequency
-- TBS (11.6%)
-- RTS (9.1%)
-- roguelike (8.3%)
-- remake (7.5%)
-- requires original content (7.5%)
-- MMO (7.1%)
-- online (6.2%)
-- tool (5.4%)
-- SP (5.0%)
+- TBS (11.4%)
+- RTS (8.9%)
+- roguelike (8.5%)
+- remake (7.3%)
+- requires original content (7.3%)
+- MMO (6.9%)
+- online (6.1%)
+- tool (5.3%)
+- SP (4.9%)
- MP (3.3%)
-- 3D (2.9%)
-- browser (2.1%)
-- shooter (2.1%)
-- engine (1.7%)
-- popular (1.7%)
-- puzzle (1.7%)
-- sports (1.7%)
-- visual novel (1.7%)
+- 3D (2.8%)
+- browser (2.0%)
+- shooter (2.0%)
+- engine (1.6%)
+- popular (1.6%)
+- puzzle (1.6%)
+- sports (1.6%)
+- visual novel (1.6%)
- TB (1.2%)
- board game (1.2%)
- cards (1.2%)
@@ -129,13 +130,17 @@ Imperium
- isometric 2D (0.4%)
- kid-friendly (0.4%)
- language binding (0.4%)
+- mmorpg (0.4%)
- point&click (0.4%)
+- sliding blocks (0.4%)
+- snake-like (0.4%)
- source documentation generator (0.4%)
- text-based (0.4%)
+- voxel (0.4%)
## Entries without download or play fields
-111: AI Wars, Advanced Strategic Command, Ancient Beast, Antares, Atomix, Atrinik, Battleround, Battles of Antargis, BrowserQuest, Cabbages and Kings, Call to Power 2, Cataclysm, Choria, Classic Blades of Exile, Colossal Cave Adventure, CommandoJS, Dark Destiny, Dash Engine, Dawn, DemiGod, Digital: A Love Story, Dragon Hunt, Dungeon Monkey Eternal, EPOH, Endgame: Singularity, EternalWinterWars, Evil Cult, FAR Colony, Fallen Spire, Fanwor, Free in the Dark (engine), FreeRCT, Freeciv WebGL, Freeminer, Freestars, Fujo, GalaxyMage Redux, GameLV, Gigalomania, Goblin Camp, Greenius' Civil War, HarfBuzz, Harris, Heroes of Wesnoth, Hex Game, Hexwar, Jagged Alliance 2 Stracciatella, JiGS Interactive Game System, KAtomic, Kingdoms, LGeneral, Land of Fire, LinCity, Lips of Suna, LordsAWar!, LÖVE, M.E.W.L., MechCommander 2 Omnitech, Mercenary Commander, Meritous, Micropolis, Open AL Soft, Open Legend RPG, Open Panzer, Open Soccer Star, Open Zelda, OpenSkyscraper, OpenSoccer, Our Personal Space, Pax Britannica, Polis, Pthreads-win32, Ragel, Roguish, Room for Change, Scorched Moon, Sentient Storage, Simple-Solitaire, Sintel The Game, Smash, Song of Albion, Source of Tales, Space Station 13, Star Ruler 2, Stendhal, TVTower, Tanks of Freedom, Terasology, Trinity Reign, Turious, Turn of War, TwinEngine, UFO2000, UlDunAd, VCMI Project, War Of Kingdom, Waste's Edge, XSera, XZ Utils, Xenowar, Zelda: Mystery of Solarus DX, Zetawar, diablo-js, libpng, micropolisJS, mkxp, pyORPG, ransack, rpge, yaml-cpp, zlib
+112: AI Wars, Advanced Strategic Command, Ancient Beast, Antares, Atomix, Atrinik, Battleround, Battles of Antargis, BrowserQuest, Cabbages and Kings, Call to Power 2, Cataclysm, Choria, Classic Blades of Exile, Colossal Cave Adventure, CommandoJS, Dark Destiny, Dash Engine, Dawn, DemiGod, Digital: A Love Story, Dragon Hunt, Dungeon Monkey Eternal, EPOH, Endgame: Singularity, EternalWinterWars, Evil Cult, FAR Colony, Fallen Spire, Fanwor, Free in the Dark (engine), FreeRCT, Freeciv WebGL, Freeminer, Freestars, Fujo, GalaxyMage Redux, GameLV, Gigalomania, Goblin Camp, Greenius' Civil War, HarfBuzz, Harris, Heroes of Wesnoth, Hex Game, Hexwar, Jagged Alliance 2 Stracciatella, JiGS Interactive Game System, KAtomic, Kingdoms, LGeneral, Land of Fire, LinCity, Lips of Suna, LordsAWar!, LÖVE, M.E.W.L., MechCommander 2 Omnitech, Mercenary Commander, Meritous, Micropolis, Open AL Soft, Open Legend RPG, Open Panzer, Open Soccer Star, Open Zelda, OpenSkyscraper, OpenSoccer, Our Personal Space, Pax Britannica, Polis, Pthreads-win32, Ragel, Roguish, Room for Change, Scorched Moon, Sentient Storage, Simple-Solitaire, Sintel The Game, Smash, Song of Albion, Source of Tales, Space Station 13, Star Ruler 2, Stendhal, TVTower, Tanks of Freedom, Terasology, Trinity Reign, Turious, Turn of War, TwinEngine, UFO2000, UlDunAd, VCMI Project, Veloren, War Of Kingdom, Waste's Edge, XSera, XZ Utils, Xenowar, Zelda: Mystery of Solarus DX, Zetawar, diablo-js, libpng, micropolisJS, mkxp, pyORPG, ransack, rpge, yaml-cpp, zlib
## Entries with a code repository not on a popular site
@@ -143,34 +148,35 @@ Imperium
## Build systems
-Build systems information available for 19.0% of all projects.
+Build systems information available for 19.2% of all projects.
-##### Build systems frequency (77)
+##### Build systems frequency (79)
-- CMake (68.8%)
-- Autoconf (15.6%)
-- Make (6.5%)
-- Scons (3.9%)
-- Maven (2.6%)
+- CMake (69.6%)
+- Autoconf (15.2%)
+- Make (6.3%)
+- Scons (3.8%)
+- Maven (2.5%)
- Ant (1.3%)
- Gradle (1.3%)
-##### C and C++ projects without build system information (176)
+##### C and C++ projects without build system information (177)
-0AD, Angband, Antares, Armies, Atlantis, Atomiks, Atomix, Attal: Lords of doom, AutoREALM, Avanor, Battles of Antargis, Birth of the Empires, Boost (C++ Libraries), Bos Wars, Boson, Call to Power 2, Cat Mother Dead Justice, Cataclysm, Catch Challenger, Classic Blades of Exile, Clou!, Colonization too, Conquests, Crossfire, Crown and Cutlass, Crypto++, Daimonin, Danger from the Deep, Dark Oberon, Dawn, Deliantra, Duel Commander, Dune Dynasty, Dune Legacy, Dungeon Craft, Dungeon Crawl Stone Soup, Dungeon Mapper, ENIGMA, Endless Sky, Epiar, Erebus, Eternal Lands, Evol Online, Exult, Fanwor, Free Space Colonization, Free heroes2 engine, Free in the Dark (engine), Freedink, Freeminer, Freestars, GDash, GM Tools, GalaxyNG, GameLV, Gee Whiz, GemRB, Gigalomania, Globulation2, Goblin Camp, Goblin Hack, Greenius' Civil War, H-World, Harris, Haxima, Heroes of Wesnoth, Hex Game, Holyspirit, Irrlicht Engine, Iter Vehemens ad Necem, Jagged Alliance 2 Stracciatella, KAtomic, KQ Lives, LGeneral, LZMA SDK, Labyrinth of Worlds, Libxml2, Lightweight Java Game Library, LinCity, LinCity-NG, Linley's Dungeon Crawl, Linwarrior 3D, Lips of Suna, Lua, Lumix Engine, M.E.W.L., Machinations, Mars, Land of No Mercy, MechCommander 2 Omnitech, Meridian 59, Meritous, Micropolis, Moria, NLarn, Naev, NetHack, NetPanzer, Open AL, Open Apocalypse, Open Dune, Open Meridian, Open RPG Maker, Open Sonic, Open Zelda, OpenCity, OpenHoMM, OpenMW, OpenPop, OpenSSL, OpenSkyscraper, Openglad, Operation Citadel, Orx, Other-Life, Panda 3D, Pax Britannica, Phantasy Star Rebirth, Pioneers, Pizza Business, PlaneShift, Pthreads-win32, Qt, REGoth, Ragel, Red Eclipse, Return to the Roots, Rocks'n'Diamonds , Rogue Clone IV, Rolisteam, S.C.O.U.R.G.E., SDL Game Engine 2D, SWIG, Secret Mario Chronicles, Sengoku: Warring States of Japan, SimuTrans, Slash'EM, Song of Albion, Star Ruler 2, Summoning Wars, SuperTuxKart, T-Bots, Tales of Maj'Eyal, The Clans, The Endless Dungeons, The Epic of Heroes, Thousand Parsec, Turious, Tux Racer, TwinEngine, UFO2000, UnNetHack, Underworld Adventures, VCMI Project, Vega Strike, War Of Kingdom, Wargamer, Wargus, Witch Blast, Wolfpack Empire, WorldForge, Wyrmsun, XArchon, XSera, XZ Utils, Xconq, Xenowar, Xonotic, ZAngband, libGDX, libpng, micropolisJS, pkg-config, pygame, sandbox Game Maker, wxWidgets, xdigger
+0AD, Angband, Antares, Armagetron Advanced, Armies, Atlantis, Atomiks, Atomix, Attal: Lords of doom, AutoREALM, Avanor, Battles of Antargis, Birth of the Empires, Boost (C++ Libraries), Bos Wars, Boson, Call to Power 2, Cat Mother Dead Justice, Cataclysm, Catch Challenger, Classic Blades of Exile, Clou!, Colonization too, Conquests, Crossfire, Crown and Cutlass, Crypto++, Daimonin, Danger from the Deep, Dark Oberon, Dawn, Deliantra, Duel Commander, Dune Dynasty, Dune Legacy, Dungeon Craft, Dungeon Crawl Stone Soup, Dungeon Mapper, ENIGMA, Endless Sky, Epiar, Erebus, Eternal Lands, Evol Online, Exult, Fanwor, Free Space Colonization, Free heroes2 engine, Free in the Dark (engine), Freedink, Freeminer, Freestars, GDash, GM Tools, GalaxyNG, GameLV, Gee Whiz, GemRB, Gigalomania, Globulation2, Goblin Camp, Goblin Hack, Greenius' Civil War, H-World, Harris, Haxima, Heroes of Wesnoth, Hex Game, Holyspirit, Irrlicht Engine, Iter Vehemens ad Necem, Jagged Alliance 2 Stracciatella, KAtomic, KQ Lives, LGeneral, LZMA SDK, Labyrinth of Worlds, Libxml2, Lightweight Java Game Library, LinCity, LinCity-NG, Linley's Dungeon Crawl, Linwarrior 3D, Lips of Suna, Lua, Lumix Engine, M.E.W.L., Machinations, Mars, Land of No Mercy, MechCommander 2 Omnitech, Meridian 59, Meritous, Micropolis, Moria, NLarn, Naev, NetHack, NetPanzer, Open AL, Open Apocalypse, Open Dune, Open Meridian, Open RPG Maker, Open Sonic, Open Zelda, OpenCity, OpenHoMM, OpenMW, OpenPop, OpenSSL, OpenSkyscraper, Openglad, Operation Citadel, Orx, Other-Life, Panda 3D, Pax Britannica, Phantasy Star Rebirth, Pioneers, Pizza Business, PlaneShift, Pthreads-win32, Qt, REGoth, Ragel, Red Eclipse, Return to the Roots, Rocks'n'Diamonds , Rogue Clone IV, Rolisteam, S.C.O.U.R.G.E., SDL Game Engine 2D, SWIG, Secret Mario Chronicles, Sengoku: Warring States of Japan, SimuTrans, Slash'EM, Song of Albion, Star Ruler 2, Summoning Wars, SuperTuxKart, T-Bots, Tales of Maj'Eyal, The Clans, The Endless Dungeons, The Epic of Heroes, Thousand Parsec, Turious, Tux Racer, TwinEngine, UFO2000, UnNetHack, Underworld Adventures, VCMI Project, Vega Strike, War Of Kingdom, Wargamer, Wargus, Witch Blast, Wolfpack Empire, WorldForge, Wyrmsun, XArchon, XSera, XZ Utils, Xconq, Xenowar, Xonotic, ZAngband, libGDX, libpng, micropolisJS, pkg-config, pygame, sandbox Game Maker, wxWidgets, xdigger
-##### C and C++ projects with a build system different from CMake (52)
+##### C and C++ projects with a build system different from CMake (54)
-Allegro, Annchienta, Arx Libertatis, Astromenace, Atrinik, Battle for Wesnoth, Blender game engine, COCOS2D-X, Caesar IA, Choria, Colobot, Corsix Theme Hospital, DNT, Doxygen, EasyRPG Player, Egoboo, Flare Engine, Free Orion, FreeRCT, FreeSynd, FreeType, Freeserf, HarfBuzz, LÖVE, Mana, Maratis, Mechanized Assault & eXploration Reloaded , MegaGlest, OGRE3D, Open AL Soft, Open Tibia, OpenRCT2, OpenXcom, Pingus, Polycode, Simple DirectMedia Layer, Simple and Fast Multimedia Library, Solarus, Speed Dreams, Spring RTS engine, Trinity Reign, Ufo: Alien Invasion, Urho3D, Valyria Tear, Warzone 2100, Widelands, XU4, Zero Ballistics, mkxp, xoreos, yaml-cpp, zlib
+Allegro, Annchienta, Arx Libertatis, Astromenace, Atrinik, Battle for Wesnoth, Blender game engine, COCOS2D-X, Caesar IA, Cataclysm: Dark Days Ahead, Choria, Colobot, Corsix Theme Hospital, DNT, Doxygen, EasyRPG Player, Egoboo, Flare Engine, Free Orion, FreeRCT, FreeSynd, FreeType, Freeserf, HarfBuzz, LÖVE, Mana, Maratis, Mechanized Assault & eXploration Reloaded , MegaGlest, OGRE3D, Open AL Soft, Open Tibia, OpenRCT2, OpenXcom, Pingus, Polycode, Ryzom Core, Simple DirectMedia Layer, Simple and Fast Multimedia Library, Solarus, Speed Dreams, Spring RTS engine, Trinity Reign, Ufo: Alien Invasion, Urho3D, Valyria Tear, Warzone 2100, Widelands, XU4, Zero Ballistics, mkxp, xoreos, yaml-cpp, zlib
## Platform
-Platform information available for 7.9% of all projects.
+Platform information available for 8.8% of all projects.
##### Platforms frequency
-- Android (31.2%)
-- Windows (28.1%)
+- Android (27.8%)
+- Windows (27.8%)
- Linux (25.0%)
-- macOS (15.6%)
+- macOS (16.7%)
+- Browser (2.8%)
diff --git a/games/strategy/_toc.md b/games/strategy/_toc.md
index fb56919a..3b095657 100644
--- a/games/strategy/_toc.md
+++ b/games/strategy/_toc.md
@@ -10,8 +10,6 @@
- **[Antares](antares.md)** (C++, LGPL-3.0, beta)
- **[AntiChess](antichess.md)** (Java, MIT, mature, inactive since 2003)
- **[Armies](armies.md)** (C++, GPL-3.0, mature, inactive since 2007)
-- **[Atomiks](atomiks.md)** (C, GPL, mature)
-- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
- **[Attal: Lords of doom](attal.md)** (C++, GPL-2.0, mature, inactive since 2008)
- **[Battle for Wesnoth](wesnoth.md)** (C++, GPL-2.0, mature)
- **[Battlefield Java](battlefield_java.md)** (Java, GPL-3.0, beta, inactive since 2011)
@@ -74,7 +72,6 @@
- **[JQuest](jquest.md)** (Java, GPL-2.0, beta, inactive since 2006)
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
- **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Custom, mature)
-- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
- **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
- **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Pascal, AGPL-3.0, mature)
- **[LGeneral](lgeneral.md)** (C, GPL-2.0, mature)
diff --git a/games/strategy/open_rct2.md b/games/strategy/open_rct2.md
index 21c5e6cf..de2aeaec 100644
--- a/games/strategy/open_rct2.md
+++ b/games/strategy/open_rct2.md
@@ -2,7 +2,7 @@
_Re-implementation of RollerCoaster Tycoon 2 (RCT2), expanding the game with new features, fixing original bugs and raising game limits._
-- Home: https://openrct2.org/
+- Home: https://openrct2.org/, https://openrct2.io/
- Media: https://en.wikipedia.org/wiki/RollerCoaster_Tycoon_2#Development
- State: beta
- Download: https://openrct2.org/downloads
diff --git a/tools/archives.json b/tools/archives.json
index 674ef160..08fdf3ef 100644
--- a/tools/archives.json
+++ b/tools/archives.json
@@ -56,6 +56,7 @@
"https://github.com/CamHenlin/Roguish.git",
"https://github.com/Circular-Studios/Dash.git",
"https://github.com/Cirrus-Minor/witchblast.git",
+ "https://github.com/CleverRaven/Cataclysm-DDA.git",
"https://github.com/CorsixTH/CorsixTH.git",
"https://github.com/DeltaEngine/DeltaEngine.git",
"https://github.com/EMC23/JiGS-PHP-RPG-engine.git",
@@ -172,6 +173,7 @@
"https://github.com/freeorion/freeorion.git",
"https://github.com/freeors/War-Of-Kingdom.git",
"https://github.com/freeserf/freeserf.git",
+ "https://github.com/gabrielecirulli/2048.git",
"https://github.com/gemrb/gemrb.git",
"https://github.com/glennrp/libpng.git",
"https://github.com/goblinhack/goblinhack.git",
@@ -383,12 +385,14 @@
"https://gitlab.com/osgames/zeroballistics.git",
"https://gitlab.com/pingus/pingus.git",
"https://gitlab.com/solarus-games/zsdx.git",
+ "https://gitlab.com/veloren/veloren.git",
"https://gitlab.com/xonotic/xonotic.git",
"https://gitlab.gnome.org/GNOME/libxml2.git",
"https://gitorious.org/turious/turious.git"
],
"svn": [
"http://svn.uktrainsim.com/svn/openrails/trunk",
+ "https://svn.code.sf.net/p/armagetronad/code/",
"https://svn.code.sf.net/p/atomiks/code/",
"https://svn.code.sf.net/p/catmother/code/",
"https://svn.code.sf.net/p/crossfire/code/",
@@ -418,6 +422,7 @@
"https://bitbucket.org/giszmo/glob2",
"https://bitbucket.org/mstrobel/supremacy/src",
"https://bitbucket.org/rude/love",
+ "https://bitbucket.org/ryzom/ryzomcore",
"https://bitbucket.org/sumwars/sumwars-code/src",
"https://bitbucket.org/thesheep/fujo/src"
],