From ba872b5fde9c73e88933ad7760ebb3db59451d86 Mon Sep 17 00:00:00 2001 From: Trilarion Date: Fri, 24 Sep 2021 15:21:10 +0200 Subject: [PATCH] additions from backlog and osgameclones --- README.md | 6 +- code/archives.json | 42 +++- code/backlog.txt | 274 +---------------------- code/backlog_enhanced.txt | 40 +++- code/generate_static_website.py | 13 +- code/osgameclones_synchronization.py | 11 +- code/rejected.txt | 7 + developers.md | 14 +- docs/developers/A.html | 20 +- docs/developers/J.html | 38 +++- docs/developers/index.html | 26 +-- docs/frameworks/index.html | 16 +- docs/frameworks/tool.html | 58 ++++- docs/games/A.html | 59 ++++- docs/games/C.html | 34 ++- docs/games/D.html | 57 ++++- docs/games/E.html | 4 +- docs/games/F.html | 31 ++- docs/games/G.html | 32 ++- docs/games/I.html | 62 ++++- docs/games/J.html | 31 ++- docs/games/K.html | 30 ++- docs/games/M.html | 40 +++- docs/games/O.html | 216 +++++++++++++++++- docs/games/R.html | 243 +++++++++++++++++++- docs/games/S.html | 40 +++- docs/games/T.html | 35 ++- docs/games/U.html | 36 ++- docs/games/V.html | 70 +++++- docs/games/W.html | 68 +++++- docs/games/X.html | 68 +++--- docs/games/Y.html | 34 ++- docs/games/genres.html | 255 ++++++++++++--------- docs/games/index.html | 209 +++++++++-------- docs/games/languages.html | 174 ++++++++------ docs/games/platforms.html | 197 +++++++++------- docs/index.html | 4 +- docs/inspirations/A.html | 5 +- docs/inspirations/B.html | 10 +- docs/inspirations/D.html | 5 +- docs/inspirations/F.html | 12 +- docs/inspirations/G.html | 12 +- docs/inspirations/H.html | 7 +- docs/inspirations/K.html | 12 +- docs/inspirations/L.html | 12 +- docs/inspirations/M.html | 12 +- docs/inspirations/N.html | 7 +- docs/inspirations/O.html | 5 +- docs/inspirations/P.html | 8 +- docs/inspirations/Q.html | 5 +- docs/inspirations/R.html | 28 ++- docs/inspirations/S.html | 57 ++++- docs/inspirations/V.html | 12 +- docs/inspirations/X.html | 12 +- docs/inspirations/index.html | 115 +++++----- docs/statistics.html | 8 +- entries/aleph_one.md | 2 +- entries/ambrose3d.md | 10 + entries/andengine.md | 13 ++ entries/cafu_engine.md | 14 ++ entries/daedalus.md | 10 + entries/dim3.md | 11 + entries/eat_the_whistle.md | 2 +- entries/fitzquake.md | 11 + entries/gameplay3d.md | 13 ++ entries/intersect.md | 13 ++ entries/isogenic_game_engine.md | 11 + entries/jgame.md | 13 ++ entries/kiwijs.md | 11 + entries/megamek.md | 2 +- entries/mekwars.md | 16 ++ entries/ogrian_carpet.md | 12 + entries/open_greedy.md | 15 ++ entries/open_rsc.md | 2 +- entries/open_valley.md | 12 + entries/openfly.md | 13 ++ entries/opensa.md | 12 + entries/openxray.md | 16 ++ entries/rad.md | 11 + entries/raptor_call_of_the_shadows.md | 12 + entries/raze.md | 17 ++ entries/reone.md | 14 ++ entries/robot_redemption.md | 11 + entries/rott94.md | 15 ++ entries/rottexpr.md | 12 + entries/sfxr.md | 13 ++ entries/starmines_the_next_generation.md | 14 ++ entries/tocs/_action.md | 10 +- entries/tocs/_android.md | 7 + entries/tocs/_arcade.md | 4 + entries/tocs/_cards.md | 1 + entries/tocs/_framework.md | 3 + entries/tocs/_frameworks.md | 3 + entries/tocs/_game-engine.md | 16 +- entries/tocs/_games.md | 42 +++- entries/tocs/_ios.md | 4 + entries/tocs/_linux.md | 14 ++ entries/tocs/_macos.md | 12 + entries/tocs/_music.md | 2 + entries/tocs/_platform.md | 2 + entries/tocs/_puzzle.md | 2 + entries/tocs/_remake.md | 18 ++ entries/tocs/_role-playing.md | 5 + entries/tocs/_simulation.md | 3 + entries/tocs/_strategy.md | 3 + entries/tocs/_tool.md | 3 + entries/tocs/_tools.md | 3 + entries/tocs/_visual-novel.md | 1 + entries/tocs/_web.md | 6 + entries/tocs/_windows.md | 20 ++ entries/torque_3d.md | 2 +- entries/tower_toppler.md | 11 + entries/turbu.md | 9 + entries/ultrastar.md | 2 +- entries/ultrastar_play.md | 13 ++ entries/vangers.md | 13 ++ entries/vircadia.md | 13 ++ entries/walic.md | 12 + entries/wxlasertank.md | 12 + entries/xargon.md | 15 ++ entries/xray_engine.md | 13 -- entries/yknytt.md | 12 + inspirations.md | 118 +++++++--- statistics.md | 185 +++++++-------- 124 files changed, 2932 insertions(+), 973 deletions(-) create mode 100644 entries/ambrose3d.md create mode 100644 entries/andengine.md create mode 100644 entries/cafu_engine.md create mode 100644 entries/daedalus.md create mode 100644 entries/dim3.md create mode 100644 entries/fitzquake.md create mode 100644 entries/gameplay3d.md create mode 100644 entries/intersect.md create mode 100644 entries/isogenic_game_engine.md create mode 100644 entries/jgame.md create mode 100644 entries/kiwijs.md create mode 100644 entries/mekwars.md create mode 100644 entries/ogrian_carpet.md create mode 100644 entries/open_greedy.md create mode 100644 entries/open_valley.md create mode 100644 entries/openfly.md create mode 100644 entries/opensa.md create mode 100644 entries/openxray.md create mode 100644 entries/rad.md create mode 100644 entries/raptor_call_of_the_shadows.md create mode 100644 entries/raze.md create mode 100644 entries/reone.md create mode 100644 entries/robot_redemption.md create mode 100644 entries/rott94.md create mode 100644 entries/rottexpr.md create mode 100644 entries/sfxr.md create mode 100644 entries/starmines_the_next_generation.md create mode 100644 entries/tower_toppler.md create mode 100644 entries/turbu.md create mode 100644 entries/ultrastar_play.md create mode 100644 entries/vangers.md create mode 100644 entries/vircadia.md create mode 100644 entries/walic.md create mode 100644 entries/wxlasertank.md create mode 100644 entries/xargon.md delete mode 100644 entries/xray_engine.md create mode 100644 entries/yknytt.md diff --git a/README.md b/README.md index 83ad534b..620cd9c0 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](statistics.md#statistics)** about entries [comment]: # (start of autogenerated content, do not edit) -**[Games](entries/tocs/_games.md#Games)** (1430) - **[Tools](entries/tocs/_tools.md#Tools)** (45) - **[Frameworks](entries/tocs/_frameworks.md#Frameworks)** (92) - **[Libraries](entries/tocs/_libraries.md#Libraries)** (46) +**[Games](entries/tocs/_games.md#Games)** (1470) - **[Tools](entries/tocs/_tools.md#Tools)** (48) - **[Frameworks](entries/tocs/_frameworks.md#Frameworks)** (95) - **[Libraries](entries/tocs/_libraries.md#Libraries)** (46) -By category: **[Action](entries/tocs/_action.md#action)** (265), **[Adventure](entries/tocs/_adventure.md#adventure)** (59), **[Arcade](entries/tocs/_arcade.md#arcade)** (154), **[Board](entries/tocs/_board.md#board)** (26), **[Cards](entries/tocs/_cards.md#cards)** (20), **[Educational](entries/tocs/_educational.md#educational)** (13), **[Framework](entries/tocs/_framework.md#framework)** (92), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (143), **[Library](entries/tocs/_library.md#library)** (46), **[Music](entries/tocs/_music.md#music)** (14), **[Platform](entries/tocs/_platform.md#platform)** (67), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (156), **[Remake](entries/tocs/_remake.md#remake)** (550), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (215), **[Simulation](entries/tocs/_simulation.md#simulation)** (121), **[Sports](entries/tocs/_sports.md#sports)** (25), **[Strategy](entries/tocs/_strategy.md#strategy)** (294), **[Tool](entries/tocs/_tool.md#tool)** (45), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (6) +By category: **[Action](entries/tocs/_action.md#action)** (273), **[Adventure](entries/tocs/_adventure.md#adventure)** (59), **[Arcade](entries/tocs/_arcade.md#arcade)** (158), **[Board](entries/tocs/_board.md#board)** (26), **[Cards](entries/tocs/_cards.md#cards)** (21), **[Educational](entries/tocs/_educational.md#educational)** (13), **[Framework](entries/tocs/_framework.md#framework)** (95), **[Game engine](entries/tocs/_game-engine.md#game-engine)** (157), **[Library](entries/tocs/_library.md#library)** (46), **[Music](entries/tocs/_music.md#music)** (16), **[Platform](entries/tocs/_platform.md#platform)** (69), **[Puzzle](entries/tocs/_puzzle.md#puzzle)** (158), **[Remake](entries/tocs/_remake.md#remake)** (568), **[Role playing](entries/tocs/_role-playing.md#role-playing)** (220), **[Simulation](entries/tocs/_simulation.md#simulation)** (124), **[Sports](entries/tocs/_sports.md#sports)** (25), **[Strategy](entries/tocs/_strategy.md#strategy)** (297), **[Tool](entries/tocs/_tool.md#tool)** (48), **[Visual novel](entries/tocs/_visual-novel.md#visual-novel)** (7) -By platform: **[Windows](entries/tocs/_windows.md#windows)** (504), **[Linux](entries/tocs/_linux.md#linux)** (486), **[macOS](entries/tocs/_macos.md#macos)** (284), **[Android](entries/tocs/_android.md#android)** (142), **[iOS](entries/tocs/_ios.md#ios)** (18), **[Web](entries/tocs/_web.md#web)** (146) +By platform: **[Windows](entries/tocs/_windows.md#windows)** (524), **[Linux](entries/tocs/_linux.md#linux)** (500), **[macOS](entries/tocs/_macos.md#macos)** (296), **[Android](entries/tocs/_android.md#android)** (149), **[iOS](entries/tocs/_ios.md#ios)** (22), **[Web](entries/tocs/_web.md#web)** (152) [comment]: # (end of autogenerated content) diff --git a/code/archives.json b/code/archives.json index 83376d2f..d4a12037 100644 --- a/code/archives.json +++ b/code/archives.json @@ -11,6 +11,7 @@ "https://bitbucket.org/SteveSmith16384/teamtactics.git", "https://bitbucket.org/annexctw/annex.git", "https://bitbucket.org/brucelet/space-trader.git", + "https://bitbucket.org/cafu/cafu.git", "https://bitbucket.org/czirkoszoltan/gdash.git", "https://bitbucket.org/dalerank/caesaria.git", "https://bitbucket.org/dividuum/infon.git", @@ -74,6 +75,7 @@ "https://git.code.sf.net/p/nazghul/git", "https://git.code.sf.net/p/nddomino/code", "https://git.code.sf.net/p/oge/git", + "https://git.code.sf.net/p/ogrian/code", "https://git.code.sf.net/p/opengate/code", "https://git.code.sf.net/p/openyahtzee/code", "https://git.code.sf.net/p/pasang-emas/code", @@ -132,6 +134,7 @@ "https://git.tuxfamily.org/rba/rogueboxadventures.git", "https://git.xiph.org/vorbis.git", "https://git.xonotic.org/xonotic/xonotic.git", + "https://gitea.it/rixty/OpenValley.git", "https://github.com/00-Evan/shattered-pixel-dungeon.git", "https://github.com/0ad/0ad.git", "https://github.com/2006-Scape/2006Scape.git", @@ -157,6 +160,7 @@ "https://github.com/Arantis/Meridian59_112.git", "https://github.com/ArmageddonGames/ZeldaClassic.git", "https://github.com/ArnoAnsems/CatacombGL.git", + "https://github.com/AscensionGameDev/Intersect-Engine.git", "https://github.com/Atlantis-PBEM/Atlantis.git", "https://github.com/AtomicGameEngine/AtomicGameEngine.git", "https://github.com/Attnam/ivan.git", @@ -210,6 +214,7 @@ "https://github.com/DusteDdk/SDL-Ball.git", "https://github.com/DusteDdk/Wizznic.git", "https://github.com/DusteDdk/osgg.git", + "https://github.com/Dzierzan/OpenSA.git", "https://github.com/EXL/NXEngine.git", "https://github.com/EasyRPG/Player.git", "https://github.com/Echelon9/mechcommander2-open.git", @@ -256,6 +261,7 @@ "https://github.com/HassanHeydariNasab/defendo.git", "https://github.com/HassanHeydariNasab/turo.git", "https://github.com/HaxeFlixel/flixel.git", + "https://github.com/HaxePunk/HaxePunk.git", "https://github.com/Hendricks266/SWP.git", "https://github.com/Herdinger/vulture.git", "https://github.com/Hextris/Hextris.git", @@ -263,6 +269,7 @@ "https://github.com/Hopson97/MineCraft-One-Week-Challenge.git", "https://github.com/HoverRace/HoverRace.git", "https://github.com/Hugobros3/chunkstories.git", + "https://github.com/I3ck/HGE2D.git", "https://github.com/IceReaper/OpenKrush.git", "https://github.com/Illarion-eV/Illarion-Content.git", "https://github.com/Illarion-eV/Illarion-Java.git", @@ -271,6 +278,7 @@ "https://github.com/Interkarma/daggerfall-unity.git", "https://github.com/Interrupt/delverengine.git", "https://github.com/Interrupt/systemshock.git", + "https://github.com/Irrelon/ige.git", "https://github.com/JACoders/OpenJK.git", "https://github.com/JSandomierz/pcis.git", "https://github.com/Jakz/openmom.git", @@ -283,9 +291,11 @@ "https://github.com/Keriew/augustus.git", "https://github.com/Kerndog73/EnTT-Pacman.git", "https://github.com/Kinniken/NoxImperii.git", + "https://github.com/KranX/Vangers.git", "https://github.com/Kromster80/kam_remake.git", "https://github.com/LIKO-12/LIKO-12.git", "https://github.com/LRFLEW/OpenMC2.git", + "https://github.com/LTCHIPS/rottexpr.git", "https://github.com/LWJGL/lwjgl3.git", "https://github.com/LagoLunatic/wwrando.git", "https://github.com/LambdaHack/LambdaHack.git", @@ -303,6 +313,7 @@ "https://github.com/M-HT/SR.git", "https://github.com/MaKiPL/OpenVIII-monogame.git", "https://github.com/MadDeCoDeR/Classic-RBDOOM-3-BFG.git", + "https://github.com/Malvineous/xargon.git", "https://github.com/Marisa-Chan/UA_source.git", "https://github.com/Martenfur/Monofoxe.git", "https://github.com/MattMatt0240/DemiGod.git", @@ -356,6 +367,7 @@ "https://github.com/OpenSAGE/OpenSAGE.git", "https://github.com/OpenSWE1R/openswe1r.git", "https://github.com/OpenTTD/OpenTTD.git", + "https://github.com/OpenXRay/xray-16.git", "https://github.com/OpenXcom/OpenXcom.git", "https://github.com/OutpostUniverse/OPHD.git", "https://github.com/PCGen/pcgen.git", @@ -437,6 +449,7 @@ "https://github.com/TurningWheel/Barony.git", "https://github.com/Tuxemon/Tuxemon.git", "https://github.com/UberGames/rpgxEF.git", + "https://github.com/UltraStar-Deluxe/Play.git", "https://github.com/UltraStar-Deluxe/USDX.git", "https://github.com/UltraStar-Deluxe/legacy-sourceforge-svn-mirror.git", "https://github.com/UnknownShadow200/ClassiCube.git", @@ -504,6 +517,7 @@ "https://github.com/andreakarasho/ClassicUO.git", "https://github.com/andrettin/wyrmsun.git", "https://github.com/andrewfenn/Hardwar.git", + "https://github.com/andrewzx1/dim3.git", "https://github.com/androidsoft-org/androidsoft-tuxmemory.git", "https://github.com/andwj/torrega.git", "https://github.com/andybalaam/foursies.git", @@ -533,6 +547,7 @@ "https://github.com/arianne/stendhal.git", "https://github.com/armory3d/armory.git", "https://github.com/armory3d/iron.git", + "https://github.com/aroldanju/raptor-call-of-the-shadows.git", "https://github.com/arturkot/the-house-game.git", "https://github.com/arx/ArxLibertatis.git", "https://github.com/asiekierka/reconstruction-of-super-zzt.git", @@ -540,6 +555,7 @@ "https://github.com/asiekierka/zeta.git", "https://github.com/assaultcube/AC.git", "https://github.com/atrinik/atrinik.git", + "https://github.com/atroel/open-greedy.git", "https://github.com/awkwardpolygons/cartographer.git", "https://github.com/b0n541/jskat-multimodule.git", "https://github.com/b3dgs/lionengine.git", @@ -604,6 +620,7 @@ "https://github.com/clintbellanger/flare-game.git", "https://github.com/clintbellanger/heroine-dusk.git", "https://github.com/cocos2d/cocos2d-x.git", + "https://github.com/coelckers/Raze.git", "https://github.com/coelckers/gzdoom.git", "https://github.com/collinhover/kaiopua.git", "https://github.com/collinsmith/riiablo.git", @@ -726,11 +743,17 @@ "https://github.com/freeserf/freeserf.git", "https://github.com/fynnfluegge/oreon-engine.git", "https://github.com/gabrielecirulli/2048.git", + "https://github.com/game-editor/game-editor.git", + "https://github.com/gamelab/kiwi-examples.git", + "https://github.com/gamelab/kiwi.js.git", + "https://github.com/gameplay3d/gameplay-deps.git", + "https://github.com/gameplay3d/gameplay.git", "https://github.com/gbdk-2020/gbdk-2020.git", "https://github.com/gbtami/pychess-variants.git", "https://github.com/gemrb/gemrb.git", "https://github.com/gerstrong/Commander-Genius.git", "https://github.com/ghewgill/puzzles.git", + "https://github.com/gideros/gideros.git", "https://github.com/ginkgo/pink-pony.git", "https://github.com/glennrp/libpng.git", "https://github.com/gliptic/liero.git", @@ -750,6 +773,7 @@ "https://github.com/guillaume-gouchon/dungeonquest.git", "https://github.com/guillaume-gouchon/smash.js.git", "https://github.com/gurka/OpenCrystalCaves.git", + "https://github.com/h4mu/rott94.git", "https://github.com/hackcraft-de/linwarrior.git", "https://github.com/haleymt/CrystalQuest.git", "https://github.com/hankmorgan/UnderworldExporter.git", @@ -806,6 +830,7 @@ "https://github.com/jjimenezg93/InputManager.git", "https://github.com/jjimenezg93/U-gine.git", "https://github.com/jjimenezg93/star-control2.git", + "https://github.com/jkarjala/starmines-tng.git", "https://github.com/jkroepke/2Moons.git", "https://github.com/jmimu/FITD.git", "https://github.com/jonburesh/sintelgame.git", @@ -820,6 +845,7 @@ "https://github.com/juanjepl/polisgame.git", "https://github.com/juankysoriano/Zen.git", "https://github.com/juzzlin/DustRacing2D.git", + "https://github.com/jval1972/Rad-X.git", "https://github.com/jval1972/Speed.git", "https://github.com/jwm-art-net/XorCurses.git", "https://github.com/jwrdegoede/M.A.R.S..git", @@ -838,6 +864,7 @@ "https://github.com/kreezii/jsgam.git", "https://github.com/krzys-h/UndertaleModTool.git", "https://github.com/kthakore/frozen-bubble.git", + "https://github.com/kvakvs/hge.git", "https://github.com/kyanha/crystal.git", "https://github.com/laanwj/sundog.git", "https://github.com/landoffire/lof-tmwa-client-data.git", @@ -874,7 +901,9 @@ "https://github.com/marcusmoller/pyorpg-client.git", "https://github.com/marcusmoller/pyorpg-server.git", "https://github.com/marksteelz3/Atari-VR---Breakout.git", + "https://github.com/martindrapeau/backbone-game-engine.git", "https://github.com/marukrap/ProceduralMapGenerator.git", + "https://github.com/masonm12/HGE.git", "https://github.com/matricks/teeworlds.git", "https://github.com/matt77hias/MAGE.git", "https://github.com/matthewgrimes/hexgame.git", @@ -913,6 +942,7 @@ "https://github.com/nhydock/UlDunAd.git", "https://github.com/nicholas-ochoa/OpenSC2K.git", "https://github.com/nicolasbrailo/PianOli.git", + "https://github.com/nicolasgramlich/AndEngine.git", "https://github.com/nicupavel/openpanzer.git", "https://github.com/nigels-com/glew.git", "https://github.com/nikki-and-the-robots/nikki.git", @@ -1023,7 +1053,9 @@ "https://github.com/restorer/fire-strike.git", "https://github.com/restorer/gloomy-dungeons-2.git", "https://github.com/restorer/gloomy-dungeons-3d.git", + "https://github.com/retrodump/Wintermute-Engine.git", "https://github.com/retrowars/retrowars.git", + "https://github.com/retrozombie/RobotRedemption.git", "https://github.com/retux-game/retux.git", "https://github.com/richardjs/Maelstrom.git", "https://github.com/riksweeney/edgar.git", @@ -1056,6 +1088,7 @@ "https://github.com/scottschiller/SURVIVOR.git", "https://github.com/scummvm/scummvm.git", "https://github.com/secretchronicles/TSC.git", + "https://github.com/seedhartha/reone.git", "https://github.com/segrax/DrCreep.git", "https://github.com/sergiomb2/pinball.git", "https://github.com/sergiou87/open-supaplex.git", @@ -1180,8 +1213,10 @@ "https://github.com/videogamepreservation/abuse.git", "https://github.com/viewizard/astromenace.git", "https://github.com/vilbeyli/VQEngine.git", + "https://github.com/vircadia/vircadia.git", "https://github.com/vividos/UnderworldAdventures.git", "https://github.com/vn971/cevo.git", + "https://github.com/vtudio/playir.git", "https://github.com/w84death/Tanks-of-Freedom.git", "https://github.com/watabou/PD-classes.git", "https://github.com/watabou/pixel-dungeon.git", @@ -1215,6 +1250,7 @@ "https://github.com/yeKcim/warmux.git", "https://github.com/yiotro/Antiyoy.git", "https://github.com/yokljo/ruzzt.git", + "https://github.com/youkaicountry/yknytt.git", "https://github.com/yquake2/yquake2.git", "https://github.com/yuv422/cosmo-engine.git", "https://github.com/yvt/openspades.git", @@ -1262,6 +1298,7 @@ "https://gitlab.com/manaplus/manaplus.git", "https://gitlab.com/meritous/meritous.git", "https://gitlab.com/meritous/sdl_android.git", + "https://gitlab.com/mohofobodaktyl/mwalic.git", "https://gitlab.com/open-runescape-classic/core.git", "https://gitlab.com/open-runescape-classic/single-player.git", "https://gitlab.com/osgames/aatraders.git", @@ -1528,6 +1565,7 @@ "https://svn.code.sf.net/p/krank/code", "https://svn.code.sf.net/p/lcsgame/code", "https://svn.code.sf.net/p/lgames/code", + "https://svn.code.sf.net/p/mekwars/code/", "https://svn.code.sf.net/p/moagg/code", "https://svn.code.sf.net/p/mopesnake/code", "https://svn.code.sf.net/p/openalchemist/code", @@ -1550,12 +1588,14 @@ "https://svn.code.sf.net/p/ultrastar/code", "https://svn.code.sf.net/p/vassalengine/svn", "https://svn.code.sf.net/p/vpinball/code", + "https://svn.code.sf.net/p/wxlasertank/code/", "https://svn.code.sf.net/p/xbak/code", "https://svn.code.sf.net/p/xswingplus/code", "https://svn.code.sf.net/p/xu4/code", "https://svn.code.sf.net/p/zaz/code", "svn://raydium.org/raydium/trunk", - "svn://svn.zoy.org/abuse/abuse/trunk" + "svn://svn.zoy.org/abuse/abuse/trunk", + "svn://svn.zoy.org/monsterz" ], "hg": [ "http://hg.code.sf.net/p/blood/code", diff --git a/code/backlog.txt b/code/backlog.txt index 18e7c9d5..d35b115e 100644 --- a/code/backlog.txt +++ b/code/backlog.txt @@ -1,45 +1,12 @@ -http://sol.gfxile.net/ambrose3d/index.html -http://storygamecreator.webs.com/ http://svn.assembla.com/svn/gdpl/ -http://turbu-rpg.com/ -http://web.archive.org/web/20071218214256/http://users.tkk.fi/~eye/roguelike/nethack.html -http://wiki.stellarforces.com/ -http://ww12.atomicgameengine.com -http://www.13thmonkey.org/~boris/jgame/ -http://www.abandonia.com/en/games/138/Hidden+Agenda.html -http://www.abandonia.com/en/games/25660/Crisis+in+the+Kremlin.html -http://www.andengine.org/ -http://www.astrolog.org/labyrnth/daedalus.htm -http://www.byond.com/ -http://www.cafu.de/ -http://www.celephais.net/fitzquake/ -http://www.codeskulptor.org/ -http://www.computerchess.org.uk/ccrl/4040/rating_list_all.html http://www.dianneandpaul.net/CSBwin/ -http://www.divgo.net/ -http://www.dosbox.com/download.php?main=1 -http://www.drpetter.se/project_sfxr.html -http://www.dungeoncrawl.org/?d.l -http://www.freemmorpgmaker.com/ -http://www.gameplay3d.io/ -http://www.garagegames.com/products/torque-3d -http://www.goldenstudios.or.id/products/games/index.php -http://www.goldenstudios.or.id/products/GTGE/ http://www.happypenguin.org/show?XKobo (offline) -http://www.hard-light.net/ http://www.ifwiki.org/index.php/Main_Page -http://www.isogenicengine.com/ -http://www.j4game.com/ -http://www.kiwijs.org/ -http://www.klinksoftware.com/ http://www.layabox.com/en/ http://www.lesfleursdunormal.fr/static/informatique/old/index_en.html -http://www.linux-games.com/ (all there) http://www.linuxdevcenter.com/pub/a/linux/2003/04/24/exult.html -http://www.mekwars.org/ http://www.myandroidonline.com/category/games/ http://www.netgore.com/ -http://www.newbreedsoftware.com/ (all) http://www.oletus.fi/games/ http://www.paulscode.com/games/ http://www.ph2.net/zugspiel/ @@ -58,32 +25,18 @@ http://www.zeldaroth.fr/us/zroth.php http://www.zsnes.com/ (emulator/platform) https://001gamecreator.com/ https://agateau.com/games/ -https://aleph-one-marathon.github.io/ https://app.assembla.com/spaces/openrpg/wiki https://app.assembla.com/spaces/Project_Valkyrie2/wiki -https://appimage.github.io/categories/Game -https://appimage.org/ -https://arcade.academy/ https://archive.codeplex.com/?p=turnota https://archive.codeplex.com/?p=voxeliq https://blenderartists.org/t/devils-pinball/552785 -https://blends.debian.org/games/tasks/ -https://blends.debian.org/games/tasks/racing https://carrot.soulweaver.fi/#links https://cocainediesel.fun/ -https://code.google.com/archive/p/galacticthrone/ -https://code.google.com/archive/p/gamekit/ -https://code.google.com/archive/p/primitivewars/ -https://code.google.com/archive/p/scummgen/ -https://code.google.com/archive/p/tecbattle/ https://code.launchpad.net/~flosoft/s25rttr/trunk https://conquertheworldbycode.wordpress.com/nostalgia-2/ https://dosgames.com/forum/about19706.html https://dragengine.rptd.ch/ https://eblong.com/zarf/twilight/index.html -https://edu.kde.org/ -https://empiredirectory.net/ -https://empiredirectory.net/index.php/downloads/viewdownload/6-server-software/13-empire-server https://emulation.gametechwiki.com/index.php/Main_Page https://en.wikipedia.org/w/index.php?title=GNU_Backgammon&action=edit&redlink=1 https://en.wikipedia.org/w/index.php?title=Golden_Age_of_Civilizations&action=edit&redlink=1 @@ -93,226 +46,13 @@ https://en.wikipedia.org/w/index.php?title=Simple_Solitaire_Collection&action=ed https://en.wikipedia.org/w/index.php?title=Trigger_Rally&action=edit&redlink=1 https://en.wikipedia.org/wiki/M.U.G.E.N https://enigma-dev.org/about.htm -https://fedoraproject.org/wiki/SIGs/Games#List_of_games_we_will_NOT_package -https://forum.freegamedev.net/viewtopic.php?f=20&t=11627 -https://forums.scummvm.org/viewtopic.php?t=13512&highlight=open+source https://futurepinball.com/ https://gdevelop-app.com/ https://github.blog/2014-01-06-github-game-off-ii-winners/ https://github.blog/2021-05-19-ludum-dare-48-staff-picks/ -https://github.com/aloisdeniel/awesome-monogame -https://github.com/Apostolique/Apos.Gui -https://github.com/asweigart/PythonStdioGames -https://github.com/azhirnov/FrameGraph -https://github.com/bepu/bepuphysics2 -https://github.com/bomblik/BlockOut_II_PSVITA -https://github.com/bsmr-games (also contains copies) -https://github.com/Calinou/awesome-gamedev -https://github.com/codenamecpp/carnage3d -https://github.com/coelckers/Raze -https://github.com/craftworkgames/MonoGame.Extended -https://github.com/DaanVanYperen/artemis-odb-contrib -https://github.com/db0/godot-card-gaming -https://github.com/dgcor/DGEngine.core -https://github.com/Donerkebap13/DonerComponents -https://github.com/Drasky-Vanderhoff/CommonDrops -https://github.com/Dzierzan/OpenSA -https://github.com/EasyRPG/Editor-Qt -https://github.com/eduard-permyakov/permafrost-engine -https://github.com/ekolis/FrEee -https://github.com/EliFUT/android -https://github.com/elishacloud/Silent-Hill-2-Enhancements -https://github.com/enginmanap/limonEngine -https://github.com/EvilPudding/candle -https://github.com/FUSEEProjectTeam/Fusee -https://github.com/Gamaen (all their repositories) -https://github.com/gamearians -https://github.com/GamedevFramework/gf -https://github.com/Garux/netradiant-custom -https://github.com/GDQuest/godot-visual-effects -https://github.com/Gforcex/OpenGraphic (all open source game engines there) -https://github.com/godlikepanos/anki-3d-engine -https://github.com/godot-extended-libraries/godot-next -https://github.com/godot-mega-man/Mega-Man-Engine -https://github.com/godotengine/awesome-godot#games -https://github.com/godotengine/escoria -https://github.com/godotengine/godot-design -https://github.com/Gramps/GodotSteam -https://github.com/guillaumechereau/goxel -https://github.com/H-uru/Plasma -https://github.com/Hotride/OrionUO (and all other Ultima Online clients and server emulators) -https://github.com/hparcells/cards-against-humanity -https://github.com/ianfab/Fairy-Stockfish -https://github.com/ictrobot/Cubes -https://github.com/id-Software -https://github.com/Illation/ETEngine -https://github.com/jasonrohrer (add gits to his games) -https://github.com/jatinmandav/Gaming-in-Python -https://github.com/Jaxe-Dev/RimHUD -https://github.com/JCWasmx86/Conquer -https://github.com/jmorton06/Lumos -https://github.com/JohanLi/uncharted-waters-2 -https://github.com/JohnLamontagne/Lunar-Engine -https://github.com/junkdog/artemis-odb -https://github.com/jwvhewitt/gearhead-caramel.git -https://github.com/Kaetram/Kaetram-Open -https://github.com/Kavex/GameDev-Resources -https://github.com/KDE -https://github.com/kduske/TrenchBroom -https://github.com/kidscancode/circle_jump -https://github.com/kimkulling/osre -https://github.com/klaussilveira/ioquake3.js -https://github.com/Kosmonaut3d/DeferredEngine -https://github.com/KranX/Vangers -https://github.com/kyzfrintin/Godot-Mixing-Desk -https://github.com/Legion-Engine/Legion-Engine -https://github.com/LgLinus/StrategyGame -https://github.com/libretro/libretro-chailove -https://github.com/libretro/libretro-prboom -https://github.com/ligurio/awesome-ttygames -https://github.com/luciopanepinto/pacman -https://github.com/LuminoEngine/Lumino -https://github.com/mapeditor/tiled -https://github.com/MarcoLizza/tofu-engine -https://github.com/MarilynDafa/Bulllord-Engine -https://github.com/mars-sim/mars-sim -https://github.com/marshallward/TiledSharp -https://github.com/marukrap/RoguelikeDevResources -https://github.com/MatthewTheGlutton/HideousDestructor -https://github.com/McKay42/McOsu -https://github.com/megamarc/Tilengine -https://github.com/mewo2/terrain -https://github.com/mgerhardy/engine -https://github.com/momentum-mod/game -https://github.com/mono/CocosSharp -https://github.com/MonoGame/MonoGame.Samples -https://github.com/moonwards1/Moonwards-Virtual-Moon -https://github.com/morganbengtsson/mos -https://github.com/MrFrenik/Enjon -https://github.com/MrFrenik/gunslinger -https://github.com/MultiCraft/MultiCraft -https://github.com/MustaphaTR/Romanovs-Vengeance -https://github.com/MyGUI/mygui -https://github.com/MyreMylar/pygame_gui -https://github.com/nCine/nCine -https://github.com/netwarm007/GameEngineFromScratch -https://github.com/nezvers/Godot_goodies -https://github.com/nfprojects/nfengine -https://github.com/NickMcConnell/FAangband -https://github.com/NoelFB/blah -https://github.com/Noesis/UE4-ShooterGame -https://github.com/oers/reversatile -https://github.com/ogarcia/opensudoku -https://github.com/Ogmo-Editor-3/OgmoEditor3-CE -https://github.com/OGRECave/scape -https://github.com/openfl/starling -https://github.com/OpenMandrivaAssociation -https://github.com/OpenMandrivaAssociation/nexuiz/blob/master/nexuiz.spec -https://github.com/OpenRA/d2 -https://github.com/OpenRA/OpenRAModSDK -https://github.com/opensourcedesign -https://github.com/opentrack/opentrack -https://github.com/OrionFive/Hospitality -https://github.com/ozkriff/zemeroth -https://github.com/Patapom/GodComplex -https://github.com/PavelDoGreat/WebGL-Fluid-Simulation -https://github.com/perbone/luascript -https://github.com/Phyronnaz/VoxelPlugin -https://github.com/PixelGuys/Cubyz -https://github.com/PixelVision8/PixelVision8 -https://github.com/pixijs/pixi.js -https://github.com/pld-linux -https://github.com/pld-linux/nexuiz/blob/master/nexuiz.spec -https://github.com/PolygonTek/BlueshiftEngine -https://github.com/polymonster/pmtech -https://github.com/ppizarror/pygame-menu -https://github.com/prime31/Nez-Samples -https://github.com/project-imprimis/imprimis -https://github.com/psuong/ig-developer-console -https://github.com/qiciengine/qiciengine -https://github.com/Quaver/Wobble -https://github.com/quinnvoker/qurobullet -https://github.com/rafaelcastrocouto/foda -https://github.com/rakugoteam/Rakugo -https://github.com/RandyGaul/qu3e -https://github.com/rds1983/Jord -https://github.com/rds1983/Myra -https://github.com/redomar/JavaGame -https://github.com/Renanse/Ardor3D -https://github.com/RetroAchievements/RALibretro -https://github.com/RetroAchievements/RAWeb -https://github.com/rhgrant10/berserk -https://github.com/rizwan3d/MotoGameEngine -https://github.com/rlguy/FantasyMapGenerator -https://github.com/rockbite/talos -https://github.com/rotators/Fo1in2 -https://github.com/RoxasShadow/Sottaceto -https://github.com/roy-t/MiniRTS -https://github.com/rramsden/ymir -https://github.com/RSamaium/RPG-JS -https://github.com/Ruin0x11/OpenNefia -https://github.com/sabresaurus/SabreCSG -https://github.com/SadConsole/SadConsole -https://github.com/SaeruHikari/SakuraEngine -https://github.com/SanderMertens/flecs -https://github.com/saniv/free-game-art/blob/master/foss-copyright-infringement-records.md -https://github.com/scottcgi/Mojoc -https://github.com/scp-fs2open/fs2open.github.com -https://github.com/search?p=1&q=sunrider&type=Repositories, sunrider -https://github.com/senior-sigan/WHY_CPP -https://github.com/septag/glslcc -https://github.com/septag/rizz -https://github.com/SimonDarksideJ/XNAGameStudio -https://github.com/sinshu/managed-doom -https://github.com/SirRamEsq/SmartShape2D -https://github.com/skylicht-lab/skylicht-engine -https://github.com/skypjack/entt -https://github.com/smlinux/nexuiz -https://github.com/SPC-Some-Polish-Coders/PopHead/ -https://github.com/Squalr/Squally -https://github.com/SSBMTonberry/tileson -https://github.com/stackos/Viry3D -https://github.com/stolencatkarma/CataclysmLD -https://github.com/Suprcode/mir3-zircon -https://github.com/Sygmei/ObEngine -https://github.com/tainicom/Aether.Physics2D -https://github.com/tangziwen/Cube-Engine -https://github.com/teeworlds/teeworlds -https://github.com/terrafx/terrafx -https://github.com/the-insulines -https://github.com/theaigames -https://github.com/TheGameCreators/GameGuruRepo -https://github.com/Three-Horned-Helmet/mega-rpg -https://github.com/timi-liuliang/echo -https://github.com/Tinob/Ishiiruka (https://github.com/shiiion/Ishiiruka, https://github.com/SirMangler/PrimeHack-Updater) -https://github.com/tizian/Cendric2 -https://github.com/tlgkccampbell/ultraviolet -https://github.com/TomBebb/awe -https://github.com/tomlooman/SimpleFPSTemplate -https://github.com/topics/top-down-shooter -https://github.com/ttencate/jfxr -https://github.com/uberspot/2048-android -https://github.com/untakenstupidnick/nbsdgames (Blockout II) -https://github.com/untakenstupidnick/nbsdgames (Cross-platform ncurses/pdcurses based games under active development) -https://github.com/UnterrainerInformatik/GameDevelopmentLinks -https://github.com/Venom0us/Emberpoint -https://github.com/videogamepreservation -https://github.com/vini-guerrero/Godot_Game_Tools -https://github.com/vocollapse/Blockinger -https://github.com/wesnoth/haldric -https://github.com/WohlSoft/PGE-Project -https://github.com/wojtekpil/Godot-Octahedral-Impostors -https://github.com/YuriiSalimov/15-puzzle -https://github.com/zcaliptium/gdinv -https://github.com/zurn/zapper (or any other tapper clone) -https://gitlab.com/LibreGames -https://gitlab.com/luckeyproductions/games (all of them) -https://gitlab.com/vgstation/vgstation-old (and vgstation in general) -https://gitlab.openrsc.com/open-rsc +https://github.com/asc-community/MxEngine +https://github.com/tgstation/tgstation https://gitorious.org/index-list.html (are there other interesting games) -https://gottcode.org/ (all) -https://invent.kde.org/games -https://itch.io/ (scrape, look for open source) https://jcrpg.blogspot.de/ https://libregamewiki.org/Alexei:_Part_IX https://libregamewiki.org/CameliaGirls @@ -320,13 +60,9 @@ https://libregamewiki.org/Childish_Cannoneer https://libregamewiki.org/index.php?title=Libregamewiki_talk:Community_Portal&oldid=25410#Some_long_term_ideas https://libregamewiki.org/Libregamewiki:Suggested_games#Likely_sources_for_more_free_games https://lichess.org/api -https://lmemsm.dreamwidth.org/8013.html (List of some of my favorite Open Source games) -https://love2d.org/forums/viewforum.php?f=14 (check them if time) https://moaiwebsite.github.io/ -https://notabug.org/Calinou/awesome-gamedev#games https://odr.chalmers.se/handle/20.500.12380/219006 https://osdn.net/softwaremap/trove_list.php?form_cat=80 -https://packages.debian.org/sid/games/etw https://pipoypipagames.itch.io/cows-revenge (https://github.com/Dariasteam/Cows-Revenge) https://pixeldoctrine.com/index.html (more than just slime volleyball) https://play.google.com/store/apps/dev?id=8387589286898375037 (where is the source, not open source otherwise) @@ -339,7 +75,6 @@ https://salsa.debian.org/games-team/etw https://scorched-moon.github.io/site/ https://scratch.mit.edu/ (https://en.scratch-wiki.info/wiki/Scratch_Source_Code) https://senseis.xmp.net/?GNUGo -https://sr.ht/projects?search=%23game https://stendhalgame.org/wiki/Marauroa https://verge-rpg.com/ https://voltisoft.com/miragelegacy @@ -351,12 +86,7 @@ https://www.adventuregamestudio.co.uk/ https://www.b3dgs.com/v7/page.php?lang=en§ion=projects https://www.bennugd.org/ https://www.bsframework.io/ -https://www.celephais.net/fitzquake/ https://www.choiceofgames.com/make-your-own-games/choicescript-intro/ -https://www.fandom.com/topics/games (look for media links, example https://creatures.fandom.com/wiki/Openc2e) -https://www.fosshub.com/about.html -https://www.fosslinux.com/ -https://www.freegamesutopia.com/ https://www.frictionalgames.com/forum/forum-28.html https://www.glitchthegame.com/ (Glitch the game, by Tiny Speck Inc. public domain) https://www.libretro.com/ diff --git a/code/backlog_enhanced.txt b/code/backlog_enhanced.txt index 73b63f4c..a9550e65 100644 --- a/code/backlog_enhanced.txt +++ b/code/backlog_enhanced.txt @@ -2,6 +2,16 @@ more work http://hgm.nubati.net/ (winboard) http://insideastarfilledsky.net/ (source may be somewhere else) +https://empiredirectory.net/ +https://empiredirectory.net/index.php/downloads/viewdownload/6-server-software/13-empire-server +http://www.divgo.net/ (in spanish difficult to detect sources) +https://github.com/neuromancer/re-private-eye.git (moved to scummvm) and is part of scummvm +http://www.hard-light.net/ (Free Space Open, Knossos, Mods, https://github.com/scp-fs2open/fs2open.github.com, https://wiki.hard-light.net/index.php/Getting_started) + +roguelike + +http://web.archive.org/web/20071218214256/http://users.tkk.fi/~eye/roguelike/nethack.html +http://www.dungeoncrawl.org/?d.l multiple @@ -56,6 +66,30 @@ https://www.openhub.net/ (search for games) https://www.reddit.com/r/opensource/comments/cs6m3y/a_list_of_fossrelated_projects_people_to_follow/ https://www.reddit.com/r/opensourcegames/ https://www.renpy.org/ (also all projects linked there) +https://gottcode.org/ (all) +https://love2d.org/forums/viewforum.php?f=14 (check them if time) +http://www.linux-games.com/ (all there) +http://www.newbreedsoftware.com/ (all) +http://www.computerchess.org.uk/ccrl/4040/rating_list_all.html +https://appimage.github.io/categories/Game +https://edu.kde.org/ +https://fedoraproject.org/wiki/SIGs/Games#List_of_games_we_will_NOT_package +https://forum.freegamedev.net/viewtopic.php?f=20&t=11627 +https://forums.scummvm.org/viewtopic.php?t=13512&highlight=open+source +https://invent.kde.org/games +https://itch.io/ (scrape, look for open source) +https://lmemsm.dreamwidth.org/8013.html (List of some of my favorite Open Source games) +https://notabug.org/Calinou/awesome-gamedev#games +https://sr.ht/projects?search=%23game +https://www.fandom.com/topics/games (look for media links, example https://creatures.fandom.com/wiki/Openc2e) +https://www.fosshub.com/about.html +https://www.fosslinux.com/ +https://www.freegamesutopia.com/ +https://arcade.academy/ +https://blends.debian.org/games/tasks/ +https://blends.debian.org/games/tasks/racing +http://www.goldenstudios.or.id/products/games/index.php +http://www.goldenstudios.or.id/products/GTGE/ github collections @@ -81,4 +115,8 @@ https://en.wikipedia.org/wiki/MUD_client (all there) special -https://alternativeto.net/ (query with only open source as option) \ No newline at end of file +https://alternativeto.net/ (query with only open source as option) + +github topics + +https://github.com/topics/game-engine (etc.) \ No newline at end of file diff --git a/code/generate_static_website.py b/code/generate_static_website.py index 214b8f0a..aaf19e0a 100644 --- a/code/generate_static_website.py +++ b/code/generate_static_website.py @@ -17,9 +17,7 @@ Listing: """ -# pre-release - -# TODO minimize size (html tag optimization) jinja template optimization +# TODO minimize tag usage: jinja template optimization for line breaks and indention and minimal amount of spaces (and size of files) and minimal amount of repetition of tags # TODO contribute.html add content @@ -40,12 +38,7 @@ Listing: # TODO games: top 50 list from Github via their stars with download links (add to entries) and with screenshot # TODO games: add screenshot ability (add screenshot to database, at least for top 50) -# release - # TODO update Bulma -# TODO everywhere: optimize jinja for line breaks and indention and minimal amount of spaces (and size of files) and minimal amount of repetition of tags - -# post-release # TODO everywhere: meta/title tag # TODO everywhere: style URLs (Github, Wikipedia, Internet archive, SourceForge, ...) @@ -58,6 +51,10 @@ Listing: # TODO games: javascript table # TODO games: repositories comments have too much space after( and before ) +# TODO add sitemap + +# TODO mobile view: optimize layout for mobile view + # TODO languages: C# redirects to C # TODO keywords: explain most common ones diff --git a/code/osgameclones_synchronization.py b/code/osgameclones_synchronization.py index 7b72fef7..114020c1 100644 --- a/code/osgameclones_synchronization.py +++ b/code/osgameclones_synchronization.py @@ -53,7 +53,7 @@ osgc_name_aliases = {'4DTris': '4D-TRIS', 'fheroes2': 'Free Heroes 2', 'DrCreep' 'tetris': 'Just another Tetris™ clone', 'twin-e': 'TwinEngine', 'super-methane-brothers-gx': 'Super Methane Brothers for Wii and GameCube', 'CrossUO: Ultima Online': 'CrossUO', 'Doomsday': 'Doomsday Engine', 'OpMon': 'OPMon', '2048-python': '2048 Python', 'Free Heroes 2 - Enhanced': 'Free Heroes 2', 'ironseed_fpc': 'ironseed', - 'KKnD': 'OpenKrush'} + 'KKnD': 'OpenKrush', 'bab-be-u': 'BAB BE U', 'ironseed': 'Ironseed', 'urde': 'Metaforce'} # conversion between licenses syntax them and us osgc_licenses_map = {'GPL2': 'GPL-2.0', 'GPL3': 'GPL-3.0', 'AGPL3': 'AGPL-3.0', 'LGPL3': 'LGPL-3.0', @@ -79,7 +79,8 @@ osgc_ignored_entries = ["A Mouse's Vengeance", 'achtungkurve.com', 'AdaDoom3', ' 'Styx', 'Super Mario Bros With SFML in C#', 'thromolusng', 'Tile World 2', 'Tranzam', 'Voxelstein 3D', 'XQuest 2', 'xrick', 'zedragon', 'Uncharted waters 2 remake', 'Desktop Adventures Engine for ScummVM', - 'Open Sonic', 'Aladdin_DirectX', 'Alive_Reversing'] + 'Open Sonic', 'Aladdin_DirectX', 'Alive_Reversing', 're3', 'Sonic-1-2-2013-Decompilation', + 'Sonic-CD-11-Decompilation', 'Stunt Car Racer Remake'] def unique_field_contents(entries, field): @@ -500,9 +501,9 @@ if __name__ == "__main__": osgc_frameworks = [osgc_frameworks] entry += '- Code dependency: {}\n'.format(', '.join(osgc_frameworks)) - # add description - description = '{} of {}.'.format(game_type.capitalize(), ', '.join(osgc_entry['originals'])) - entry += '\n{}\n\n'.format(description) + # add description (already put into Inspiration) + # description = '{} of {}.'.format(game_type.capitalize(), ', '.join(osgc_entry['originals'])) + # entry += '\n{}\n\n'.format(description) # write info (if existing) if 'info' in osgc_entry: diff --git a/code/rejected.txt b/code/rejected.txt index 1ea9cba5..da598436 100644 --- a/code/rejected.txt +++ b/code/rejected.txt @@ -23,6 +23,7 @@ Berserk (https://github.com/EgorOrachyov/Berserk): No license information found biju-game (https://github.com/fdfragoso/biju-game, http://crocidb.com/labs/biju-game/, https://github.com/CrociDB/biju-game): Very early development, No license added Brickshooter (http://bilious.homelinux.org/~paxed/brickshooter/): Homepage offline, sources not archived on the web archive, version very low 0.0.4 (might be too early) Bweakfwu (https://github.com/plaimi/bweakfwu, https://secure.plaimi.net/games/bweakfwu): Very early development stage, abandoned +BYOND (http://www.byond.com/, https://web.archive.org/web/20200223231337/http://www.byond.com/download/): Not open source (also DreamMaker, DreamSeeker). Maybe even games with DM script might be difficult to set up. Website of offline. Discontinued? Camelia Girls (https://web.archive.org/web/20140523011334/http://pigux.com:80/cameliagirls/): Sources not available Cheese Boys (http://sourceforge.net/projects/cheeseboys/, http://cheeseboys.keul.it/, https://github.com/keul/Cheese-Boys, http://www.pygame.org/project-Cheese+Boys-692-.html): Very early development, Abandoned, License unclear Clippers (http://sourceforge.net/projects/clippers/): No license attached to source code (will contact) @@ -80,6 +81,7 @@ ImperiumAO (https://sourceforge.net/projects/impao, https://www.imperiumao.com.a Inline-Engine (https://github.com/petiaccja/Inline-Engine): Commercial license Interstate Outlaws (http://www.interstateoutlaws.com/): Very early development, No clear indication of license with source code, Abandoned since long time Ironclad (https://github.com/mikera/ironclad): No license information, asked but did not get a reply +J4Game (http://www.j4game.com/): Says GPL, but no source found, download only compiled jar file. Java Fabled Lands (http://flapp.sourceforge.net/, https://sourceforge.net/projects/flapp/): No license information available, content might not be free (see https://github.com/Trilarion/opensourcegames/issues/57) Java Isometric Engine (https://sourceforge.net/projects/jisoman/): Early development, no license information with source, long abandoned Java Settlers of Catan (https://sourceforge.net/projects/javasettlers/): No license information, very early development @@ -138,6 +140,7 @@ Promisance (https://sourceforge.net/projects/promisance/,http://promisance.sourc pyspaceinvaders (https://github.com/map0logo/pyspaceinvaders.git): Too small PyTouhou (http://pytouhou.linkmauve.fr/,http://hg.linkmauve.fr/touhou): Sources not available anymore Racer (http://racer.sourceforge.net/, http://sourceforge.net/projects/racer/): Very early development, Inactive +re3 (https://github.com/GTAmodding/re3): No suitable open source license (see https://github.com/GTAmodding/re3#license) realmforge (https://sourceforge.net/projects/realmforge/): Went commercial Receiver (https://github.com/David20321/7DFPS, http://www.wolfire.com/receiver): All rights reserved. retrospec (http://retrospec.sgn.net): No license information found for games with source code there @@ -157,11 +160,15 @@ Snipes (https://www.vogons.org/viewtopic.php?f=7&t=49073, https://github.com/Dav Sokoban (https://sourceforge.net/projects/sokoban/): Proprietary license Solar Empire (https://sourceforge.net/projects/solar-empire/, https://git.code.sf.net/p/solar-empire/code): No license found Solaris (https://sourceforge.net/projects/solaristhegame/, https://svn.code.sf.net/p/solaristhegame/code/): Very early development stage +Sonic-1-2-2013-Decompilation (https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation.git): No suitable open source license (see https://github.com/Rubberduckycooly/Sonic-1-2-2013-Decompilation/blob/main/LICENSE.md) +Sonic-CD-11-Decompilation (https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation.git): No suitable open source license (see https://github.com/Rubberduckycooly/Sonic-CD-11-Decompilation/blob/master/LICENSE.md) Space Opera Ruby (https://github.com/Cortrah/SpaceOperaRuby): No license given, too small Space Station 14 (http://www.spacestation14.com/): Offline, contains no clear game Spaceship Duel (https://archive.codeplex.com/?p=spaceshipduel, https://spaceshipduel.codeplex.com/SourceControl/latest): Cannot download archive from codeplex SSTPong (http://sstpong.sourceforge.net/, https://sourceforge.net/projects/sstpong/): Very early development Starlane Empire (https://gna.org/projects/starlane/, http://cvs.gna.org/cvsweb/starlane/?cvsroot=starlane): No sources available, see issue #18, gna.org lost +Stellar Forces (http://wiki.stellarforces.com/): No license or sources found. +Story Game Create (https://storygamecreator.webs.com/): No license nor sources found. Stunt Car Racer Remake (http://stuntcarracerwin32.bravesites.com, https://sourceforge.net/projects/stuntcarremake/, https://git.code.sf.net/p/stuntcarremake/code): License unclear, author confirmed that there is not license and didn't answer when asked if there could one be added (see https://github.com/Trilarion/opensourcegames/issues/244) Styx (http://retrospec.sgn.net/game/styx, http://retrospec.sgn.net/game-links.php?link=styx): Unclear license information, not open source in our sense, see other entries from retrospec here Sudoku86 (http://sudoku86.sourceforge.net/): Does only run under DOS. Not the preferred OS for this database. diff --git a/developers.md b/developers.md index 916f52c3..58118fae 100644 --- a/developers.md +++ b/developers.md @@ -1,5 +1,5 @@ [comment]: # (partly autogenerated content, edit with care, read the manual before) -# Developer [10522] +# Developer [10525] ## (G_H) [1] @@ -617,6 +617,10 @@ - Contact: etam@GH - Home: https://etam-software.eu +## Adam Nielsen [1] + +- Games: Xargon + ## Adam P. Goucher [1] - Games: Golly @@ -22127,6 +22131,10 @@ - Contact: Jarskih@GH - Home: https://www.shunengwuhuo.com +## Jari Karjala [1] + +- Games: StarMines: The Next Generation + ## Jari Winberg [1] - Games: Simple-Solitaire @@ -22845,6 +22853,10 @@ - Games: XMage - Contact: jerekwilson@GH +## Jeremiah D. Powell [1] + +- Games: Ogrian Carpet + ## Jeremiah Morris [1] - Games: Aleph One diff --git a/docs/developers/A.html b/docs/developers/A.html index ecc6b33a..85a7cdff 100644 --- a/docs/developers/A.html +++ b/docs/developers/A.html @@ -1505,6 +1505,24 @@ +
+
+
+
+

Adam Nielsen

+
+
+
+
+
+ Developed game: + Xargon
+
+
+ Improve +
+
+
@@ -17259,7 +17277,7 @@

The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

+ This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

diff --git a/docs/developers/J.html b/docs/developers/J.html index 83560675..c71549d4 100644 --- a/docs/developers/J.html +++ b/docs/developers/J.html @@ -3338,6 +3338,24 @@
+
+
+
+
+

Jari Karjala

+
+
+
+
+ +
+
+ Improve +
+
+
@@ -5847,6 +5865,24 @@
+
+
+
+
+

Jeremiah D. Powell

+
+
+
+
+
+ Developed game: + Ogrian Carpet
+
+
+ Improve +
+
+
@@ -15671,7 +15707,7 @@

The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

+ This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

diff --git a/docs/developers/index.html b/docs/developers/index.html index 3958a15c..40e3ec4c 100644 --- a/docs/developers/index.html +++ b/docs/developers/index.html @@ -35,9 +35,9 @@
-

Open source game developers

Alphabetical index of 10522 developers

+

Open source game developers

Alphabetical index of 10525 developers

- A (946) + A (947) B (469) @@ -55,7 +55,7 @@ I (163) - J (859) + J (861) K (393) @@ -106,7 +106,7 @@ (2)
  • Ada Lovecraft
  • AdaDoom3
  • adakraz
  • Adalino
  • AdaM
  • Adam (5)
  • Adam 'Atomic' Saltsman
  • Adam Aboudi
  • Adam Andrews
  • Adam Battersby
  • Adam Borowski (2)
  • Adam Brown
  • Adam Chevalier
  • Adam Fort
  • Adam Gorman
  • Adam Heinermann - (2)
  • Adam Hintz
  • Adam Johnson
  • Adam Jordanek
  • Adam Kapos
  • Adam Kewley
  • Adam Lowman
  • Adam Mitchell
  • Adam Mizerski
  • Adam P. Goucher
  • Adam Powers
  • Adam Sampson
  • Adam Stachowicz + (2)
  • Adam Hintz
  • Adam Johnson
  • Adam Jordanek
  • Adam Kapos
  • Adam Kewley
  • Adam Lowman
  • Adam Mitchell
  • Adam Mizerski
  • Adam Nielsen
  • Adam P. Goucher
  • Adam Powers
  • Adam Sampson
  • Adam Stachowicz (2)
  • Adam Strzelecki
  • Adam Wendt
  • adascor
  • adejr
  • adiblol
  • Adinata Thayib
  • Adolfo R. Brandes
  • Adonais Romero González
  • Adrian Batzill (2)
  • Adrian Frühwirth
  • Adrian Gaudebert
  • Adrian Irving-Beer
  • Adrian Papari
  • Adrian Petrescu
  • Adrian Siekierka (5)
  • Adrian Sprick
  • Adrian Wielgosik
  • Adrian-Ken Rueegsegger
  • AdrianGin
  • Adriano Lima
  • AdrianoML
  • adrido
  • Adrien
  • Adrien Béraud
  • Adrien de Sentenac
  • Adrien Destugues
  • Adrien Geets
  • Adrien Laugueux
  • Adrien RICCIARDI
  • Adrienne Walker
  • Adrià
  • Adrián Matejov
  • aDuke1
  • Ae_
  • Aeglos
  • Aenge
  • Aenye
  • Aergwyn
  • agb32
  • Agnostic Entertainment
  • AGreatFish
  • agrrr3
  • ah
  • Ahmad Fatoum
  • Ahmed Hussein
  • ahmedismaiel
  • Ahmet Kaşif
  • aholza
  • Aidan Coward
  • Aidan Holm
  • aierce
  • AIGRIND
  • Aina Melkor
  • AinvarG
  • Aisha Fenton
  • Aishiko
  • Aitonfrere
  • AJ Kelly @@ -128,9 +128,9 @@ (2)
  • Alexander Haibl
  • Alexander Henne
  • Alexander Herzog
  • Alexander Kashev
  • Alexander Kjäll (2)
  • Alexander Kolotov
  • Alexander Konovalov
  • Alexander Korolyov
  • Alexander Kromm (m8f) (2)
  • Alexander Kuehn
  • Alexander Lang
  • Alexander Lyon
  • Alexander Monakov
  • Alexander Morland
  • Alexander Nadeau - (3)
  • Alexander Nittka
  • Alexander Overvoorde
  • Alexander Rawass
  • Alexander Reim
  • Alexander Richardson
  • Alexander Sapountzis
  • alexander sasha wait
  • Alexander Schenkel
  • Alexander Schlarb
  • Alexander Schoelling
  • Alexander Schultz
  • Alexander Shishkin
  • + (3)
  • Alexander Nittka
  • Alexander Overvoorde
  • Alexander Rawass
  • Alexander Reim
  • Alexander Richardson
  • Alexander Sapountzis
  • alexander sasha wait
  • Alexander Schenkel
  • Alexander Schlarb
  • Alexander Schoelling
  • Alexander Schultz
  • -
    -
    -
    diff --git a/docs/frameworks/index.html b/docs/frameworks/index.html index 2238c592..8aa966fe 100644 --- a/docs/frameworks/index.html +++ b/docs/frameworks/index.html @@ -35,13 +35,13 @@
    -

    Open source game frameworks/tools

    Index of 182 game frameworks/tools

    +

    Open source game frameworks/tools

    Index of 184 game frameworks/tools

    Frameworks (95) Libraries (46) - Tools (46) + Tools (48)
    @@ -141,12 +141,14 @@ (inactive since 2016)
  • opsu!
  • PCGen
  • Pendumito (inactive since 2003)
  • pkg-config
  • Procedural Map Generator (inactive since 2018)
  • Psyco - (inactive since 2008)
  • Pymapper
  • PyTMX
  • ReShade
  • + (inactive since 2008)
  • Pymapper
  • PyTMX
  • ReShade
  • rFXGen
  • -
    diff --git a/docs/frameworks/tool.html b/docs/frameworks/tool.html index 70879f0c..b8024164 100644 --- a/docs/frameworks/tool.html +++ b/docs/frameworks/tool.html @@ -1404,6 +1404,35 @@ Unmaintained, refers to pypy.org Raw entry
    +
    + +
    + Platforms:
    +
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: MIT
    + Code dependencies: + SDL
    + Build system: Make
    + +
    +
    + +
    + Platform:
    +
    + +
    + Technical info
    + Code languages: + Pascal
    + Code licenses: MPL-1.1
    + +
    Technical info
    @@ -1091,6 +1091,33 @@ Aklabeth 1.0 has been written by Paul Robson and was originally released in 2004 Raw entry
    +
    + +
    + Platform:
    +
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: zlib
    + +
    +
    + +
    + Platforms:
    +
    + +
    + Technical info
    + Code languages: + Java
    + Code licenses: Apache-2.0
    + Code repositories: nicolasgramlich/AndEngine.git
    + Build system: Ant
    + +
    +
    + +
    + Platform: + Changed license from GPL to MIT (usually only possible with consent of all authors). + +
    +
    +
    + Homepage: www.cafu.de
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: MIT
    + Code repositories: bitbucket.org/cafu/cafu.git
    + Build system: CMake
    + +
    +
    + +
    + Platform:
    puzzle + maze
    +
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-2.0
    + +
    +
    + +
    + Platforms:
    +
    + +
    + Technical info
    + Code languages: + C
    + Code licenses: MIT
    + Code repositories: andrewzx1/dim3.git
    + +
    - Homepages: www.ggsoft.org/etw, etw
    + Homepages: www.ggsoft.org/etw, etw, packages.debian.org/sid/games/etw
    Download: etw/files
    Technical info
    @@ -1734,7 +1734,7 @@ Check the games that it includes.

    The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

    + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

    diff --git a/docs/games/F.html b/docs/games/F.html index 672d451f..435b713c 100644 --- a/docs/games/F.html +++ b/docs/games/F.html @@ -647,6 +647,35 @@ See also entry fo Annchienta. Raw entry +
    + +
    + Platform:
    actionremake + shooter
    +
    + Inspiration: + Quake
    + +
    + Technical info
    + Code languages: + C
    + Code licenses: GPL-2.0
    + +
    +
    + +
    + Platforms:
    game engine + 2D + 3D
    +
    +
    + Homepage: www.gameplay3d.io
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: Apache-2.0
    + Code repositories: gameplay3d/gameplay.git, gameplay3d/gameplay-deps.git @add
    + Build system: CMake
    + +
    +
    + +
    + Platforms:
    game enginerole playing + 2D + multiplayer massive
    +
    + +
    + Technical info
    + Code languages: + C#
    + Code licenses: MIT, GPL-2.0
    + Code repositories: AscensionGameDev/Intersect-Engine.git
    + Code dependencies: + MonoGame
    + +
    +
    + +
    + Platform:
    +
    + +
    + Technical info
    + Code languages: + JavaScript
    + Code licenses: MIT
    + Code repositories: Irrelon/ige.git
    + +
    +
    + +
    + Platforms:
    +
    + +
    + Technical info
    + Code languages: + Java
    + Code licenses: 3-clause BSD
    + Build system: Ant
    + +
    +
    + +
    + Platform:
    +
    + +
    + Technical info
    + Code languages: + JavaScript, + TypeScript
    + Code licenses: MIT
    + Code repositories: gamelab/kiwi.js.git, gamelab/kiwi-examples.git @add
    + +
    Platform:
    strategy - mech
    + mech + turn-based
    Inspiration: BattleTech
    @@ -1056,6 +1057,41 @@ Raw entry
    +
    + +
    + Platforms:
    strategy + mech + turn-based
    + Mod for MegaMek + +
    +
    + Inspiration: + BattleTech
    +
    + Homepages: www.mekwars.org, mekwars
    +
    + Technical info
    + Code languages: + Java
    + Code licenses: GPL-2.0
    + Code repositories: svn.code.sf.net/p/mekwars/code
    + Build system: Ant
    + +
    +
    + +
    + Platform:
    action + open content
    +
    + Inspiration: + Magic Carpet
    + Developer: + Jeremiah D. Powell
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: MIT
    + Code repositories: git.code.sf.net/p/ogrian/code
    + +
    +
    + +
    + Platform:
    arcade + clone + free content
    + This is an engine recreation of a Pac-Man clone called Greedy by French demogroup Eclipse. Originally written for DOS and sold as shareware, Greedy was later ported to Windows and eventually made a free, but not open source game. Open Greedy attempts to recreate the game's engine for proper cross-platform compatibility. + + +
    +
    + Inspiration: + Pac-Man
    + +
    + Technical info
    + Code languages: + C
    + Code licenses: GPL-2.0
    + Code repositories: atroel/open-greedy.git
    + Code dependencies: + SDL2
    + +
    Technical info
    Code languages: @@ -1384,6 +1453,39 @@ It was founded in 2007 as an open source alternative to Second Life and is compa Raw entry
    +
    + +
    + Platform:
    +
    + Inspiration: + Stardew Valley
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: CC-BY-NC-SA-4.0
    + Code repositories: gitea.it/rixty/OpenValley.git
    + Code dependencies: + SDL2, + Flare engine
    + +
    +
    + +
    + Platform:
    remakesimulation + free content
    + The project aimed to create an updated flight simulation engine compatible with Domark Software and Simis Limited's Flight Sim Toolkit (FST), and support user-made games created with FST. The WEBCVS page is no longer available. + +
    +
    + Inspiration: + Flight Sim Toolkit
    + +
    + Technical info
    + Code languages: + C
    + Code licenses: GPL-2.0
    + Code dependencies: + SDL
    + +
    +
    + +
    + Platform:
    remakestrategy + multiplayer Online + LAN + real-time
    +
    + Inspiration: + Swarm Assault
    + +
    + Technical info
    + Code languages: + C#, + Lua
    + Code licenses: GPL-3.0
    + Code repositories: Dzierzan/OpenSA.git
    + Code dependencies: + OpenRA
    + +
    +
    + +
    + Platform:
    actiongame engineremake + content commercial + original required + multiplayer Online + LAN
    + Difference between the two Github repos? + +
    + +
    + Homepage: discord.gg/sjRMQwv
    +
    + Technical info
    + Code languages: + C++, + Lua
    + Code licenses: + ?
    + Code repositories: OpenXRay/xray-16.git, Im-dex/xray-162.git @add
    + Code dependencies: + SDL2, + DirectX, + OpenGL, + Open Dynamics Engine
    + Build system: CMake
    + +
    +
    + +
    + Platform:
    actionremake + content commercial + original required + shooter
    + +
    + Homepage: rad-x
    +
    + Technical info
    + Code languages: + Pascal, + C
    + Code licenses: GPL-2.0
    + Code repositories: jval1972/Rad-X.git
    + +
    +
    + +
    + Platform:
    actionremake + content commercial + original required + scrolling + shooter
    + + +
    + Technical info
    + Code languages: + C
    + Code licenses: GPL-3.0
    + Code repositories: aroldanju/raptor-call-of-the-shadows.git
    + Code dependencies: + SDL2
    + +
    +
    + +
    + Platform:
    actionremake + commercial content + shooter
    + Raze is a fork of Build engine games backed by GZDoom tech and combines Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave in a single package. + + +
    + +
    + Homepage: coelckers/Raze
    + Download: coelckers/Raze/releases
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-2.0
    + Code repositories: coelckers/Raze.git
    + Build system: CMake
    + +
    +
    + +
    + Platform:
    remakerole playing + content commercial + original required
    + +
    + Homepage: seedhartha/reone
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-3.0
    + Code repositories: seedhartha/reone.git
    + Code dependencies: + SDL2, + OpenGL
    + Build system: CMake
    + +
    +
    + +
    + Platform:
    actionremake + open content + shooter
    +
    + Inspiration: + Hovertank 3D
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: CC-BY-NC-SA-4.0, GPL-2.0
    + Code repositories: retrozombie/RobotRedemption.git
    + +
    +
    + +
    + Platforms:
    actionremake + commercial content + shooter
    +
    + Inspiration: + Rise of the Triad
    +
    + Homepage: h4mu/rott94
    +
    + Technical info
    + Code languages: + C, + C++
    + Code licenses: GPL-2.0
    + Code repositories: h4mu/rott94.git
    + Code dependencies: + SDL2
    + Build system: Make
    + +
    +
    + +
    + Platform:
    remake + commercial content. action + shooter
    +
    + Inspiration: + Rise of the Triad
    +
    + Homepage: LTCHIPS/rottexpr
    +
    + Technical info
    + Code languages: + C
    + Code licenses: GPL-2.0
    + Code repositories: LTCHIPS/rottexpr.git
    + Code dependencies: + SDL2
    + +
    +
    + +
    + Platform:
    arcade + open content + shooter + similar + space
    +
    + Inspirations: + Asteroids, + Omega Race
    + Developer: + Jari Karjala
    +
    + Homepage: smtng.jpkware.com
    +
    + Technical info
    + Code languages: + Scala
    + Code licenses: GPL-3.0
    + Code repositories: jkarjala/starmines-tng.git
    + Code dependencies: + Phaser
    + +
    - Homepage: torque3d.org
    + Homepages: torque3d.org, www.garagegames.com/products/torque-3d
    Media: Torque 3D
    Download: wiki.torque3d.org/main:downloads
    @@ -3061,6 +3061,37 @@ A [MUD client](https://en.wikipedia.org/wiki/MUD_client) Raw entry
    +
    + +
    + Platform:
    arcaderemake + skill
    +
    + Inspiration: + Nebulus
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-2.0
    + Code dependencies: + SDL
    + +
    - Platform:
    action + Platform:
    music karaoke
    Clone of SingStar, a music video game. See also [UltraStar Deluxe](https://usdx.eu/) and https://github.com/UltraStar-Deluxe/USDX @@ -507,6 +507,38 @@ See also [UltraStar Deluxe](https://usdx.eu/) and https://github.com/UltraStar-D Raw entry
    +
    + +
    + Platforms:
    musicremake + karaoke
    +
    + Inspiration: + SingStar
    +
    + Homepage: usplay.net
    +
    + Technical info
    + Code languages: + C#
    + Code licenses: MIT
    + Code repositories: UltraStar-Deluxe/Play.git
    + Code dependencies: + Unity
    + +
    +
    + +
    + Platform:
    remakerole playing + free content + racing
    +
    + Inspiration: + Vangers
    +
    + Homepage: KranX/Vangers
    + Media: Vangers
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-3.0
    + Code repositories: KranX/Vangers.git
    + Code dependencies: + SDL2
    + +
    +
    + +
    + Platform:
    simulation + clone + multiplayer Online
    + Is it really a game or rather a neutral technology platform? + +
    +
    + Inspiration: + Second Life
    +
    + Homepage: vircadia.com
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: Apache-2.0
    + Code repositories: vircadia/vircadia.git
    + +
    +
    + +
    + Platform:
    cardsstrategy + clone + multiplayer Online + LAN + open content
    +
    + Inspiration: + Gwent
    + +
    + Technical info
    + Code languages: + Kotlin
    + Code licenses: Apache-2.0
    + Code repositories: mohofobodaktyl/mwalic.git
    + Code dependencies: + LibGDX
    + +
    +
    + +
    + Platform:
    remake + open content
    +
    + Inspiration: + LaserTank
    + +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-2.0
    + Code repositories: svn.code.sf.net/p/wxlasertank/code
    + Code dependencies: + wxWidgets
    + +
    +
    + +
    + Platform:
    remake + content original required
    +
    + Inspiration: + Xargon
    + Developer: + Adam Nielsen
    +
    + Homepage: Malvineous/xargon
    +
    + Technical info
    + Code languages: + C++
    + Code licenses: GPL-3.0
    + Code repositories: Malvineous/xargon.git
    + Code dependencies: + SDL
    + Build system: Make
    + +
    -
    - -
    - Platform:
    - -
    - Homepage: Im-dex/xray-162
    -
    - Technical info
    - Code languages: - C++, - C
    - Code licenses: Apache-2.0
    - Code repositories: Im-dex/xray-162.git
    - Build system: CMake
    - -
    +
    + +
    + Platform:
    platformremake + content open
    +
    + Inspiration: + Knytt Stories
    + +
    + Technical info
    + Code languages: + C#
    + Code licenses: MIT
    + Code repositories: youkaicountry/yknytt.git
    + Code dependencies: + Godot
    + +
    Back to top @@ -758,7 +774,8 @@ (inactive since 2017)
  • CrystalQuest (inactive since 2017)
  • Cubosphere (beta)
  • CuteMaze
  • Cuyo - (inactive since 2014)
  • Diabolika
  • Domino On Acid + (inactive since 2014)
  • Daedalus + (inactive since 2018)
  • Diabolika
  • Domino On Acid (inactive since 2009)
  • Duck Marines (inactive since 2016)
  • Duckmaze (beta)
  • Einstein Puzzle @@ -772,9 +789,9 @@ (beta, inactive since 2002)
  • Gift Grabber
  • GJID (inactive since 2017)
  • glPortal (beta)
  • Grabble - (inactive since 2006)
  • Gweled
  • + (inactive since 2006)
    -
    - +
    + -
    - +
    + + (beta)
  • FreedroidRPG
  • Fujo + (inactive since 2014)
  • -
    -
    -
    Back to top @@ -1588,10 +1623,10 @@ (beta)
  • FreeRails (beta, inactive since 2008)
  • FreeRCT (beta, inactive since 2016)
  • Freeserf
  • Freeserf.net
  • FreeSiege - (beta)
  • + (beta)
  • Freestars + (beta, inactive since 2008)
  • -
    diff --git a/docs/games/index.html b/docs/games/index.html index 46dd57d3..49bf1eb6 100644 --- a/docs/games/index.html +++ b/docs/games/index.html @@ -35,57 +35,57 @@
    -

    Open source games

    Alphabetical index of 1437 games

    +

    Open source games

    Alphabetical index of 1470 games

    - A (69) + A (71) B (78) - C (103) + C (104) - D (83) + D (85) E (39) - F (75) + F (76) - G (63) + G (64) H (40) - I (30) + I (32) - J (24) + J (25) - K (28) + K (29) L (44) - M (74) + M (75) N (33) - O (122) + O (128) P (83) Q (9) - R (57) + R (64) - S (132) + S (133) - T (108) + T (109) - U (21) + U (22) - V (23) + V (25) - W (35) + W (37) X (27) - Y (6) + Y (7) Z (18) @@ -114,13 +114,15 @@ (inactive since 2004)
  • Aleph One
  • Alex the Allegator 4 (inactive since 2003)
  • Alien Assault Traders (beta, inactive since 2009)
  • Alimer + (beta)
  • alive (beta)
  • -
    -
    -
    -
    -
    -
    @@ -650,7 +659,8 @@
    + (inactive since 2012)
  • MegaGlest
  • MegaMek
  • MekWars
  • -
    -
    + (beta, inactive since 2011)
    -
    -
    + (inactive since 2011)
  • SLASH'EM + (beta, inactive since 2007)
  • -
    -
    -
    + (beta)
  • Ultimate Stunts + (beta, inactive since 2013)
  • -
    @@ -1302,10 +1323,10 @@ (beta)
  • Venzone
  • Veraball (beta, inactive since 2016)
  • Vertigo (beta, inactive since 2002)
  • Violetland - (beta)
  • Virus Attack
  • Visual Pinball
  • vitetris - (beta)
  • + (beta)
  • Vircadia
  • Virus Attack
  • Visual Pinball
  • -
    + (beta, inactive since 2014)
  • wxLaserTank + (inactive since 2009)
  • Wyrmsun
  • Back to top
    @@ -1363,23 +1385,23 @@ + (inactive since 1999)
    -
    -
    -
    + -
    - + (beta, inactive since 2015)
  • Haxima + (beta)
  • Head over Heels
  • -
    + (beta)
  • Rabbit Escape
  • Rails: an 18xx game system
  • -
    -
    -
    Back to top
    @@ -1690,15 +1714,15 @@ (beta, inactive since 2018)
  • One Way To Go (inactive since 2011)
  • OpenBlox (beta, inactive since 2011)
  • OpenHV - (beta)
  • OpenTomb - (beta)
  • Panel Attack + (beta)
  • OpenSA
  • OpenTomb + (beta)
  • OpenXRay
  • Panel Attack (beta)
  • Pax Britannica
  • Pioneer
  • Pushover (beta, inactive since 2018)
  • Reflection Keen
  • Sengoku: Warring States of Japan (beta, inactive since 2008)
  • Source of Tales (inactive since 2013)
  • Space Nerds In Space - (beta)
  • Spring
  • Spring: 1944
  • + (beta)
  • Spring
  • -
    @@ -1824,7 +1848,8 @@ (beta, inactive since 2011)
  • Castle Game Engine
  • D-Fend Reloaded (inactive since 2015)
  • Quad-engine (beta)
  • RPDungeon - computer aided role playing - (beta, inactive since 2006)
  • ZGameEditor
  • + (beta, inactive since 2006)
  • Turbu + (beta, inactive since 2013)
  • ZGameEditor
  • Back to top
    @@ -2090,7 +2115,7 @@
      @@ -2176,10 +2201,11 @@ + (inactive since 2016)
    • Grimsonland + (inactive since 2017)
    • -
      diff --git a/docs/games/platforms.html b/docs/games/platforms.html index 492a27c0..4d62a973 100644 --- a/docs/games/platforms.html +++ b/docs/games/platforms.html @@ -37,19 +37,19 @@

      Open source games and frameworks

      Index by supported platform

      - Windows (512) + Windows (524) - Linux (493) + Linux (500) - macOS (289) + macOS (296) - Android (146) + Android (149) - iOS (21) + iOS (22) - Web (149) + Web (152) - Unspecified (824) + Unspecified (844)
      @@ -64,7 +64,9 @@ (inactive since 2005)
    • AdaGate
    • Airstrike (beta, inactive since 2014)
    • Aleph One
    • Alex the Allegator 4 (inactive since 2003)
    • alive - (beta)
    • Ambermoon.net
    • Annex: Conquer the World + (beta)
    • Ambermoon.net
    • Ambrose3D + (beta, inactive since 2007)
    • AndEngine + (inactive since 2013)
    • Annex: Conquer the World (inactive since 2014)
    • AntiChess (beta, inactive since 2003)
    • Anura
    • Arcane-Engine (beta)
    • Ares Dogfighter @@ -100,10 +102,12 @@ (inactive since 2010)
    • Curse of War (inactive since 2014)
    • Cytadela (beta, inactive since 2013)
    • D2X-XL - (inactive since 2015)
    • Daggerfall Unity
    • DarkPlaces + (inactive since 2015)
    • Daedalus + (inactive since 2018)
    • Daggerfall Unity
    • DarkPlaces (inactive since 2014)
    • Dave Gnukem
    • Deer Portal (beta)
    • Defendguin - (inactive since 2009)
    • Destination Sol
    • dhewm3
    • Digital: A Love Story
    • DirectX12GameEngine + (inactive since 2009)
    • Destination Sol
    • dhewm3
    • Digital: A Love Story
    • dim3 + (beta, inactive since 2014)
    • DirectX12GameEngine (beta)
    • Do It Yourself Doom With SDL (beta)
    • Domination
    • Doom Legacy
    • DOOM Retro
    • Doom64EX
    • Doomsday Engine
    • Dope Wars (inactive since 2013)
    • DreamChess @@ -121,7 +125,8 @@ (inactive since 2004)
    • Falltergeist (beta)
    • Faur (beta)
    • FIFE - (beta)
    • Fish Fillets - Next Generation
    • FlightGear
    • FLTK Recycling Game! + (beta)
    • Fish Fillets - Next Generation
    • Fitzquake + (beta, inactive since 2009)
    • FlightGear
    • FLTK Recycling Game! (inactive since 2014)
    • FLTrator (inactive since 2016)
    • Flukz (beta, inactive since 2014)
    • FooBillard @@ -133,7 +138,8 @@ (beta)
    • freeVikings (beta)
    • Frets on Fire (inactive since 2008)
    • FunLabyrinthe - (inactive since 2012)
    • GameCake
    • Gang Garrison 2
    • GCompris
    • Gilbert and the doors + (inactive since 2012)
    • GameCake
    • GamePlay + (inactive since 2016)
    • Gang Garrison 2
    • GCompris
    • Gilbert and the doors (inactive since 2018)
    • GL-117 (inactive since 2005)
    • glParchis
    • GLtron (beta, inactive since 2017)
    • GNU Chess @@ -158,15 +164,17 @@ (inactive since 2003)
    • iiChantra (beta, inactive since 2012)
    • ika (beta, inactive since 2007)
    • Inexor - (beta, inactive since 2018)
    • Infinite Mario Bros - (inactive since 2010)
    • Infinite Tux
    • + (beta, inactive since 2018)
      -
      -
      -
      -
      -
      Back to top @@ -907,7 +930,8 @@ (inactive since 2015)
    • Flappy Cow
    • FreeBlocks (beta, inactive since 2015)
    • Freebloks 3D for Android
    • Freeminer (beta)
    • Frozen Bubble - (inactive since 2012)
    • GCompris
    • GL TRON + (inactive since 2012)
    • GamePlay + (inactive since 2016)
    • GCompris
    • GL TRON (inactive since 2012)
    • Gloomy Dungeons (inactive since 2018)
    • Gloomy Dungeons 2
    • GLXY
    • Golly
    • Gravity Defied (inactive since 2015)
    • HyperRogue
    • INSTEAD
    • @@ -941,7 +965,8 @@ (inactive since 2018)
    • Powerslide remake (beta)
    • Rabbit Escape
    • RaumBaller
    • Recursive Runner (beta, inactive since 2017)
    • Remixed Dungeon
    • Replica Island - (inactive since 2011)
    • Retro Stack
    • Rocks'n'Diamonds
    • SanAndreasUnity
    • + (inactive since 2011)
    • Retro Stack
    • Rocks'n'Diamonds
    • Rott94 + (beta)
    • SanAndreasUnity
    • + (inactive since 2013)
    • Freeciv-web
    • Gift Grabber
    • -
      - +
      +
      diff --git a/docs/index.html b/docs/index.html index 2e0ff6af..323ede1a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -36,7 +36,7 @@

      Open source games list (OSGL)

      -

      Contains information about 1437 open source games and 182 frameworks/tools.

      +

      Contains information about 1470 open source games and 184 frameworks/tools.

      The content of this site is based on a collection of open source game descriptions stored on Github. The descriptions concentrate on technical and general aspects of the games. Lots of sorting options are available and a list of inspirations and developers is cross-referenced. This work is a best-effort based result and will surely contain inaccurate information.
      @@ -56,7 +56,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/A.html b/docs/inspirations/A.html index b34c2038..2f4db9a8 100644 --- a/docs/inspirations/A.html +++ b/docs/inspirations/A.html @@ -373,7 +373,8 @@
      Improve @@ -455,7 +456,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/B.html b/docs/inspirations/B.html index 36b48d99..b35ab281 100644 --- a/docs/inspirations/B.html +++ b/docs/inspirations/B.html @@ -122,8 +122,9 @@

      BattleTech

      - Inspired game: - MegaMek
      Media: BattleTech
      + Inspired games: + MegaMek, + MekWarsMedia: BattleTech @@ -274,7 +275,8 @@

      Blood

      Improve @@ -457,7 +459,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/D.html b/docs/inspirations/D.html index 45040e5b..0b22cd31 100644 --- a/docs/inspirations/D.html +++ b/docs/inspirations/D.html @@ -380,7 +380,8 @@ Duke3d_w32, DukeGDX, EDuke32, - JFDuke3D, + JFDuke3D, + Raze, Rednukem, xDukeMedia: Duke Nukem 3D
      @@ -477,7 +478,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/F.html b/docs/inspirations/F.html index a2241e8c..ced19e0e 100644 --- a/docs/inspirations/F.html +++ b/docs/inspirations/F.html @@ -223,6 +223,16 @@ Improve +
      +
      +

      Flight Sim Toolkit

      +
      + Inspired game: + OpenFly
      +
      + Improve +
      +

      Flixel

      @@ -356,7 +366,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/G.html b/docs/inspirations/G.html index f284d5b0..5c33ec21 100644 --- a/docs/inspirations/G.html +++ b/docs/inspirations/G.html @@ -234,6 +234,16 @@ Improve
      +
      +
      +

      Gwent

      +
      + Inspired game: + Walic
      +
      + Improve +
      +
      Back to top
      @@ -245,7 +255,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/H.html b/docs/inspirations/H.html index 32bdbcef..ac68585d 100644 --- a/docs/inspirations/H.html +++ b/docs/inspirations/H.html @@ -189,8 +189,9 @@

      Hovertank 3D

      - Inspired game: - Hovertank3D
      Media: Hovertank 3D
      + Inspired games: + Hovertank3D, + Robot RedemptionMedia: Hovertank 3D
      Improve
      @@ -206,7 +207,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/K.html b/docs/inspirations/K.html index e9b57524..5fce8483 100644 --- a/docs/inspirations/K.html +++ b/docs/inspirations/K.html @@ -85,6 +85,16 @@ Improve +
      +
      +

      Knytt Stories

      +
      + Inspired game: + YKnytt
      +
      + Improve +
      +

      Kobold's Quest

      @@ -149,7 +159,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/L.html b/docs/inspirations/L.html index f2bf6b3f..08c7426a 100644 --- a/docs/inspirations/L.html +++ b/docs/inspirations/L.html @@ -67,6 +67,16 @@ Improve
      +
      +
      +

      LaserTank

      +
      + Inspired game: + wxLaserTank
      +
      + Improve +
      +

      LBreakout

      @@ -293,7 +303,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/M.html b/docs/inspirations/M.html index 29b31c2b..544d277a 100644 --- a/docs/inspirations/M.html +++ b/docs/inspirations/M.html @@ -75,6 +75,16 @@ Improve
      +
      +
      +

      Magic Carpet

      +
      + Inspired game: + Ogrian Carpet
      +
      + Improve +
      +

      Magic: The Gathering Online

      @@ -588,7 +598,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/N.html b/docs/inspirations/N.html index 96a00092..1552e9f3 100644 --- a/docs/inspirations/N.html +++ b/docs/inspirations/N.html @@ -70,8 +70,9 @@

      Nebulus

      - Inspired game: - Toppler
      + Inspired games: + Toppler, + Tower Toppler
      Improve
      @@ -190,7 +191,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/O.html b/docs/inspirations/O.html index 2b8a0f13..721f4589 100644 --- a/docs/inspirations/O.html +++ b/docs/inspirations/O.html @@ -79,7 +79,8 @@

      Omega Race

      Media: Omega Race
      Improve @@ -187,7 +188,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/P.html b/docs/inspirations/P.html index 9001a34b..6eb5c8a8 100644 --- a/docs/inspirations/P.html +++ b/docs/inspirations/P.html @@ -45,7 +45,8 @@ Help Hannah's Horse, HTML5 Pacman, MiniPacman, - Not Pacman, + Not Pacman, + Open Greedy, Pac Go, Pacman, pacman-canvasMedia: Pac-Man @@ -249,7 +250,8 @@ Inspired games: PCExhumed, Powerslave EX, - PowerslaveGDXMedia: Powerslave + PowerslaveGDX, + RazeMedia: Powerslave
      Improve
      @@ -348,7 +350,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/Q.html b/docs/inspirations/Q.html index 70a53423..c33eac7e 100644 --- a/docs/inspirations/Q.html +++ b/docs/inspirations/Q.html @@ -51,7 +51,8 @@
      Inspired games: DarkPlaces, - ezQuake, + ezQuake, + Fitzquake, LibreQuake, ProQuake 4, QuakeSpasm, @@ -97,7 +98,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/R.html b/docs/inspirations/R.html index 6a6b48a0..235f00ca 100644 --- a/docs/inspirations/R.html +++ b/docs/inspirations/R.html @@ -35,7 +35,17 @@

      Inspirations (R)

      -
      +
      +
      +

      Radix: Beyond the Void

      +
      + Inspired game: + RAD
      +
      + Improve +
      +
      +

      Ragnarok

      @@ -69,8 +79,9 @@

      Raptor: Call of the Shadows

      - Inspired game: - KRaptor
      + Inspired games: + KRaptor, + Raptor: Call of the Shadows
      @@ -90,7 +101,8 @@

      Redneck Rampage

      Media: Redneck Rampage
      @@ -161,8 +173,10 @@

      Rise of the Triad

      Media: Rise of the Triad
      + Inspired games: + Rise of the Triad for Linux, + Rott94, + rottexpr
      Media: Rise of the Triad
      @@ -264,7 +278,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/S.html b/docs/inspirations/S.html index 425f511c..163fb61c 100644 --- a/docs/inspirations/S.html +++ b/docs/inspirations/S.html @@ -39,8 +39,8 @@

      S.T.A.L.K.E.R: Call of Pripyat

      - Inspired game: - XRay engine
      + Inspired game: + OpenXRay @@ -92,8 +92,9 @@

      Second Life

      - Inspired game: - Open Simulator
      Media: Second Life
      + Inspired games: + Open Simulator, + VircadiaMedia: Second Life @@ -187,7 +188,8 @@

      Shadow Warrior

      Media: Shadow Warrior Media: SingStar
      Improve @@ -734,6 +737,26 @@ Improve
      +
      +
      +

      Star Wars: Knights of the Old Republic

      +
      + Inspired game: + reone
      +
      + Improve +
      +
      +
      +
      +

      Star Wars: Knights of the Old Republic II – The Sith Lords

      +
      + Inspired game: + reone
      +
      + Improve +
      +

      Star Wars: Yoda Stories

      @@ -757,6 +780,16 @@ Improve
      +
      +
      +

      Stardew Valley

      +
      + Inspired game: + Open Valley
      +
      + Improve +
      +

      Stars!

      @@ -1023,6 +1056,16 @@ Improve
      +
      +
      +

      Swarm Assault

      +
      + Inspired game: + OpenSA
      +
      + Improve +
      +

      Swing

      @@ -1084,7 +1127,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/V.html b/docs/inspirations/V.html index 42819063..698875a8 100644 --- a/docs/inspirations/V.html +++ b/docs/inspirations/V.html @@ -45,6 +45,16 @@ Improve
      +
      +
      +

      Vangers

      +
      + Inspired game: + Vangers
      +
      + Improve +
      +

      Vavoom

      @@ -107,7 +117,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/X.html b/docs/inspirations/X.html index 504c5888..52f10a27 100644 --- a/docs/inspirations/X.html +++ b/docs/inspirations/X.html @@ -92,6 +92,16 @@ Improve
      +
      +
      +

      Xargon

      +
      + Inspired game: + Xargon
      +
      + Improve +
      +

      XKobo

      @@ -163,7 +173,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/inspirations/index.html b/docs/inspirations/index.html index e6103ea8..8f8f3eb8 100644 --- a/docs/inspirations/index.html +++ b/docs/inspirations/index.html @@ -35,7 +35,7 @@
      -

      Inspirations

      Alphabetical index of 657 games used as inspirations

      +

      Inspirations

      Alphabetical index of 669 games used as inspirations

      A (39) @@ -47,21 +47,21 @@ E (17) - F (30) + F (31) - G (19) + G (20) H (14) I (9) J (11) - - K (10) - L (23) + K (11) - M (50) + L (24) + + M (51) N (14) @@ -71,19 +71,19 @@ Q (4) - R (21) + R (22) - S (96) + S (100) T (56) U (18) - V (6) + V (7) W (27) - - X (10) + + X (11) Y (3) @@ -110,7 +110,7 @@
      @@ -123,11 +123,12 @@
      Back to top
      @@ -258,7 +259,8 @@ (3)
    • Hexen (10)
    • Hexen II
    • Back to top @@ -297,7 +299,7 @@ @@ -333,22 +335,22 @@

      M

      @@ -377,7 +380,8 @@

      O

      + (8)
      @@ -430,10 +434,12 @@

      R

      Back to top
      @@ -543,7 +550,7 @@

      V

      @@ -643,7 +650,7 @@

      The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

      + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/docs/statistics.html b/docs/statistics.html index 514f8c20..d36e0298 100644 --- a/docs/statistics.html +++ b/docs/statistics.html @@ -46,14 +46,14 @@

      Build system

        -
      • CMake (235)
      • -
      • Make (125)
      • +
      • CMake (239)
      • +
      • Make (128)
      • Gradle (73)
      • Autoconf (57)
      • Visual Studio (22)
      • +
      • Ant (13)
      • Maven (12)
      • setup.py (12)
      • -
      • Ant (10)
      • Scons (10)
      • Meson (6)
      • Custom (5)
      • @@ -79,7 +79,7 @@

        The content (games descriptions) is licensed CC-0. Used icons are licensed under CC BY-SA 3.0 (Iconic or Linecons), CC0 1.0 (Simple Icons), CC BY 4.0 (Font Awesome or IcoMoon Free), CC BY-SA 4.0 (Entypo+) or Apache License 2.0 (Material Icons). - This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-22 11:18

        + This website is built using Python, Lark, Jinja2 and Bulma. Last updated: 2021-09-24 13:27

      diff --git a/entries/aleph_one.md b/entries/aleph_one.md index bbc72c8a..d508d8e9 100644 --- a/entries/aleph_one.md +++ b/entries/aleph_one.md @@ -1,6 +1,6 @@ # Aleph One -- Home: https://alephone.lhowon.org/, https://github.com/Aleph-One-Marathon/alephone/wiki, https://sourceforge.net/projects/marathon/ +- Home: https://alephone.lhowon.org/, https://aleph-one-marathon.github.io/, https://github.com/Aleph-One-Marathon/alephone/wiki, https://sourceforge.net/projects/marathon/ - Inspiration: Marathon, Marathon 2: Durandal, Marathon Infinity - State: mature - Download: https://sourceforge.net/projects/marathon/files/ diff --git a/entries/ambrose3d.md b/entries/ambrose3d.md new file mode 100644 index 00000000..e2e42583 --- /dev/null +++ b/entries/ambrose3d.md @@ -0,0 +1,10 @@ +# Ambrose3D + +- Home: http://sol.gfxile.net/ambrose3d/index.html +- State: beta (alpha?), inactive since 2007 +- Platform: Windows +- Keyword: game engine, 3D +- Code language: C++ +- Code license: zlib + +## Building diff --git a/entries/andengine.md b/entries/andengine.md new file mode 100644 index 00000000..53ddcb05 --- /dev/null +++ b/entries/andengine.md @@ -0,0 +1,13 @@ +# AndEngine + +- Home: https://web.archive.org/web/20200402081053/http://www.andengine.org:80/ +- State: mature, inactive since 2013 +- Platform: Windows, Linux +- Keyword: game engine +- Code repository: https://github.com/nicolasgramlich/AndEngine.git +- Code language: Java +- Code license: Apache-2.0 + +## Building + +- Build system: Ant diff --git a/entries/cafu_engine.md b/entries/cafu_engine.md new file mode 100644 index 00000000..ff8cdfcc --- /dev/null +++ b/entries/cafu_engine.md @@ -0,0 +1,14 @@ +# Cafu Engine + +- Home: https://www.cafu.de/ +- State: beta, inactive since 2018 +- Keyword: game engine, 3D +- Code repository: https://bitbucket.org/cafu/cafu.git +- Code language: C++ +- Code license: MIT + +Changed license from GPL to MIT (usually only possible with consent of all authors). + +## Building + +- Build system: CMake diff --git a/entries/daedalus.md b/entries/daedalus.md new file mode 100644 index 00000000..3fcc1a7f --- /dev/null +++ b/entries/daedalus.md @@ -0,0 +1,10 @@ +# Daedalus + +- Home: http://www.astrolog.org/labyrnth/daedalus.htm +- State: mature, inactive since 2018 +- Platform: Windows +- Keyword: puzzle, maze +- Code language: C++ +- Code license: GPL-2.0 + +## Building diff --git a/entries/dim3.md b/entries/dim3.md new file mode 100644 index 00000000..742313db --- /dev/null +++ b/entries/dim3.md @@ -0,0 +1,11 @@ +# dim3 + +- Home: https://web.archive.org/web/20161111001304/http://www.klinksoftware.com/, https://code.google.com/archive/p/dim3/ +- State: beta, inactive since 2014 +- Platform: Windows, Linux, macOS +- Keyword: game engine, 3D +- Code repository: https://github.com/andrewzx1/dim3.git +- Code language: C +- Code license: MIT + +## Building diff --git a/entries/eat_the_whistle.md b/entries/eat_the_whistle.md index e5ee5969..d59f8746 100644 --- a/entries/eat_the_whistle.md +++ b/entries/eat_the_whistle.md @@ -1,6 +1,6 @@ # Eat The Whistle -- Home: http://www.ggsoft.org/etw/, https://sourceforge.net/projects/etw/ +- Home: http://www.ggsoft.org/etw/, https://sourceforge.net/projects/etw/, https://packages.debian.org/sid/games/etw - Inspiration: Eat The Whistle - State: mature, inactive since 2017 - Download: https://sourceforge.net/projects/etw/files/ diff --git a/entries/fitzquake.md b/entries/fitzquake.md new file mode 100644 index 00000000..48a1c54c --- /dev/null +++ b/entries/fitzquake.md @@ -0,0 +1,11 @@ +# Fitzquake + +- Home: https://www.celephais.net/fitzquake/ +- Inspiration: Quake +- State: beta, inactive since 2009 +- Platform: Windows +- Keyword: action, remake, shooter +- Code language: C +- Code license: GPL-2.0 + +## Building diff --git a/entries/gameplay3d.md b/entries/gameplay3d.md new file mode 100644 index 00000000..b747378b --- /dev/null +++ b/entries/gameplay3d.md @@ -0,0 +1,13 @@ +# GamePlay + +- Home: http://www.gameplay3d.io/ +- State: mature, inactive since 2016 +- Platform: Windows, Linux, macOS, Android, iOS +- Keyword: game engine, 2D, 3D +- Code repository: https://github.com/gameplay3d/gameplay.git, https://github.com/gameplay3d/gameplay-deps.git @add +- Code language: C++ +- Code license: Apache-2.0 + +## Building + +- Build system: CMake diff --git a/entries/intersect.md b/entries/intersect.md new file mode 100644 index 00000000..b06ea678 --- /dev/null +++ b/entries/intersect.md @@ -0,0 +1,13 @@ +# Intersect + +- Home: https://www.freemmorpgmaker.com/ +- State: beta +- Download: https://www.freemmorpgmaker.com/downloads/ +- Platform: Windows, Linux, macOS +- Keyword: game engine, role playing, 2D, multiplayer massive +- Code repository: https://github.com/AscensionGameDev/Intersect-Engine.git +- Code language: C# +- Code license: MIT, GPL-2.0 +- Code dependency: MonoGame + +## Building diff --git a/entries/isogenic_game_engine.md b/entries/isogenic_game_engine.md new file mode 100644 index 00000000..607c5603 --- /dev/null +++ b/entries/isogenic_game_engine.md @@ -0,0 +1,11 @@ +# Isogenic Game Engine + +- Home: http://www.isogenicengine.com/ +- State: mature +- Platform: Web +- Keyword: game engine, 2D +- Code repository: https://github.com/Irrelon/ige.git +- Code language: JavaScript +- Code license: MIT + +## Building diff --git a/entries/jgame.md b/entries/jgame.md new file mode 100644 index 00000000..fa21048c --- /dev/null +++ b/entries/jgame.md @@ -0,0 +1,13 @@ +# JGame + +- Home: http://www.13thmonkey.org/~boris/jgame/, https://sourceforge.net/projects/jgame-engine/ +- State: mature, inactive since 2012 +- Download: https://sourceforge.net/projects/jgame-engine/files/ +- Platform: Windows, Linux, macOS +- Keyword: game engine, 2D +- Code language: Java +- Code license: 3-clause BSD + +## Building + +- Build system: Ant diff --git a/entries/kiwijs.md b/entries/kiwijs.md new file mode 100644 index 00000000..2cb0c169 --- /dev/null +++ b/entries/kiwijs.md @@ -0,0 +1,11 @@ +# Kiwi.js + +- Home: https://web.archive.org/web/20190414153938/http://www.kiwijs.org/ +- State: mature, inactive since 2015 +- Platform: Web +- Keyword: game engine +- Code repository: https://github.com/gamelab/kiwi.js.git, https://github.com/gamelab/kiwi-examples.git @add +- Code language: JavaScript, TypeScript +- Code license: MIT + +## Building diff --git a/entries/megamek.md b/entries/megamek.md index 68219269..25987c96 100644 --- a/entries/megamek.md +++ b/entries/megamek.md @@ -5,7 +5,7 @@ - Inspiration: BattleTech - State: mature - Download: https://megamek.org/downloads -- Keyword: strategy, mech +- Keyword: strategy, mech, turn-based - Code repository: https://github.com/MegaMek/megamek.git (@created 2015, @stars 161, @forks 92), https://git.code.sf.net/p/megamek/git - Code language: Java - Code license: GPL-2.0 diff --git a/entries/mekwars.md b/entries/mekwars.md new file mode 100644 index 00000000..869f6063 --- /dev/null +++ b/entries/mekwars.md @@ -0,0 +1,16 @@ +# MekWars + +- Home: https://www.mekwars.org/, https://sourceforge.net/projects/mekwars/ +- Inspiration: BattleTech +- State: mature +- Platform: Windows, Linux, macOS +- Keyword: strategy, mech, turn-based +- Code repository: https://svn.code.sf.net/p/mekwars/code/ (svn) +- Code language: Java +- Code license: GPL-2.0 + +Mod for MegaMek + +## Building + +- Build system: Ant diff --git a/entries/ogrian_carpet.md b/entries/ogrian_carpet.md new file mode 100644 index 00000000..b9caa6d8 --- /dev/null +++ b/entries/ogrian_carpet.md @@ -0,0 +1,12 @@ +# Ogrian Carpet + +- Home: http://ogrian.sourceforge.net/, https://sourceforge.net/projects/ogrian/ +- Inspiration: Magic Carpet +- State: beta, inactive since 2018 +- Keyword: action, open content +- Code repository: https://git.code.sf.net/p/ogrian/code +- Code language: C++ +- Code license: MIT +- Developer: Jeremiah D. Powell + +## Building diff --git a/entries/open_greedy.md b/entries/open_greedy.md new file mode 100644 index 00000000..6def6778 --- /dev/null +++ b/entries/open_greedy.md @@ -0,0 +1,15 @@ +# Open Greedy + +- Home: http://troel.net/opengreedy/ +- Inspiration: Pac-Man +- State: beta, inactive since 2017 +- Keyword: arcade, clone, free content +- Code repository: https://github.com/atroel/open-greedy.git +- Code language: C +- Code license: GPL-2.0 +- Code dependency: SDL2 + +This is an engine recreation of a Pac-Man clone called Greedy by French demogroup Eclipse. Originally written for DOS and sold as shareware, Greedy was later ported to Windows and eventually made a free, but not open source game. Open Greedy attempts to recreate the game's engine for proper cross-platform compatibility. + + +## Building diff --git a/entries/open_rsc.md b/entries/open_rsc.md index d9cb9cbd..0a5cc054 100644 --- a/entries/open_rsc.md +++ b/entries/open_rsc.md @@ -1,6 +1,6 @@ # Open RSC -- Home: https://runescapeclassic.dev/, https://web.archive.org/web/20200510133848/https://openrsc.com/ +- Home: https://rsc.vet/, https://runescapeclassic.dev/, https://web.archive.org/web/20200510133848/https://openrsc.com/ - Inspiration: Runescape Classic - State: mature - Platform: Windows, Linux, macOS, Android diff --git a/entries/open_valley.md b/entries/open_valley.md new file mode 100644 index 00000000..acfe2618 --- /dev/null +++ b/entries/open_valley.md @@ -0,0 +1,12 @@ +# Open Valley + +- Home: https://mastodon.gamedev.place/@OpenValley +- Inspiration: Stardew Valley +- State: beta +- Keyword: remake, role playing, simulation, open content +- Code repository: https://gitea.it/rixty/OpenValley.git +- Code language: C++ +- Code license: CC-BY-NC-SA-4.0 +- Code dependency: SDL2, Flare engine + +## Building diff --git a/entries/openfly.md b/entries/openfly.md new file mode 100644 index 00000000..25b1ea4a --- /dev/null +++ b/entries/openfly.md @@ -0,0 +1,13 @@ +# OpenFly + +- Home: http://ariel.ucs.unimelb.edu.au/~gjo/ +- Inspiration: Flight Sim Toolkit +- State: beta, inactive since 2001 +- Keyword: remake, simulation, free content +- Code language: C +- Code license: GPL-2.0 +- Code dependency: SDL + +The project aimed to create an updated flight simulation engine compatible with Domark Software and Simis Limited's Flight Sim Toolkit (FST), and support user-made games created with FST. The WEBCVS page is no longer available. + +## Building diff --git a/entries/opensa.md b/entries/opensa.md new file mode 100644 index 00000000..050233b3 --- /dev/null +++ b/entries/opensa.md @@ -0,0 +1,12 @@ +# OpenSA + +- Home: https://www.moddb.com/mods/opensa/ +- Inspiration: Swarm Assault +- State: mature +- Keyword: remake, strategy, multiplayer Online + LAN, real-time +- Code repository: https://github.com/Dzierzan/OpenSA.git +- Code language: C#, Lua +- Code license: GPL-3.0 +- Code dependency: OpenRA + +## Building diff --git a/entries/openxray.md b/entries/openxray.md new file mode 100644 index 00000000..5e2f7166 --- /dev/null +++ b/entries/openxray.md @@ -0,0 +1,16 @@ +# OpenXRay + +- Home: https://discord.gg/sjRMQwv +- Inspiration: S.T.A.L.K.E.R: Call of Pripyat +- State: mature +- Keyword: action, game engine, remake, content commercial + original required, multiplayer Online + LAN +- Code repository: https://github.com/OpenXRay/xray-16.git, https://github.com/Im-dex/xray-162.git @add +- Code language: C++, Lua +- Code license: ? +- Code dependency: SDL2, DirectX, OpenGL, Open Dynamics Engine + +Difference between the two Github repos? + +## Building + +- Build system: CMake diff --git a/entries/rad.md b/entries/rad.md new file mode 100644 index 00000000..ec2ff12e --- /dev/null +++ b/entries/rad.md @@ -0,0 +1,11 @@ +# RAD + +- Home: https://sourceforge.net/projects/rad-x/ +- Inspiration: Radix: Beyond the Void +- State: mature +- Keyword: action, remake, content commercial + original required, shooter +- Code repository: https://github.com/jval1972/Rad-X.git +- Code language: Pascal, C +- Code license: GPL-2.0 + +## Building diff --git a/entries/raptor_call_of_the_shadows.md b/entries/raptor_call_of_the_shadows.md new file mode 100644 index 00000000..331c4d03 --- /dev/null +++ b/entries/raptor_call_of_the_shadows.md @@ -0,0 +1,12 @@ +# Raptor: Call of the Shadows + +- Home: https://github.com/aroldanju/raptor-call-of-the-shadows +- Inspiration: Raptor: Call of the Shadows +- State: beta +- Keyword: action, remake, content commercial + original required, scrolling, shooter +- Code repository: https://github.com/aroldanju/raptor-call-of-the-shadows.git +- Code language: C +- Code license: GPL-3.0 +- Code dependency: SDL2 + +## Building diff --git a/entries/raze.md b/entries/raze.md new file mode 100644 index 00000000..1d4b94fe --- /dev/null +++ b/entries/raze.md @@ -0,0 +1,17 @@ +# Raze + +- Home: https://github.com/coelckers/Raze +- Inspiration: Blood, Duke Nukem 3D, Powerslave, Redneck Rampage, Shadow Warrior +- State: mature +- Download: https://github.com/coelckers/Raze/releases +- Keyword: action, remake, commercial content, shooter +- Code repository: https://github.com/coelckers/Raze.git +- Code language: C++ +- Code license: GPL-2.0 + +Raze is a fork of Build engine games backed by GZDoom tech and combines Duke Nukem 3D, Blood, Redneck Rampage, Shadow Warrior and Exhumed/Powerslave in a single package. + + +## Building + +- Build system: CMake diff --git a/entries/reone.md b/entries/reone.md new file mode 100644 index 00000000..1302168f --- /dev/null +++ b/entries/reone.md @@ -0,0 +1,14 @@ +# reone + +- Home: https://github.com/seedhartha/reone/ +- Inspiration: Star Wars: Knights of the Old Republic, Star Wars: Knights of the Old Republic II – The Sith Lords +- State: beta +- Keyword: remake, role playing, content commercial + original required +- Code repository: https://github.com/seedhartha/reone.git +- Code language: C++ +- Code license: GPL-3.0 +- Code dependency: SDL2, OpenGL + +## Building + +- Build system: CMake diff --git a/entries/robot_redemption.md b/entries/robot_redemption.md new file mode 100644 index 00000000..33c33385 --- /dev/null +++ b/entries/robot_redemption.md @@ -0,0 +1,11 @@ +# Robot Redemption + +- Home: https://www.moddb.com/mods/robot-redemption +- Inspiration: Hovertank 3D +- State: mature, inactive since 2014 +- Keyword: action, remake, open content, shooter +- Code repository: https://github.com/retrozombie/RobotRedemption.git +- Code language: C++ +- Code license: CC-BY-NC-SA-4.0, GPL-2.0 + +## Building diff --git a/entries/rott94.md b/entries/rott94.md new file mode 100644 index 00000000..2e014b62 --- /dev/null +++ b/entries/rott94.md @@ -0,0 +1,15 @@ +# Rott94 + +- Home: https://github.com/h4mu/rott94 +- Inspiration: Rise of the Triad +- State: beta +- Platform: Windows, Android +- Keyword: action, remake, commercial content, shooter +- Code repository: https://github.com/h4mu/rott94.git +- Code language: C, C++ +- Code license: GPL-2.0 +- Code dependency: SDL2 + +## Building + +- Build system: Make diff --git a/entries/rottexpr.md b/entries/rottexpr.md new file mode 100644 index 00000000..9d9a1645 --- /dev/null +++ b/entries/rottexpr.md @@ -0,0 +1,12 @@ +# rottexpr + +- Home: https://github.com/LTCHIPS/rottexpr +- Inspiration: Rise of the Triad +- State: beta +- Keyword: remake, commercial content. action, shooter +- Code repository: https://github.com/LTCHIPS/rottexpr.git +- Code language: C +- Code license: GPL-2.0 +- Code dependency: SDL2 + +## Building diff --git a/entries/sfxr.md b/entries/sfxr.md new file mode 100644 index 00000000..e77b06c4 --- /dev/null +++ b/entries/sfxr.md @@ -0,0 +1,13 @@ +# sfxr + +- Home: http://www.drpetter.se/project_sfxr.html +- State: mature, inactive since 2012 +- Platform: Windows, macOS +- Keyword: tool +- Code language: C++ +- Code license: MIT +- Code dependency: SDL + +## Building + +- Build system: Make diff --git a/entries/starmines_the_next_generation.md b/entries/starmines_the_next_generation.md new file mode 100644 index 00000000..0169de6a --- /dev/null +++ b/entries/starmines_the_next_generation.md @@ -0,0 +1,14 @@ +# StarMines: The Next Generation + +- Home: https://smtng.jpkware.com/ +- Inspiration: Asteroids, Omega Race +- State: mature +- Platform: Web +- Keyword: arcade, open content, shooter, similar, space +- Code repository: https://github.com/jkarjala/starmines-tng.git +- Code language: Scala +- Code license: GPL-3.0 +- Code dependency: Phaser +- Developer: Jari Karjala + +## Building diff --git a/entries/tocs/_action.md b/entries/tocs/_action.md index c2fa7097..202c9a15 100644 --- a/entries/tocs/_action.md +++ b/entries/tocs/_action.md @@ -100,6 +100,7 @@ - **[Excellent Bifurcation](../excellent_bifurcation.md)** (C, GPL-2.0, mature, inactive since 2007) - **[ezQuake](../ezquake.md)** (C, C++, GPL-2.0, mature) - **[Fire Strike Retro](../fire_strike_retro.md)** (Java, Haxe, JavaScript, Ruby, PHP, MIT, mature) +- **[Fitzquake](../fitzquake.md)** (C, GPL-2.0, beta, inactive since 2009) - **[Flukz](../flukz.md)** (C++, GPL-2.0, beta, inactive since 2014) - **[FQuake3](../fquake3.md)** (F#, C, GPL-2.0, beta, inactive since 2014) - **[fRaBs](../frabs.md)** (Lisp, C++, C, Public domain, mature, inactive since 2016) @@ -131,6 +132,7 @@ - **[Hexoshi](../hexoshi.md)** (Python, GPL-3.0, beta, inactive since 2016) - **[HolySpirit](../holyspirit.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[Hovertank3D](../hovertank3d.md)** (C++, Assembly, GPL-2.0, mature, inactive since 2014) +- **[iiChantra](../iichantra.md)** (C++, MIT, beta, inactive since 2012) - **[IMaze](../imaze.md)** (C, 4-clause BSD, mature, inactive since 2001) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) - **[Jake2](../jake2.md)** (Java, GPL-2.0, beta, inactive since 2006) @@ -166,6 +168,7 @@ - **[Not Pacman](../not_pacman.md)** (Lua, WTFPL, mature, inactive since 2013) - **[Nuncabola](../nuncabola.md)** (Java, GPL-2.0, beta) - **[nXtank](../nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010) +- **[Ogrian Carpet](../ogrian_carpet.md)** (C++, MIT, beta, inactive since 2018) - **[Open Surge](../open_surge.md)** (C, GPL-3.0, beta) - **[Open Zelda](../open_zelda.md)** (C, C++, zlib, mature, inactive since 2015) - **[OpenArena](../openarena.md)** (C, GPL-2.0, mature, inactive since 2012) @@ -183,6 +186,7 @@ - **[OpenRW](../openrw.md)** (C, C++, GPL-3.0, beta) - **[OpenTomb](../opentomb.md)** (C, C++, Lua, LGPL-3.0, beta) - **[OpenTyrian](../opentyrian.md)** (C, GPL-2.0, beta, inactive since 2018) +- **[OpenXRay](../openxray.md)** (C++, Lua, ?, mature) - **[OpenYandere](../openyandere.md)** (C#, GPL-3.0, beta, inactive since 2018) - **[Pacewar](../pacewar.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[PainTown](../paintown.md)** (C++, Java, Python, 3-clause BSD, mature) @@ -194,7 +198,10 @@ - **[Prince-Monogame](../prince-monogame.md)** (C#, GPL-2.0, beta) - **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature) - **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature) +- **[RAD](../rad.md)** (Pascal, C, GPL-2.0, mature) +- **[Raptor: Call of the Shadows](../raptor_call_of_the_shadows.md)** (C, GPL-3.0, beta) - **[RaumBaller](../raumballer.md)** (Java, GPL-3.0, mature) +- **[Raze](../raze.md)** (C++, GPL-2.0, mature) - **[Red Eclipse](../red_eclipse.md)** (C++, zlib, mature) - **[RedneckGDX](../redneckgdx.md)** (Java, Custom, beta) - **[Rednukem](../rednukem.md)** (C++, Custom, beta) @@ -202,8 +209,10 @@ - **[Return of Dr. Destructo](../return_of_dr_destructo.md)** (C++, MIT, mature, inactive since 2015) - **[Rigel Engine](../rigel_engine.md)** (C++, GPL-2.0, beta) - **[Rise of the Triad for Linux](../rise_of_the_triad_for_linux.md)** (C, GPL-2.0, mature, inactive since 2012) +- **[Robot Redemption](../robot_redemption.md)** (C++, CC-BY-NC-SA-4.0, GPL-2.0, mature, inactive since 2014) - **[rock-raiders-remake](../rock-raiders-remake.md)** (JavaScript, MIT, beta) - **[Rocks'n'Diamonds](../rocksndiamonds.md)** (C, GPL-2.0, mature) +- **[Rott94](../rott94.md)** (C, C++, GPL-2.0, beta) - **[SDL Asylum](../sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009) - **[SDL Bomber](../sdl_bomber.md)** (C, GPL-2.0, mature, inactive since 2012) - **[SDL Sopwith](../sdl_sopwith.md)** (C, GPL-2.0, mature, inactive since 2014) @@ -248,7 +257,6 @@ - **[Tux Racer](../tux_racer.md)** (C, GPL-2.0, beta, inactive since 2001) - **[Tyrian Remake](../tyrian_remake.md)** (Java, GPL-2.0, beta) - **[Uebergame](../uebergame.md)** (TorqueScript, C#, MIT, mature) -- **[UltraStar](../ultrastar.md)** (Pascal, ?, mature, inactive since 2010) - **[Unvanquished](../unvanquished.md)** (C, C++, GPL-3.0, mature) - **[Virus Attack](../virus_attack.md)** (Java, AGPL-3.0, mature) - **[Vorton](../vorton.md)** (C, GPL-3.0, beta, inactive since 2004) diff --git a/entries/tocs/_android.md b/entries/tocs/_android.md index 68a49b4d..9722cb00 100644 --- a/entries/tocs/_android.md +++ b/entries/tocs/_android.md @@ -42,7 +42,9 @@ - **[Freebloks 3D for Android](../freebloks_3d_for_android.md)** (Kotlin, C++, GPL-2.0, mature) - **[Freeminer](../freeminer.md)** (C++, Lua, GPL-3.0, beta) - **[Frozen Bubble](../frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[GCompris](../gcompris.md)** (C, Python, GPL-3.0, mature) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[GL TRON](../gl_tron.md)** (Java, GPL-3.0, mature, inactive since 2012) - **[GL4ES](../gl4es.md)** (C, MIT, mature) - **[Gloomy Dungeons 2](../gloomy_dungeons_2.md)** (Java, MIT, mature) @@ -50,6 +52,7 @@ - **[GLXY](../glxy.md)** (Java, Apache-2.0, mature) - **[Golly](../golly.md)** (C++, Java, GPL-2.0, mature) - **[Gravity Defied](../gravity_defied.md)** (Java, GPL-2.0, mature, inactive since 2015) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) - **[Isolmoa](../isolmoa.md)** (JavaScript, Java, GPL-3.0, mature, inactive since 2014) @@ -75,6 +78,7 @@ - **[Minos](../minos.md)** (Java, GPL-3.0, mature) - **[noiz2-droid](../noiz2-droid.md)** (Java, 2-clause BSD, mature, inactive since 2015) - **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Open Flood](../open_flood.md)** (Java, MIT, mature, inactive since 2018) - **[Open RSC](../open_rsc.md)** (Java, GPL-3.0, mature) - **[OpenLara](../openlara.md)** (C++, C, 2-clause BSD, mature) @@ -91,6 +95,7 @@ - **[Pixel Wheels](../pixel_wheels.md)** (Java, GPL-3.0, beta) - **[Planet Conquest](../planet_conquest.md)** (Java, GPL-3.0, mature, inactive since 2017) - **[Planet Rider](../planet_rider.md)** (GDScript, GPL-3.0, mature, inactive since 2015) +- **[Playir](../playir.md)** (C++, Apache-2.0, mature, inactive since 2014) - **[Point & Hit](../point_hit.md)** (Java, GPL-3.0, mature, inactive since 2017) - **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017) - **[Poland can into Space](../poland_can_into_space.md)** (Java, NPOSL-3.0, mature, inactive since 2018) @@ -105,6 +110,7 @@ - **[Replica Island](../replica_island.md)** (Java, Apache-2.0, mature, inactive since 2011) - **[Retro Stack](../retro_stack.md)** (Kotlin, GPL-3.0, mature) - **[Rocks'n'Diamonds](../rocksndiamonds.md)** (C, GPL-2.0, mature) +- **[Rott94](../rott94.md)** (C, C++, GPL-2.0, beta) - **[SanAndreasUnity](../sanandreasunity.md)** (C#, MIT, mature) - **[Seafood Berserker!](../seafood_berserker.md)** (Java, GPL-3.0, mature, inactive since 2018) - **[Settlers III remake](../settlers_iii_remake.md)** (Java, MIT, beta) @@ -134,6 +140,7 @@ - **[Tux Paint](../tux_paint.md)** (C, C++, GPL-2.0, beta) - **[Tux Rider](../tux_rider.md)** (C, GPL-2.0, mature, inactive since 2019) - **[Tuxemon](../tuxemon.md)** (Python, GPL-3.0, beta) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta) - **[Vector Pinball](../vector_pinball.md)** (Java, GPL-3.0, mature) - **[Virus Attack](../virus_attack.md)** (Java, AGPL-3.0, mature) diff --git a/entries/tocs/_arcade.md b/entries/tocs/_arcade.md index cf281ef1..e88f7bb8 100644 --- a/entries/tocs/_arcade.md +++ b/entries/tocs/_arcade.md @@ -64,6 +64,7 @@ - **[Mmpong](../mmpong.md)** (C, GPL-3.0, beta, inactive since 2009) - **[Moagg2](../moagg2.md)** (Java, GPL-2.0, mature, inactive since 2008) - **[Monsters and Mushrooms](../monsters_and_mushrooms.md)** (Python, GPL-2.0, mature, inactive since 2010) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[Mop(e)snake](../mopesnake.md)** (Python, GPL-2.0, beta, inactive since 2009) - **[MoveNoid](../movenoid.md)** (C++, GPL-3.0, 3-clause BSD, mature, inactive since 2017) - **[Mr. Rescue](../mr_rescue.md)** (Lua, zlib, mature, inactive since 2016) @@ -72,6 +73,7 @@ - **[Noiz2sa](../noiz2sa.md)** (C, C++, 2-clause BSD, beta, inactive since 2004) - **[OldSkool Gravity Game](../oldskool_gravity_game.md)** (C++, GPL-3.0, mature, inactive since 2016) - **[One is enough](../one_is_enough.md)** (Python, GPL-2.0, beta, inactive since 2008) +- **[Open Greedy](../open_greedy.md)** (C, GPL-2.0, beta, inactive since 2017) - **[OpenJazz](../openjazz.md)** (C++, GPL-2.0, beta) - **[OpenLiero](../openliero.md)** (C++, C, Custom, mature, inactive since 2015) - **[OpenLieroX](../openlierox.md)** (C++, LGPL-2.0, mature) @@ -125,6 +127,7 @@ - **[SolarWolf](../solarwolf.md)** (Python, LGPL-2.1, mature, inactive since 2004) - **[Sootl](../sootl.md)** (Elm, GPL-2.0, beta, inactive since 2016) - **[Star-Wars-III](../star-wars-iii.md)** (Python, GPL-2.0, mature, inactive since 2014) +- **[StarMines: The Next Generation](../starmines_the_next_generation.md)** (Scala, GPL-3.0, mature) - **[Starun](../starun.md)** (Java, GPL-3.0, mature, inactive since 2017) - **[Super Methane Brothers for Wii and GameCube](../super_methane_brothers_for_wii_and_gamecube.md)** (C++, GPL-2.0, beta, inactive since 2018) - **[Super Methane Brothers](../super_methane_brothers.md)** (C++, GPL-2.0, mature, inactive since 2011) @@ -137,6 +140,7 @@ - **[Thrust](../thrust.md)** (C, GPL-2.0, beta, inactive since 2006) - **[Torso Ninja 2](../torso_ninja_2.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[Torso Ninja](../torso_ninja.md)** (Python, GPL-3.0, mature, inactive since 2017) +- **[Tower Toppler](../tower_toppler.md)** (C++, GPL-2.0, mature, inactive since 2012) - **[TowerJumper](../towerjumper.md)** (C++, GDScript, GPL-3.0, mature) - **[Transcend](../transcend.md)** (C++, ?, beta, inactive since 2005) - **[Trip on the Funny Boat](../trip_on_the_funny_boat.md)** (Python, GPL-2.0, mature, inactive since 2007) diff --git a/entries/tocs/_cards.md b/entries/tocs/_cards.md index 17085fbe..9f3735a9 100644 --- a/entries/tocs/_cards.md +++ b/entries/tocs/_cards.md @@ -18,6 +18,7 @@ - **[Simple-Solitaire](../simple-solitaire.md)** (Java, GPL-3.0, mature) - **[Tressette](../tressette.md)** (C++, GPL-2.0, mature, inactive since 2017) - **[Wagic, the Homebrew](../wagic_the_homebrew.md)** (C++, C, Objective-C, 3-clause BSD, beta) +- **[Walic](../walic.md)** (Kotlin, Apache-2.0, mature) - **[Wizards Magic](../wizards_magic.md)** (Python, GPL-2.0, mature, inactive since 2012) - **[XMage](../xmage.md)** (Java, MIT, mature) - **[XSkat](../xskat.md)** (Java, Custom, mature) \ No newline at end of file diff --git a/entries/tocs/_framework.md b/entries/tocs/_framework.md index 122e244c..fab6a57d 100644 --- a/entries/tocs/_framework.md +++ b/entries/tocs/_framework.md @@ -25,11 +25,14 @@ - **[Flixel](../flixel.md)** (ActionScript, MIT, mature) - **[Floppy Birb](../floppy_birb.md)** (JavaScript, MIT, mature) - **[Free Hero Mesh](../free_hero_mesh.md)** (C, JavaScript, Public domain, beta) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) - **[GemRB](../gemrb.md)** (C++, Python, GPL-2.0, mature) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[Godot](../godot.md)** (C, C++, MIT, mature) - **[Grit Game Engine](../grit_game_engine.md)** (C++, Python, MIT, beta) - **[H-World](../h-world.md)** (C, Lua, GPL-2.0, beta, inactive since 2005) - **[HaxeFlixel](../haxeflixel.md)** (Haxe, MIT, mature) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Irrlicht Engine](../irrlicht_engine.md)** (C++, C, zlib, mature) - **[JiGS Interactive Game System](../jigs_interactive_game_system.md)** (JavaScript, PHP, GPL-3.0, beta) - **[jMonkeyEngine](../jmonkeyengine.md)** (Java, 3-clause BSD, mature) diff --git a/entries/tocs/_frameworks.md b/entries/tocs/_frameworks.md index 617ce8b4..3fea0955 100644 --- a/entries/tocs/_frameworks.md +++ b/entries/tocs/_frameworks.md @@ -25,11 +25,14 @@ - **[Flixel](../flixel.md)** (ActionScript, MIT, mature) - **[Floppy Birb](../floppy_birb.md)** (JavaScript, MIT, mature) - **[Free Hero Mesh](../free_hero_mesh.md)** (C, JavaScript, Public domain, beta) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) - **[GemRB](../gemrb.md)** (C++, Python, GPL-2.0, mature) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[Godot](../godot.md)** (C, C++, MIT, mature) - **[Grit Game Engine](../grit_game_engine.md)** (C++, Python, MIT, beta) - **[H-World](../h-world.md)** (C, Lua, GPL-2.0, beta, inactive since 2005) - **[HaxeFlixel](../haxeflixel.md)** (Haxe, MIT, mature) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Irrlicht Engine](../irrlicht_engine.md)** (C++, C, zlib, mature) - **[JiGS Interactive Game System](../jigs_interactive_game_system.md)** (JavaScript, PHP, GPL-3.0, beta) - **[jMonkeyEngine](../jmonkeyengine.md)** (Java, 3-clause BSD, mature) diff --git a/entries/tocs/_game-engine.md b/entries/tocs/_game-engine.md index 9db2eb44..b8790cf1 100644 --- a/entries/tocs/_game-engine.md +++ b/entries/tocs/_game-engine.md @@ -5,14 +5,18 @@ - **[adventure engine](../adventure_engine.md)** (Lua, MIT, mature, inactive since 2013) - **[Aether3D](../aether3d.md)** (C++, zlib, beta) - **[Alimer](../alimer.md)** (C++, MIT, beta) +- **[Ambrose3D](../ambrose3d.md)** (C++, zlib, beta, inactive since 2007) +- **[AndEngine](../andengine.md)** (Java, Apache-2.0, mature, inactive since 2013) - **[Anura](../anura.md)** (C, C++, zlib, mature) - **[Arcane-Engine](../arcane-engine.md)** (C++, MIT, beta) - **[Atomic Game Engine](../atomic_game_engine.md)** (C++, MIT, mature, inactive since 2018) +- **[Backbone Game Engine](../backbone_game_engine.md)** (JavaScript, MIT, beta, inactive since 2016) - **[Bacon2D](../bacon2d.md)** (C++, MIT, beta, inactive since 2018) - **[Bladecoder Adventure Engine](../bladecoder_adventure_engine.md)** (Java, Apache-2.0, mature) - **[Blitwizard](../blitwizard.md)** (C, C++, Lua, zlib, beta, inactive since 2015) - **[boardgame.io](../boardgameio.md)** (JavaScript, TypeScript, MIT, beta) - **[C3DE](../c3de.md)** (C#, MIT, beta) +- **[Cafu Engine](../cafu_engine.md)** (C++, MIT, beta, inactive since 2018) - **[Castle Game Engine](../castle_game_engine.md)** (Pascal, LGPL-2.0, mature) - **[CETech](../cetech.md)** (C, C++, CC0, beta) - **[Chunk Stories](../chunk_stories.md)** (Kotlin, Java, LGPL-3.0, beta) @@ -24,6 +28,7 @@ - **[Dedalus](../dedalus.md)** (JavaScript, GPL-2.0, beta, inactive since 2018) - **[DelverEngine](../delverengine.md)** (Java, Custom, mature) - **[DesktopAdventures](../desktopadventures.md)** (C, LGPL-2.1, beta) +- **[dim3](../dim3.md)** (C, MIT, beta, inactive since 2014) - **[Dingo-Engine](../dingo-engine.md)** (Java, 3-clause BSD, beta, inactive since 2016) - **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta) - **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta) @@ -48,22 +53,28 @@ - **[FreeSO](../freeso.md)** (C#, MPL-2.0, beta) - **[Freya Game Engine](../freya_game_engine.md)** (Java, LGPL-2.1, beta, inactive since 2002) - **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[gist-txt](../gist-txt.md)** (JavaScript, MIT, mature, inactive since 2018) - **[GNU Chess](../gnu_chess.md)** (C++, GPL-3.0, mature, inactive since 2017) - **[GNU Go](../gnu_go.md)** (C, GPL-3.0, mature, inactive since 2011) - **[Grail](../grail.md)** (C++, Lua, GPL-3.0, beta, inactive since 2013) - **[Grit Game Engine](../grit_game_engine.md)** (C++, Python, MIT, beta) - **[Haxima](../haxima.md)** (C++, GPL-3.0, beta) +- **[HGE](../hge.md)** (C, zlib, beta, inactive since 2013) - **[Hypatia](../hypatia.md)** (Python, MIT, beta, inactive since 2016) - **[ika](../ika.md)** (C++, Python, PHP, C#, GPL-2.0, beta, inactive since 2007) - **[Innocence Engine](../innocence_engine.md)** (C++, GPL-3.0, beta) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) +- **[Isogenic Game Engine](../isogenic_game_engine.md)** (JavaScript, MIT, mature) - **[Jake2](../jake2.md)** (Java, GPL-2.0, beta, inactive since 2006) - **[JavaScript Graphic Adventure Maker](../javascript_graphic_adventure_maker.md)** (JavaScript, MIT, mature) - **[JediOutcastLinux](../jedioutcastlinux.md)** (C, C++, GPL-2.0, mature) - **[JFDuke3D](../jfduke3d.md)** (C, GPL-2.0, beta, inactive since 2005) +- **[JGame](../jgame.md)** (Java, 3-clause BSD, mature, inactive since 2012) - **[KeeperRL](../keeperrl.md)** (C, C++, GPL-2.0, beta) +- **[Kiwi.js](../kiwijs.md)** (JavaScript, TypeScript, MIT, mature, inactive since 2015) - **[KlayGE](../klayge.md)** (C++, GPL-2.0, mature) - **[Korax' Heritage](../korax_heritage.md)** (None, ?, mature) - **[LambdaHack](../lambdahack.md)** (Haskell, 3-clause BSD, beta) @@ -77,6 +88,7 @@ - **[neoGFX](../neogfx.md)** (C++, GPL-3.0, beta) - **[Nuvie](../nuvie.md)** (C, C++, Lua, GPL-2.0, beta, inactive since 2018) - **[Odamex](../odamex.md)** (C, C++, GPL-2.0, beta) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Open Cube](../open_cube.md)** (C++, C, zlib, beta, inactive since 2017) - **[Open Game Engine](../open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008) - **[openage](../openage.md)** (C++, Python, GPL-3.0, beta) @@ -92,6 +104,7 @@ - **[OpenTESArena](../opentesarena.md)** (C++, MIT, beta) - **[OpenTomb](../opentomb.md)** (C, C++, Lua, LGPL-3.0, beta) - **[OpenVIII](../openviii.md)** (C#, MIT, beta) +- **[OpenXRay](../openxray.md)** (C++, Lua, ?, mature) - **[Oreon Engine](../oreon_engine.md)** (Java, GPL-3.0, mature) - **[ouzel](../ouzel.md)** (C, C++, Objective-C, 2-clause BSD, beta) - **[Oxygen Engine](../oxygen_engine.md)** (C++, C, Apache-2.0, mature) @@ -100,6 +113,7 @@ - **[phpRPG](../phprpg.md)** (PHP, GPL-2.0, beta, inactive since 2006) - **[Pixel Wheels](../pixel_wheels.md)** (Java, GPL-3.0, beta) - **[PixelLight](../pixellight.md)** (C, C++, MIT, mature, inactive since 2012) +- **[Playir](../playir.md)** (C++, Apache-2.0, mature, inactive since 2014) - **[Q-Gears](../q-gears.md)** (C, C++, GPL-2.0, beta, inactive since 2015) - **[Quartz Engine](../quartz_engine.md)** (C++, 3-clause BSD, beta) - **[RadixEngine](../radixengine.md)** (C++, zlib, mature) @@ -137,8 +151,8 @@ - **[VASSAL](../vassal.md)** (Java, LGPL-2.1, mature) - **[Wagic, the Homebrew](../wagic_the_homebrew.md)** (C++, C, Objective-C, 3-clause BSD, beta) - **[WebFun](../webfun.md)** (TypeScript, MIT, beta) +- **[Wintermute Engine](../wintermute_engine.md)** (C++, C, MIT, beta, inactive since 2013) - **[World of Might and Magic](../world_of_might_and_magic.md)** (C++, LGPL-3.0, beta) -- **[XRay engine](../xray_engine.md)** (C++, C, Apache-2.0, mature, inactive since 2018) - **[xygineXT](../xyginext.md)** (C++, zlib, beta) - **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016) - **[Yorg](../yorg.md)** (Python, GPL-3.0, beta) diff --git a/entries/tocs/_games.md b/entries/tocs/_games.md index fe435313..583fd38f 100644 --- a/entries/tocs/_games.md +++ b/entries/tocs/_games.md @@ -40,10 +40,12 @@ - **[alive](../alive.md)** (C++, MIT, beta) - **[Allure of the Stars](../allure_of_the_stars.md)** (Haskell, AGPL-3.0, beta) - **[Ambermoon.net](../ambermoonnet.md)** (C#, GPL-3.0, mature) +- **[Ambrose3D](../ambrose3d.md)** (C++, zlib, beta, inactive since 2007) - **[Amphetamine](../amphetamine.md)** (C, GPL-2.0, beta, inactive since 2008) - **[Anagramarama](../anagramarama.md)** (C, GPL-2.0, beta, inactive since 2002) - **[Anarch](../anarch.md)** (C, CC0, mature) - **[Ancient Beast](../ancient_beast.md)** (JavaScript, AGPL-3.0, mature) +- **[AndEngine](../andengine.md)** (Java, Apache-2.0, mature, inactive since 2013) - **[Andor's Trail](../andors_trail.md)** (Java, GPL-2.0, beta) - **[android-chess](../android-chess.md)** (Java, C++, MIT, mature) - **[Angband](../angband.md)** (C, GPL-2.0, mature) @@ -84,6 +86,7 @@ - **[Awkaster](../awkaster.md)** (AWK, MIT, mature, inactive since 2017) - **[Azimuth](../azimuth.md)** (C, GPL-3.0, mature) - **[BAB BE U](../bab_be_u.md)** (Lua, MIT, mature) +- **[Backbone Game Engine](../backbone_game_engine.md)** (JavaScript, MIT, beta, inactive since 2016) - **[Bacon2D](../bacon2d.md)** (C++, MIT, beta, inactive since 2018) - **[Balder2D](../balder2d.md)** (C++, GPL-2.0, beta, inactive since 2009) - **[Ball and Paddle](../ball_and_paddle.md)** (C++, Scheme, GPL-3.0, beta, inactive since 2009) @@ -167,6 +170,7 @@ - **[Cabbages and Kings](../cabbages_and_kings.md)** (Python, MIT, mature) - **[Cadaver](../cadaver.md)** (C++, GPL-2.0, beta, inactive since 2009) - **[CaesarIA](../caesaria.md)** (C++, JavaScript, C, GPL-3.0, beta) +- **[Cafu Engine](../cafu_engine.md)** (C++, MIT, beta, inactive since 2018) - **[Candy Box 2](../candy_box_2.md)** (TypeScript, JavaScript, GPL-3.0, mature, inactive since 2013) - **[Candy Memory](../candy_memory.md)** (Java, GPL-2.0, mature, inactive since 2018) - **[Cannon Smash](../cannon_smash.md)** (C++, GPL-2.0, beta, inactive since 2003) @@ -264,6 +268,7 @@ - **[Cytadela](../cytadela.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[Cytopia](../cytopia.md)** (C++, GPL-3.0, beta) - **[D2X-XL](../d2x-xl.md)** (C++, Custom, GPL-2.0, mature, inactive since 2015) +- **[Daedalus](../daedalus.md)** (C++, GPL-2.0, mature, inactive since 2018) - **[Daggerfall Unity](../daggerfall_unity.md)** (C#, MIT, mature) - **[Daimonin](../daimonin.md)** (C, GPL-2.0, mature) - **[Danger from the Deep](../danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011) @@ -297,6 +302,7 @@ - **[Digbuild](../digbuild.md)** (C, C++, GPL-2.0, beta, inactive since 2011) - **[Digger Remastered](../digger_remastered.md)** (C, GPL-2.0, mature, inactive since 2004) - **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'Py, CC-BY-NC-SA-3.0, mature) +- **[dim3](../dim3.md)** (C, MIT, beta, inactive since 2014) - **[Dingo-Engine](../dingo-engine.md)** (Java, 3-clause BSD, beta, inactive since 2016) - **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta) - **[Divercity](../divercity.md)** (Java, GPL-3.0, beta, inactive since 2015) @@ -401,6 +407,7 @@ - **[First Strike](../first_strike.md)** (Java, MIT, mature, inactive since 2018) - **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature) - **[Fish Rings for Android](../fish_rings_for_android.md)** (Java, GPL-3.0, mature, inactive since 2015) +- **[Fitzquake](../fitzquake.md)** (C, GPL-2.0, beta, inactive since 2009) - **[Flappy Cow](../flappy_cow.md)** (Java, MIT, mature) - **[Flex Engine](../flex_engine.md)** (C++, MIT, beta) - **[FlightGear](../flightgear.md)** (C++, GPL-2.0, mature) @@ -465,6 +472,7 @@ - **[GalaxyNG](../galaxyng.md)** (C, GPL-2.0, mature, inactive since 2005) - **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature) - **[GameLV](../gamelv.md)** (C++, GPL-2.0, beta) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[Gang Garrison 2](../gang_garrison_2.md)** (Game Maker Script, MPL-2.0, mature) - **[Garith](../garith.md)** (C++, LGPL-2.1, mature, inactive since 2013) - **[GCompris](../gcompris.md)** (C, Python, GPL-3.0, mature) @@ -549,6 +557,7 @@ - **[Hexoshi](../hexoshi.md)** (Python, GPL-3.0, beta, inactive since 2016) - **[Hextris](../hextris.md)** (JavaScript, GPL-3.0, mature) - **[Hexwar](../hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012) +- **[HGE](../hge.md)** (C, zlib, beta, inactive since 2013) - **[HHexen](../hhexen.md)** (C, GPL-2.0, mature, inactive since 2013) - **[Hnefatafl](../hnefatafl.md)** (C, ISC, beta, inactive since 2014) - **[Hocoslamfy](../hocoslamfy.md)** (C, C++, GPL-2.0, beta, inactive since 2016) @@ -566,6 +575,7 @@ - **[ICBM3D](../icbm3d.md)** (C, ?, beta, inactive since 1998) - **[Ice Breaker](../ice_breaker.md)** (C, GPL-2.0, mature, inactive since 2003) - **[Iceball](../iceball.md)** (C, Lua, GPL-3.0, inactive since 2017) +- **[iiChantra](../iichantra.md)** (C++, MIT, beta, inactive since 2012) - **[ika](../ika.md)** (C++, Python, PHP, C#, GPL-2.0, beta, inactive since 2007) - **[Ilarion](../ilarion.md)** (C++, Java, Lua, GPL-3.0, mature) - **[Illarion](../illarion.md)** (C++, Java, AGPL-3.0, GPL-3.0, mature) @@ -578,6 +588,7 @@ - **[Infon Battle Arena](../infon_battle_arena.md)** (C, Lua, GPL-2.0, beta, inactive since 2012) - **[Innocence Engine](../innocence_engine.md)** (C++, GPL-3.0, beta) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[Intricacy](../intricacy.md)** (Haskell, GPL-3.0, beta) - **[IO Reboot](../io_reboot.md)** (C#, MIT, mature, inactive since 2017) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) @@ -586,6 +597,7 @@ - **[Ironseed](../ironseed.md)** (Pascal, GPL-3.0, mature, inactive since 2013) - **[irrlamb](../irrlamb.md)** (C, C++, GPL-3.0, mature) - **[Isleward](../isleward.md)** (JavaScript, AGPL-3.0, mature) +- **[Isogenic Game Engine](../isogenic_game_engine.md)** (JavaScript, MIT, mature) - **[Isolmoa](../isolmoa.md)** (JavaScript, Java, GPL-3.0, mature, inactive since 2014) - **[Isometric Turn-Based Strategy](../isometric_turn-based_strategy.md)** (Python, MIT, beta) - **[Isometric-Minesweeper](../isometric-minesweeper.md)** (Python, MIT, beta) @@ -605,6 +617,7 @@ - **[Jet-Story](../jet-story.md)** (Assembly, C, C++, MIT, beta) - **[jewelthief](../jewelthief.md)** (Java, GPL-3.0, mature, inactive since 2016) - **[JFDuke3D](../jfduke3d.md)** (C, GPL-2.0, beta, inactive since 2005) +- **[JGame](../jgame.md)** (Java, 3-clause BSD, mature, inactive since 2012) - **[JonoF's Shadow Warrior Port (JFSW)](../jonofs_shadow_warrior_port_jfsw.md)** (C, GPL-2.0, beta, inactive since 2005) - **[JQuest](../jquest.md)** (Java, GPL-2.0, beta, inactive since 2006) - **[JSettlers](../jsettlers.md)** (Java, GPL-3.0, mature) @@ -627,6 +640,7 @@ - **[Killer Crates](../killer_crates.md)** (Java, MIT, beta, inactive since 2017) - **[Kingdoms](../kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014) - **[KittenMaxit](../kittenmaxit.md)** (Java, MIT, beta) +- **[Kiwi.js](../kiwijs.md)** (JavaScript, TypeScript, MIT, mature, inactive since 2015) - **[KlayGE](../klayge.md)** (C++, GPL-2.0, mature) - **[Klooni 1010!](../klooni_1010.md)** (Java, GPL-3.0, beta) - **[KMines](../kmines.md)** (C++, GPL-2.0, mature) @@ -711,6 +725,7 @@ - **[Mega Mario](../mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012) - **[MegaGlest](../megaglest.md)** (C, C++, GPL-3.0, mature) - **[MegaMek](../megamek.md)** (Java, GPL-2.0, mature) +- **[MekWars](../mekwars.md)** (Java, GPL-2.0, mature) - **[melonJS](../melonjs.md)** (JavaScript, MIT, mature) - **[Memory Game](../memory_game.md)** (Java, Apache-2.0, mature) - **[Mercenary Commander](../mercenary_commander.md)** (Java, 3-clause BSD, beta, inactive since 2010) @@ -746,6 +761,7 @@ - **[Mocha Doom](../mocha_doom.md)** (Java, ?, beta, inactive since 2012) - **[Monofoxe](../monofoxe.md)** (C#, MIT, mature) - **[Monsters and Mushrooms](../monsters_and_mushrooms.md)** (Python, GPL-2.0, mature, inactive since 2010) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[Monstrosity](../monstrosity.md)** (Python, MIT, mature) - **[Moon-buggy](../moon-buggy.md)** (C, GPL-2.0, mature, inactive since 2006) - **[Moonbase Assault](../moonbase_assault.md)** (Java, MIT, beta, inactive since 2019) @@ -794,6 +810,7 @@ - **[NXEngine](../nxengine.md)** (C, C++, GPL-3.0, mature) - **[nXtank](../nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010) - **[Odamex](../odamex.md)** (C, C++, GPL-2.0, beta) +- **[Ogrian Carpet](../ogrian_carpet.md)** (C++, MIT, beta, inactive since 2018) - **[OGS Mahjong](../ogs_mahjong.md)** (C++, GPL-3.0, mature, inactive since 2016) - **[OldSkool Gravity Game](../oldskool_gravity_game.md)** (C++, GPL-3.0, mature, inactive since 2016) - **[Omega](../omega.md)** (JavaScript, Ruby, AGPL-3.0, beta) @@ -802,12 +819,14 @@ - **[One is enough](../one_is_enough.md)** (Python, GPL-2.0, beta, inactive since 2008) - **[One Way To Go](../one_way_to_go.md)** (Lua, GPL-3.0, mature, inactive since 2011) - **[Online Chess Club](../online_chess_club.md)** (PHP, JavaScript, GPL-2.0, mature) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature) - **[Open Apocalypse](../open_apocalypse.md)** (C++, MIT, beta) - **[Open Cube](../open_cube.md)** (C++, C, zlib, beta, inactive since 2017) - **[Open Flood](../open_flood.md)** (Java, MIT, mature, inactive since 2018) - **[Open Fodder](../open_fodder.md)** (C, C++, GPL-3.0, mature) - **[Open Fortress](../open_fortress.md)** (C++, CC-BY-NC-SA-4.0, Custom, beta) +- **[Open Greedy](../open_greedy.md)** (C, GPL-2.0, beta, inactive since 2017) - **[Open Hexagon](../open_hexagon.md)** (C++, AFL-3.0, mature) - **[Open Horizon](../open_horizon.md)** (C++, MIT, beta) - **[Open Imperium Galactica](../open_imperium_galactica.md)** (Java, LGPL-3.0, mature) @@ -824,6 +843,7 @@ - **[Open Surge](../open_surge.md)** (C, GPL-3.0, beta) - **[Open Syobon Action](../open_syobon_action.md)** (C++, ?, beta, inactive since 2011) - **[Open Tibia](../open_tibia.md)** (C++, GPL-2.0, beta, inactive since 2014) +- **[Open Valley](../open_valley.md)** (C++, CC-BY-NC-SA-4.0, beta) - **[Open Yahtzee](../open_yahtzee.md)** (C++, GPL-2.0, mature, inactive since 2016) - **[Open Zelda](../open_zelda.md)** (C, C++, zlib, mature, inactive since 2015) - **[openage](../openage.md)** (C++, Python, GPL-3.0, beta) @@ -846,6 +866,7 @@ - **[OpenDungeons](../opendungeons.md)** (C++, GPL-3.0, beta) - **[OpenEtG](../openetg.md)** (JavaScript, MIT, beta) - **[OpenFire](../openfire.md)** (C, MIT, beta, inactive since 2018) +- **[OpenFly](../openfly.md)** (C, GPL-2.0, beta, inactive since 2001) - **[OpenFNaF](../openfnaf.md)** (C, MIT, beta) - **[OpenGGS](../openggs.md)** (C++, GPL-2.0, beta, inactive since 2017) - **[OpenGL Test Drive Remake](../opengl_test_drive_remake.md)** (C, C++, GPL-3.0, mature, inactive since 2015) @@ -879,6 +900,7 @@ - **[OpenRoads](../openroads.md)** (TypeScript, JavaScript, MIT, mature, inactive since 2014) - **[OpenRTS](../openrts.md)** (Python, GPL-2.0, beta, inactive since 2006) - **[OpenRW](../openrw.md)** (C, C++, GPL-3.0, beta) +- **[OpenSA](../opensa.md)** (C#, Lua, GPL-3.0, mature) - **[OpenSAGE](../opensage.md)** (C#, LGPL-3.0, beta) - **[OpenSC2K](../opensc2k.md)** (JavaScript, GPL-3.0, beta) - **[OpenSkyscraper](../openskyscraper.md)** (C++, GPL-2.0, beta) @@ -897,6 +919,7 @@ - **[OpenVIII](../openviii.md)** (C#, MIT, beta) - **[OpenWebSoccer-Sim](../openwebsoccer-sim.md)** (PHP, LGPL-3.0, mature) - **[OpenXcom](../openxcom.md)** (C++, GPL-3.0, mature) +- **[OpenXRay](../openxray.md)** (C++, Lua, ?, mature) - **[OpenYandere](../openyandere.md)** (C#, GPL-3.0, beta, inactive since 2018) - **[Operation Citadel](../operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000) - **[OPMon](../opmon.md)** (C++, GPL-3.0, beta) @@ -958,6 +981,7 @@ - **[Planet Conquest](../planet_conquest.md)** (Java, GPL-3.0, mature, inactive since 2017) - **[Planet Rider](../planet_rider.md)** (GDScript, GPL-3.0, mature, inactive since 2015) - **[Planetary Hoppers](../planetary_hoppers.md)** (Java, GPL-2.0, beta, inactive since 2003) +- **[Playir](../playir.md)** (C++, Apache-2.0, mature, inactive since 2014) - **[Plee the Bear](../plee_the_bear.md)** (Lisp, C++, Scheme, C, GPL-3.0, beta, inactive since 2017) - **[Point & Hit](../point_hit.md)** (Java, GPL-3.0, mature, inactive since 2017) - **[PokerTH](../pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017) @@ -1008,12 +1032,15 @@ - **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature) - **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature) - **[RacerJS](../racerjs.md)** (JavaScript, MIT, mature, inactive since 2010) +- **[RAD](../rad.md)** (Pascal, C, GPL-2.0, mature) - **[Radakan](../radakan.md)** (Python, Custom, beta, inactive since 2014) - **[RadixEngine](../radixengine.md)** (C++, zlib, mature) - **[Rails: an 18xx game system](../rails_an_18xx_game_system.md)** (Java, GPL-2.0, mature) - **[Raincat](../raincat.md)** (Haskell, 3-clause BSD, mature, inactive since 2018) - **[ransack](../ransack.md)** (Python, MIT, mature, inactive since 2016) +- **[Raptor: Call of the Shadows](../raptor_call_of_the_shadows.md)** (C, GPL-3.0, beta) - **[RaumBaller](../raumballer.md)** (Java, GPL-3.0, mature) +- **[Raze](../raze.md)** (C++, GPL-2.0, mature) - **[RBDOOM-3-BFG](../rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature) - **[Reconstruction of Super ZZT](../reconstruction_of_super_zzt.md)** (Pascal, MIT, mature) - **[Reconstruction of ZZT](../reconstruction_of_zzt.md)** (Pascal, MIT, mature) @@ -1027,6 +1054,7 @@ - **[REGoth](../regoth.md)** (C++, GPL-3.0, MIT, mature) - **[Reliquarium](../reliquarium.md)** (Ada, GPL-2.0, mature) - **[Remixed Dungeon](../remixed_dungeon.md)** (Java, GPL-3.0, mature) +- **[reone](../reone.md)** (C++, GPL-3.0, beta) - **[Replica Island](../replica_island.md)** (Java, Apache-2.0, mature, inactive since 2011) - **[ReQbert](../reqbert.md)** (JavaScript, GPL-3.0, beta) - **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013) @@ -1041,6 +1069,7 @@ - **[Rigs of Rods](../rigs_of_rods.md)** (C, C++, AngelScript, GPL-3.0, mature) - **[Riiablo](../riiablo.md)** (Java, Apache-2.0, beta) - **[Rise of the Triad for Linux](../rise_of_the_triad_for_linux.md)** (C, GPL-2.0, mature, inactive since 2012) +- **[Robot Redemption](../robot_redemption.md)** (C++, CC-BY-NC-SA-4.0, GPL-2.0, mature, inactive since 2014) - **[rock-raiders-remake](../rock-raiders-remake.md)** (JavaScript, MIT, beta) - **[Rockbot](../rockbot.md)** (C++, GPL-2.0, mature) - **[Rocks'n'Diamonds](../rocksndiamonds.md)** (C, GPL-2.0, mature) @@ -1051,6 +1080,8 @@ - **[Room for Change](../room_for_change.md)** (Java, Apache-2.0, mature, inactive since 2013) - **[Rot Magus](../rot_magus.md)** (JavaScript, Apache-2.0, CC0, beta) - **[Roton](../roton.md)** (C#, ISC, beta, inactive since 2019) +- **[Rott94](../rott94.md)** (C, C++, GPL-2.0, beta) +- **[rottexpr](../rottexpr.md)** (C, GPL-2.0, beta) - **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015) - **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017) - **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004) @@ -1159,6 +1190,7 @@ - **[StarBlastrix](../starblastrix.md)** (C++, GPL-2.0, beta, inactive since 2006) - **[Stareater](../stareater.md)** (C#, GPL-3.0, beta) - **[Stargus](../stargus.md)** (C++, Lua, GPL-2.0, beta, inactive since 2010) +- **[StarMines: The Next Generation](../starmines_the_next_generation.md)** (Scala, GPL-3.0, mature) - **[Stars! Nova](../stars_nova.md)** (C#, GPL-2.0, beta) - **[starshatter-open](../starshatter-open.md)** (C++, 3-clause BSD, beta, inactive since 2015) - **[Starun](../starun.md)** (Java, GPL-3.0, mature, inactive since 2017) @@ -1265,6 +1297,7 @@ - **[Torso Ninja 2](../torso_ninja_2.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[Torso Ninja](../torso_ninja.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[Total Annihilation 3D](../total_annihilation_3d.md)** (C++, C, Lua, GPL-2.0, beta, inactive since 2017) +- **[Tower Toppler](../tower_toppler.md)** (C++, GPL-2.0, mature, inactive since 2012) - **[TowerJumper](../towerjumper.md)** (C++, GDScript, GPL-3.0, mature) - **[Trackballs](../trackballs.md)** (C++, Scheme, GPL-2.0, mature) - **[Train](../train.md)** (Java, 3-clause BSD, beta) @@ -1311,6 +1344,7 @@ - **[Ultima 5 Redux](../ultima_5_redux.md)** (C#, MIT, beta) - **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[UltraStar](../ultrastar.md)** (Pascal, ?, mature, inactive since 2010) - **[uMario](../umario.md)** (C++, GPL-2.0, beta, inactive since 2016) - **[Umbra](../umbra.md)** (Python, Custom, beta, inactive since 2002) @@ -1325,6 +1359,7 @@ - **[Unvanquished](../unvanquished.md)** (C, C++, GPL-3.0, mature) - **[Valyria Tear](../valyria_tear.md)** (Lua, C++, C, GPL-2.0, mature) - **[Vamos](../vamos.md)** (C++, Python, GPL-3.0, beta, inactive since 2014) +- **[Vangers](../vangers.md)** (C++, GPL-3.0, mature) - **[Vanilla-Conquer](../vanilla-conquer.md)** (C, C++, Assembly, GPL-3.0, mature) - **[VCMI](../vcmi.md)** (C++, GPL-2.0, mature) - **[VDrift](../vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014) @@ -1336,6 +1371,7 @@ - **[Veraball](../veraball.md)** (GDScript, MIT, beta, inactive since 2016) - **[Vertigo](../vertigo.md)** (C, GPL-2.0, beta, inactive since 2002) - **[Violetland](../violetland.md)** (C++, GPL-3.0, beta) +- **[Vircadia](../vircadia.md)** (C++, Apache-2.0, mature) - **[Virus Attack](../virus_attack.md)** (Java, AGPL-3.0, mature) - **[Visual Pinball](../visual_pinball.md)** (C++, MAME, mature) - **[vitetris](../vitetris.md)** (C, 2-clause BSD, beta) @@ -1347,6 +1383,7 @@ - **[Vulture's Eye](../vultures_eye.md)** (C++, C, NetHack General Public License, mature, inactive since 2015) - **[VVVVVV](../vvvvvv.md)** (ActionScript, C++, Custom, mature) - **[Wagic, the Homebrew](../wagic_the_homebrew.md)** (C++, C, Objective-C, 3-clause BSD, beta) +- **[Walic](../walic.md)** (Kotlin, Apache-2.0, mature) - **[WallBall](../wallball.md)** (Haxe, JavaScript, GPL-3.0, mature) - **[War Of Kingdom](../war_of_kingdom.md)** (C, C++, GPL-2.0, beta) - **[War1](../war1.md)** (C, zlib, beta) @@ -1365,6 +1402,7 @@ - **[Which Way Is Up?](../which_way_is_up.md)** (Python, GPL-2.0, beta, inactive since 2008) - **[Widelands](../widelands.md)** (C, C++, Lua, Python, GPL-2.0, mature) - **[Windstille](../windstille.md)** (C++, Scheme, GPL-3.0, beta, inactive since 2017) +- **[Wintermute Engine](../wintermute_engine.md)** (C++, C, MIT, beta, inactive since 2013) - **[Witch Blast](../witch_blast.md)** (C++, GPL-3.0, beta, inactive since 2015) - **[WitchavenGDX](../witchavengdx.md)** (Java, Custom, beta) - **[Wizardry Legacy](../wizardry_legacy.md)** (C++, GPL-3.0, beta, inactive since 2018) @@ -1379,10 +1417,12 @@ - **[World of Might and Magic](../world_of_might_and_magic.md)** (C++, LGPL-3.0, beta) - **[World of Phaos](../world_of_phaos.md)** (PHP, GPL-2.0, mature, inactive since 2011) - **[WWW](../www.md)** (JavaScript, GPL-3.0, beta, inactive since 2014) +- **[wxLaserTank](../wxlasertank.md)** (C++, GPL-2.0, mature, inactive since 2009) - **[Wyrmsun](../wyrmsun.md)** (Lua, C++, GPL-2.0, mature) - **[X-Force: Fight For Destiny](../x-force_fight_for_destiny.md)** (Pascal, GPL-2.0, beta, inactive since 2011) - **[X-Moto](../x-moto.md)** (C++, GPL-2.0, mature, inactive since 2014) - **[XArchon](../xarchon.md)** (C, C++, GPL-2.0, beta, inactive since 2003) +- **[Xargon](../xargon.md)** (C++, GPL-3.0, mature, inactive since 2015) - **[xBaK](../xbak.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[XBill](../xbill.md)** (C, GPL-2.0, mature, inactive since 2001) - **[XBlast](../xblast.md)** (C, GPL-2.0, mature, inactive since 2005) @@ -1398,7 +1438,6 @@ - **[XorCurses](../xorcurses.md)** (C, GPL-3.0, beta, inactive since 2012) - **[XPilot NG](../xpilot_ng.md)** (C, GPL-2.0, mature, inactive since 2010) - **[XPilot](../xpilot.md)** (C, GPL-2.0, mature, inactive since 2010) -- **[XRay engine](../xray_engine.md)** (C++, C, Apache-2.0, mature, inactive since 2018) - **[XScavenger](../xscavenger.md)** (C, GPL-2.0, mature, inactive since 2015) - **[XSera](../xsera.md)** (C, Lua, MIT, beta, inactive since 2010) - **[XSkat](../xskat.md)** (Java, Custom, mature) @@ -1410,6 +1449,7 @@ - **[Yamagi Quake II](../yamagi_quake_ii.md)** (C, GPL-2.0, mature) - **[Yet Another Doom Clone](../yet_another_doom_clone.md)** (JavaScript, Python, GPL-3.0, mature) - **[Yet Another Engine](../yet_another_engine.md)** (MoonScript, Java, Lua, MIT, beta, inactive since 2016) +- **[YKnytt](../yknytt.md)** (C#, MIT, beta) - **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009) - **[Yorg](../yorg.md)** (Python, GPL-3.0, beta) - **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature) diff --git a/entries/tocs/_ios.md b/entries/tocs/_ios.md index 895e9691..80a2e477 100644 --- a/entries/tocs/_ios.md +++ b/entries/tocs/_ios.md @@ -4,13 +4,17 @@ - **[DOOM-iOS](../doom-ios.md)** (C++, C, GPL-2.0, mature, inactive since 2012) - **[Esenthel Engine](../esenthel_engine.md)** (C, C++, Custom, beta) - **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[Gorillas](../gorillas.md)** (Objective-C, JavaScript, Java Research License, mature, inactive since 2014) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature) - **[LÖVE](../love.md)** (C++, zlib, mature) - **[NOVA PINBALL](../nova_pinball.md)** (Lua, GPL-3.0, beta, inactive since 2017) - **[OpenLara](../openlara.md)** (C++, C, 2-clause BSD, mature) - **[osu!](../osu.md)** (C#, MIT, beta) - **[ouzel](../ouzel.md)** (C, C++, Objective-C, 2-clause BSD, beta) +- **[Playir](../playir.md)** (C++, Apache-2.0, mature, inactive since 2014) - **[PyQt](../pyqt.md)** (C++, Python, GPL-3.0, Custom, mature) - **[Ren'Py](../renpy.md)** (C, Python, Ren'Py, LGPL-2.1, mature) - **[Shattered Pixel Dungeon](../shattered_pixel_dungeon.md)** (Java, GPL-3.0, mature) diff --git a/entries/tocs/_linux.md b/entries/tocs/_linux.md index 91b332ad..6e90b5cc 100644 --- a/entries/tocs/_linux.md +++ b/entries/tocs/_linux.md @@ -16,6 +16,7 @@ - **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003) - **[alive](../alive.md)** (C++, MIT, beta) - **[Ambermoon.net](../ambermoonnet.md)** (C#, GPL-3.0, mature) +- **[AndEngine](../andengine.md)** (Java, Apache-2.0, mature, inactive since 2013) - **[Annex: Conquer the World](../annex_conquer_the_world.md)** (Lua, GPL-3.0, mature, inactive since 2014) - **[AntiChess](../antichess.md)** (Java, MIT, beta, inactive since 2003) - **[Ares Dogfighter](../ares_dogfighter.md)** (Java, GPL-3.0, beta, inactive since 2016) @@ -96,6 +97,7 @@ - **[Destination Sol](../destination_sol.md)** (Java, Apache-2.0, mature) - **[dhewm3](../dhewm3.md)** (C, C++, GPL-3.0, mature) - **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'Py, CC-BY-NC-SA-3.0, mature) +- **[dim3](../dim3.md)** (C, MIT, beta, inactive since 2014) - **[Domination](../domination.md)** (Java, GPL-3.0, mature) - **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature) - **[DOOM](../doom.md)** (C, Custom, mature, inactive since 2012) @@ -143,11 +145,14 @@ - **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008) - **[Friking Shark](../friking_shark.md)** (C++, C, GPL-3.0, mature) - **[Frozen Bubble](../frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) - **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[GBDK](../gbdk.md)** (C, Assembly, C++, MIT, mature) - **[GCompris](../gcompris.md)** (C, Python, GPL-3.0, mature) - **[Gem Drop X](../gem_drop_x.md)** (C, GPL-2.0, beta, inactive since 2002) - **[GeonBit.UI](../geonbitui.md)** (C#, MIT, mature) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[Gilbert and the doors](../gilbert_and_the_doors.md)** (C, GPL-3.0, mature, inactive since 2018) - **[GL-117](../gl-117.md)** (C++, GPL-2.0, mature, inactive since 2005) - **[GL4ES](../gl4es.md)** (C, MIT, mature) @@ -172,6 +177,7 @@ - **[Hammer of Thyrion](../hammer_of_thyrion.md)** (C, GPL-2.0, mature) - **[Hardwar](../hardwar.md)** (C++, GPL-3.0, beta, inactive since 2015) - **[Harmonist: Dayoriah Clan Infiltration](../harmonist_dayoriah_clan_infiltration.md)** (Go, ISC, beta) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Head over Heels](../head_over_heels.md)** (C++, GPL-3.0, mature) - **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature) - **[Help Hannah's Horse](../help_hannahs_horse.md)** (C++, GPL-2.0, beta, inactive since 2008) @@ -184,11 +190,13 @@ - **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature) - **[I Have No Tomatoes](../i_have_no_tomatoes.md)** (C++, zlib, mature, inactive since 2004) - **[Ice Breaker](../ice_breaker.md)** (C, GPL-2.0, mature, inactive since 2003) +- **[iiChantra](../iichantra.md)** (C++, MIT, beta, inactive since 2012) - **[Inexor](../inexor.md)** (C++, JavaScript, zlib, beta, inactive since 2018) - **[Infinite Mario Bros](../infinite_mario_bros.md)** (Java, 3-clause BSD, mature, inactive since 2010) - **[Infinite Tux](../infinite_tux.md)** (Java, GPL-3.0, Public domain, mature) - **[Infon Battle Arena](../infon_battle_arena.md)** (C, Lua, GPL-2.0, beta, inactive since 2012) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[Intricacy](../intricacy.md)** (Haskell, GPL-3.0, beta) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) - **[iortcw](../iortcw.md)** (C, C++, GPL-3.0, mature) @@ -196,6 +204,7 @@ - **[Jamp](../jamp.md)** (C++, GPL-3.0, beta, inactive since 2009) - **[Javelin](../javelin.md)** (Java, GPL-2.0, mature, inactive since 2016) - **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature) +- **[JGame](../jgame.md)** (Java, 3-clause BSD, mature, inactive since 2012) - **[JSkat](../jskat.md)** (Java, GPL-3.0, Apache-2.0, beta) - **[JSoko](../jsoko.md)** (Java, GPL-3.0, mature) - **[Jump Don't Die](../jump_dont_die.md)** (Java, GPL-3.0, mature) @@ -234,6 +243,7 @@ - **[Mari0](../mari0.md)** (Lua, MIT, mature, inactive since 2012) - **[Maxit](../maxit.md)** (C++, 3-clause BSD, mature, inactive since 2014) - **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta) +- **[MekWars](../mekwars.md)** (Java, GPL-2.0, mature) - **[Metaforce](../metaforce.md)** (C, C++, MIT, beta) - **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature) - **[Mines](../mines.md)** (Vala, GPL-3.0, mature) @@ -243,6 +253,7 @@ - **[Mininim](../mininim.md)** (C, GPL-3.0, beta, inactive since 2017) - **[MiniPacman](../minipacman.md)** (Ada, GPL-3.0, mature) - **[Moagg2](../moagg2.md)** (Java, GPL-2.0, mature, inactive since 2008) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[Moonbase Assault](../moonbase_assault.md)** (Java, MIT, beta, inactive since 2019) - **[Mr. Rescue](../mr_rescue.md)** (Lua, zlib, mature, inactive since 2016) - **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013) @@ -263,6 +274,7 @@ - **[NumPy](../numpy.md)** (C, Python, 3-clause BSD, mature) - **[OGS Mahjong](../ogs_mahjong.md)** (C++, GPL-3.0, mature, inactive since 2016) - **[OldSkool Gravity Game](../oldskool_gravity_game.md)** (C++, GPL-3.0, mature, inactive since 2016) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature) - **[Open Fodder](../open_fodder.md)** (C, C++, GPL-3.0, mature) - **[Open Horizon](../open_horizon.md)** (C++, MIT, beta) @@ -373,6 +385,7 @@ - **[Simon Tatham's Portable Puzzle Collection](../simon_tathams_portable_puzzle_collection.md)** (C, MIT, mature) - **[Simple Platformer](../simple_platformer.md)** (Java, MIT, beta, inactive since 2019) - **[Simsu](../simsu.md)** (C++, GPL-3.0, mature) +- **[Slick2D](../slick2d.md)** (Java, 3-clause BSD, beta, inactive since 2014) - **[Slime Volley](../slime_volley.md)** (C, GPL-3.0, mature, inactive since 2010) - **[Slingshot](../slingshot.md)** (Python, GPL-2.0, beta, inactive since 2007) - **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature) @@ -447,6 +460,7 @@ - **[Twisted](../twisted.md)** (Python, MIT, mature) - **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[Umoria](../umoria.md)** (C, C++, GPL-3.0, mature) - **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta) - **[unitystation](../unitystation.md)** (C#, AGPL-3.0, beta) diff --git a/entries/tocs/_macos.md b/entries/tocs/_macos.md index 4588046d..a117f02c 100644 --- a/entries/tocs/_macos.md +++ b/entries/tocs/_macos.md @@ -52,6 +52,7 @@ - **[Destination Sol](../destination_sol.md)** (Java, Apache-2.0, mature) - **[dhewm3](../dhewm3.md)** (C, C++, GPL-3.0, mature) - **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'Py, CC-BY-NC-SA-3.0, mature) +- **[dim3](../dim3.md)** (C, MIT, beta, inactive since 2014) - **[Domination](../domination.md)** (Java, GPL-3.0, mature) - **[Doom Legacy](../doom_legacy.md)** (C++, GPL-2.0, mature) - **[Doom64EX](../doom64ex.md)** (C, C++, GPL-2.0, mature) @@ -83,10 +84,13 @@ - **[Freedoom](../freedoom.md)** (None, None, beta) - **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008) - **[Frozen Bubble](../frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) - **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[GBDK](../gbdk.md)** (C, Assembly, C++, MIT, mature) - **[GCompris](../gcompris.md)** (C, Python, GPL-3.0, mature) - **[Gem Drop X](../gem_drop_x.md)** (C, GPL-2.0, beta, inactive since 2002) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[GL-117](../gl-117.md)** (C++, GPL-2.0, mature, inactive since 2005) - **[GLEW](../glew.md)** (C, C++, Perl, 3-clause BSD, mature) - **[GLtron](../gltron.md)** (C, ?, beta, inactive since 2017) @@ -103,18 +107,21 @@ - **[Hammer of Thyrion](../hammer_of_thyrion.md)** (C, GPL-2.0, mature) - **[Hardwar](../hardwar.md)** (C++, GPL-3.0, beta, inactive since 2015) - **[Harmonist: Dayoriah Clan Infiltration](../harmonist_dayoriah_clan_infiltration.md)** (Go, ISC, beta) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[HoDoKu](../hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013) - **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature) - **[I Have No Tomatoes](../i_have_no_tomatoes.md)** (C++, zlib, mature, inactive since 2004) - **[Infinite Mario Bros](../infinite_mario_bros.md)** (Java, 3-clause BSD, mature, inactive since 2010) - **[Infinite Tux](../infinite_tux.md)** (Java, GPL-3.0, Public domain, mature) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[Intricacy](../intricacy.md)** (Haskell, GPL-3.0, beta) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) - **[iortcw](../iortcw.md)** (C, C++, GPL-3.0, mature) - **[Jamp](../jamp.md)** (C++, GPL-3.0, beta, inactive since 2009) - **[Javelin](../javelin.md)** (Java, GPL-2.0, mature, inactive since 2016) - **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature) +- **[JGame](../jgame.md)** (Java, 3-clause BSD, mature, inactive since 2012) - **[JSoko](../jsoko.md)** (Java, GPL-3.0, mature) - **[Jump Don't Die](../jump_dont_die.md)** (Java, GPL-3.0, mature) - **[KevEdit](../kevedit.md)** (C, GPL-2.0, mature) @@ -135,12 +142,14 @@ - **[Mari0](../mari0.md)** (Lua, MIT, mature, inactive since 2012) - **[Maxit](../maxit.md)** (C++, 3-clause BSD, mature, inactive since 2014) - **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta) +- **[MekWars](../mekwars.md)** (Java, GPL-2.0, mature) - **[Metaforce](../metaforce.md)** (C, C++, MIT, beta) - **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009) - **[Minetest](../minetest.md)** (C, C++, Lua, LGPL-2.1, mature) - **[mini2Dx](../mini2dx.md)** (Java, C#, Apache-2.0, mature) - **[Minilens](../minilens.md)** (GDScript, GPL-3.0, mature, inactive since 2018) - **[MiniPacman](../minipacman.md)** (Ada, GPL-3.0, mature) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[Mr. Rescue](../mr_rescue.md)** (Lua, zlib, mature, inactive since 2016) - **[Netrek](../netrek.md)** (C, Custom, mature, inactive since 2009) - **[Neverball](../neverball.md)** (C, C++, GPL-2.0, mature) @@ -149,6 +158,7 @@ - **[NullpoMino](../nullpomino.md)** (Java, 3-clause BSD, mature) - **[Numpty Physics](../numpty_physics.md)** (C++, GPL-3.0, beta, inactive since 2016) - **[NumPy](../numpy.md)** (C, Python, 3-clause BSD, mature) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature) - **[Open Horizon](../open_horizon.md)** (C++, MIT, beta) - **[Open Rodent's Revenge](../open_rodents_revenge.md)** (C++, MIT, beta, inactive since 2018) @@ -219,6 +229,7 @@ - **[RufasSwap](../rufasswap.md)** (Ada, GPL-3.0, mature) - **[Scrabble3D](../scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015) - **[Settlers III remake](../settlers_iii_remake.md)** (Java, MIT, beta) +- **[sfxr](../sfxr.md)** (C++, MIT, mature, inactive since 2012) - **[Shattered Pixel Dungeon](../shattered_pixel_dungeon.md)** (Java, GPL-3.0, mature) - **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta) - **[Shotgun Debugger](../shotgun_debugger.md)** (C++, GPL-2.0, mature, inactive since 2005) @@ -267,6 +278,7 @@ - **[Tuxemon](../tuxemon.md)** (Python, GPL-3.0, beta) - **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[Umoria](../umoria.md)** (C, C++, GPL-3.0, mature) - **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta) - **[unitystation](../unitystation.md)** (C#, AGPL-3.0, beta) diff --git a/entries/tocs/_music.md b/entries/tocs/_music.md index d5af0744..114f38d0 100644 --- a/entries/tocs/_music.md +++ b/entries/tocs/_music.md @@ -14,4 +14,6 @@ - **[StepMania](../stepmania.md)** (C, C++, Lua, MIT, mature) - **[Transcend](../transcend.md)** (C++, ?, beta, inactive since 2005) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) +- **[UltraStar](../ultrastar.md)** (Pascal, ?, mature, inactive since 2010) - **[Vocaluxe](../vocaluxe.md)** (C#, C++, GPL-3.0, beta, inactive since 2018) \ No newline at end of file diff --git a/entries/tocs/_platform.md b/entries/tocs/_platform.md index a043f544..02b8412f 100644 --- a/entries/tocs/_platform.md +++ b/entries/tocs/_platform.md @@ -5,6 +5,7 @@ - **[Abuse](../abuse.md)** (C++, Lisp, Public domain, GPL-2.0, WTFPL, mature, inactive since 2011) - **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003) - **[Amphetamine](../amphetamine.md)** (C, GPL-2.0, beta, inactive since 2008) +- **[Backbone Game Engine](../backbone_game_engine.md)** (JavaScript, MIT, beta, inactive since 2016) - **[Beat Feet](../beat_feet.md)** (Kotlin, GPL-3.0, mature) - **[Blob Wars : Attrition](../blob_wars_attrition.md)** (C, C++, GPL-3.0, mature) - **[Blob Wars Episode 2 : Blob And Conquer](../blob_wars_episode_2_blob_and_conquer.md)** (C++, GPL-2.0, mature, inactive since 2016) @@ -67,4 +68,5 @@ - **[Which Way Is Up?](../which_way_is_up.md)** (Python, GPL-2.0, beta, inactive since 2008) - **[WWW](../www.md)** (JavaScript, GPL-3.0, beta, inactive since 2014) - **[XEvil](../xevil.md)** (C++, GPL-2.0, mature) +- **[YKnytt](../yknytt.md)** (C#, MIT, beta) - **[Yo Frankie!](../yo_frankie.md)** (Blender Script, ?, mature, inactive since 2009) \ No newline at end of file diff --git a/entries/tocs/_puzzle.md b/entries/tocs/_puzzle.md index 00b8a262..a6dba50e 100644 --- a/entries/tocs/_puzzle.md +++ b/entries/tocs/_puzzle.md @@ -34,6 +34,7 @@ - **[Cubosphere](../cubosphere.md)** (C, C++, Lua, GPL-3.0, beta) - **[CuteMaze](../cutemaze.md)** (C++, GPL-3.0, mature) - **[Cuyo](../cuyo.md)** (C++, GPL-2.0, mature, inactive since 2014) +- **[Daedalus](../daedalus.md)** (C++, GPL-2.0, mature, inactive since 2018) - **[Diabolika](../diabolika.md)** (C++, zlib, mature) - **[Domino On Acid](../domino_on_acid.md)** (Java, GPL-2.0, mature, inactive since 2009) - **[Duck Marines](../duck_marines.md)** (Lua, zlib, mature, inactive since 2016) @@ -87,6 +88,7 @@ - **[Minesweeper.Zone](../minesweeperzone.md)** (JavaScript, PHP, MIT, mature) - **[Minilens](../minilens.md)** (GDScript, GPL-3.0, mature, inactive since 2018) - **[Mirror Magic](../mirror_magic.md)** (C, GPL-2.0, mature) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[n2048](../n2048.md)** (C, 2-clause BSD, beta, inactive since 2014) - **[NeoLemmix](../neolemmix.md)** (Pascal, ?, beta) - **[Nighthawk](../nighthawk.md)** (C++, GPL-2.0, mature, inactive since 2004) diff --git a/entries/tocs/_remake.md b/entries/tocs/_remake.md index 1770924d..e285a48c 100644 --- a/entries/tocs/_remake.md +++ b/entries/tocs/_remake.md @@ -137,6 +137,7 @@ - **[Falcon's Eye](../falcons_eye.md)** (C, NetHack General Public License, mature, inactive since 2004) - **[Falltergeist](../falltergeist.md)** (C++, GPL-3.0, beta) - **[Fanwor](../fanwor.md)** (C, GPL-2.0, mature) +- **[Fitzquake](../fitzquake.md)** (C, GPL-2.0, beta, inactive since 2009) - **[Flappy Cow](../flappy_cow.md)** (Java, MIT, mature) - **[Fluid Table Tennis](../fluid_table_tennis.md)** (JavaScript, MIT, mature, inactive since 2013) - **[fonline](../fonline.md)** (C, C++, C#, GPL-3.0, beta) @@ -300,6 +301,7 @@ - **[Open Rodent's Revenge](../open_rodents_revenge.md)** (C++, MIT, beta, inactive since 2018) - **[Open RSC](../open_rsc.md)** (Java, GPL-3.0, mature) - **[Open Syobon Action](../open_syobon_action.md)** (C++, ?, beta, inactive since 2011) +- **[Open Valley](../open_valley.md)** (C++, CC-BY-NC-SA-4.0, beta) - **[openage](../openage.md)** (C++, Python, GPL-3.0, beta) - **[OpenArena](../openarena.md)** (C, GPL-2.0, mature, inactive since 2012) - **[openblack](../openblack.md)** (C, C++, GPL-3.0, beta) @@ -311,6 +313,7 @@ - **[openDOW](../opendow.md)** (C, GPL-3.0, beta) - **[OpenDUNE](../opendune.md)** (C, GPL-2.0, mature) - **[OpenEtG](../openetg.md)** (JavaScript, MIT, beta) +- **[OpenFly](../openfly.md)** (C, GPL-2.0, beta, inactive since 2001) - **[OpenGGS](../openggs.md)** (C++, GPL-2.0, beta, inactive since 2017) - **[OpenGL Test Drive Remake](../opengl_test_drive_remake.md)** (C, C++, GPL-3.0, mature, inactive since 2015) - **[Openglad](../openglad.md)** (C++, GPL-2.0, mature, inactive since 2004) @@ -336,6 +339,7 @@ - **[OpenRCT2](../openrct2.md)** (C++, GPL-3.0, mature) - **[OpenRoads](../openroads.md)** (TypeScript, JavaScript, MIT, mature, inactive since 2014) - **[OpenRW](../openrw.md)** (C, C++, GPL-3.0, beta) +- **[OpenSA](../opensa.md)** (C#, Lua, GPL-3.0, mature) - **[OpenSC2K](../opensc2k.md)** (JavaScript, GPL-3.0, beta) - **[OpenSkyscraper](../openskyscraper.md)** (C++, GPL-2.0, beta) - **[OpenSpades](../openspades.md)** (C, C++, AngelScript, GPL-3.0, beta) @@ -350,6 +354,7 @@ - **[OpenTyrian](../opentyrian.md)** (C, GPL-2.0, beta, inactive since 2018) - **[OpenVIII](../openviii.md)** (C#, MIT, beta) - **[OpenXcom](../openxcom.md)** (C++, GPL-3.0, mature) +- **[OpenXRay](../openxray.md)** (C++, Lua, ?, mature) - **[OPMon](../opmon.md)** (C++, GPL-3.0, beta) - **[Orbium](../orbium.md)** (JavaScript, GPL-2.0, mature, inactive since 2018) - **[orona](../orona.md)** (CoffeeScript, GPL-2.0, beta, inactive since 2012) @@ -385,6 +390,9 @@ - **[QuakeSpasm](../quakespasm.md)** (C, GPL-2.0, mature) - **[Rabbit Escape](../rabbit_escape.md)** (Java, GPL-2.0, mature) - **[Race Into Space](../race_into_space.md)** (C, C++, GPL-2.0, mature) +- **[RAD](../rad.md)** (Pascal, C, GPL-2.0, mature) +- **[Raptor: Call of the Shadows](../raptor_call_of_the_shadows.md)** (C, GPL-3.0, beta) +- **[Raze](../raze.md)** (C++, GPL-2.0, mature) - **[RBDOOM-3-BFG](../rbdoom-3-bfg.md)** (C, C++, GPL-3.0, mature) - **[Reconstruction of Super ZZT](../reconstruction_of_super_zzt.md)** (Pascal, MIT, mature) - **[Reconstruction of ZZT](../reconstruction_of_zzt.md)** (Pascal, MIT, mature) @@ -394,6 +402,7 @@ - **[Reflection Keen](../reflection_keen.md)** (C, Lua, GPL-2.0, mature) - **[REGoth](../regoth.md)** (C++, GPL-3.0, MIT, mature) - **[Remixed Dungeon](../remixed_dungeon.md)** (Java, GPL-3.0, mature) +- **[reone](../reone.md)** (C++, GPL-3.0, beta) - **[ReQbert](../reqbert.md)** (JavaScript, GPL-3.0, beta) - **[Rescue! Max](../rescue_max.md)** (Java, GPL-3.0, beta, inactive since 2013) - **[ResidualVM](../residualvm.md)** (C++, GPL-2.0, beta) @@ -403,12 +412,15 @@ - **[Rigel Engine](../rigel_engine.md)** (C++, GPL-2.0, beta) - **[Riiablo](../riiablo.md)** (Java, Apache-2.0, beta) - **[Rise of the Triad for Linux](../rise_of_the_triad_for_linux.md)** (C, GPL-2.0, mature, inactive since 2012) +- **[Robot Redemption](../robot_redemption.md)** (C++, CC-BY-NC-SA-4.0, GPL-2.0, mature, inactive since 2014) - **[rock-raiders-remake](../rock-raiders-remake.md)** (JavaScript, MIT, beta) - **[Rockbot](../rockbot.md)** (C++, GPL-2.0, mature) - **[Rocks'n'Diamonds](../rocksndiamonds.md)** (C, GPL-2.0, mature) - **[Rogue Clone IV](../rogue_clone_iv.md)** (C, 3-clause BSD, mature, inactive since 2006) - **[Rot Magus](../rot_magus.md)** (JavaScript, Apache-2.0, CC0, beta) - **[Roton](../roton.md)** (C#, ISC, beta, inactive since 2019) +- **[Rott94](../rott94.md)** (C, C++, GPL-2.0, beta) +- **[rottexpr](../rottexpr.md)** (C, GPL-2.0, beta) - **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015) - **[RuneLite](../runelite.md)** (Java, 2-clause BSD, mature) - **[RuZZT](../ruzzt.md)** (Rust, MIT, beta) @@ -484,6 +496,7 @@ - **[TOMB5](../tomb5.md)** (C, C++, MIT, beta) - **[Toppler](../toppler.md)** (C++, GPL-2.0, mature, inactive since 2012) - **[Total Annihilation 3D](../total_annihilation_3d.md)** (C++, C, Lua, GPL-2.0, beta, inactive since 2017) +- **[Tower Toppler](../tower_toppler.md)** (C++, GPL-2.0, mature, inactive since 2012) - **[Trackballs](../trackballs.md)** (C++, Scheme, GPL-2.0, mature) - **[Train](../train.md)** (Java, 3-clause BSD, beta) - **[Transfusion](../transfusion.md)** (C, GPL-2.0, beta, inactive since 2007) @@ -503,10 +516,12 @@ - **[Ultima 5 Redux](../ultima_5_redux.md)** (C#, MIT, beta) - **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[uMario](../umario.md)** (C++, GPL-2.0, beta, inactive since 2016) - **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta) - **[UnderworldExporter](../underworldexporter.md)** (C#, C++, MIT, mature) - **[uninvited](../uninvited.md)** (C, C++, Artistic License-2.0, beta, inactive since 2016) +- **[Vangers](../vangers.md)** (C++, GPL-3.0, mature) - **[Vanilla-Conquer](../vanilla-conquer.md)** (C, C++, Assembly, GPL-3.0, mature) - **[VCMI](../vcmi.md)** (C++, GPL-2.0, mature) - **[Vectoroids](../vectoroids.md)** (C, GPL-2.0, mature, inactive since 2002) @@ -534,7 +549,9 @@ - **[wkbre](../wkbre.md)** (C++, C, GPL-3.0, beta) - **[Wolf3dX](../wolf3dx.md)** (C#, GPL-2.0, beta) - **[World of Might and Magic](../world_of_might_and_magic.md)** (C++, LGPL-3.0, beta) +- **[wxLaserTank](../wxlasertank.md)** (C++, GPL-2.0, mature, inactive since 2009) - **[X-Moto](../x-moto.md)** (C++, GPL-2.0, mature, inactive since 2014) +- **[Xargon](../xargon.md)** (C++, GPL-3.0, mature, inactive since 2015) - **[xBaK](../xbak.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[xDuke](../xduke.md)** (C, GPL-2.0, beta, inactive since 2010) - **[xoreos](../xoreos.md)** (C++, GPL-3.0, beta) @@ -543,6 +560,7 @@ - **[XSwing Plus](../xswing_plus.md)** (Java, GPL-3.0, beta, inactive since 2010) - **[xu4](../xu4.md)** (C++, GPL-2.0, mature, inactive since 2016) - **[Yamagi Quake II](../yamagi_quake_ii.md)** (C, GPL-2.0, mature) +- **[YKnytt](../yknytt.md)** (C#, MIT, beta) - **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature) - **[Zatacka X](../zatacka_x.md)** (C, GPL-3.0, beta) - **[Zaz](../zaz.md)** (C++, GPL-3.0, beta, inactive since 2010) diff --git a/entries/tocs/_role-playing.md b/entries/tocs/_role-playing.md index ff294db5..07b3cef5 100644 --- a/entries/tocs/_role-playing.md +++ b/entries/tocs/_role-playing.md @@ -93,6 +93,7 @@ - **[Ilarion](../ilarion.md)** (C++, Java, Lua, GPL-3.0, mature) - **[Illarion](../illarion.md)** (C++, Java, AGPL-3.0, GPL-3.0, mature) - **[Imperium](../imperium.md)** (?, ?, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[Iris2](../iris2.md)** (C, C++, Lua, GPL-3.0, beta, inactive since 2017) - **[Isleward](../isleward.md)** (JavaScript, AGPL-3.0, mature) - **[Iter Vehemens ad Necem](../iter_vehemens_ad_necem.md)** (C++, GPL-2.0, beta) @@ -132,6 +133,7 @@ - **[Open RPG Maker](../open_rpg_maker.md)** (C++, GPL-3.0, beta, inactive since 2014) - **[Open RSC](../open_rsc.md)** (Java, GPL-3.0, mature) - **[Open Tibia](../open_tibia.md)** (C++, GPL-2.0, beta, inactive since 2014) +- **[Open Valley](../open_valley.md)** (C++, CC-BY-NC-SA-4.0, beta) - **[OpenFNaF](../openfnaf.md)** (C, MIT, beta) - **[Openglad](../openglad.md)** (C++, GPL-2.0, mature, inactive since 2004) - **[OpenGothic](../opengothic.md)** (C++, MIT, beta) @@ -157,6 +159,7 @@ - **[ransack](../ransack.md)** (Python, MIT, mature, inactive since 2016) - **[REGoth](../regoth.md)** (C++, GPL-3.0, MIT, mature) - **[Remixed Dungeon](../remixed_dungeon.md)** (Java, GPL-3.0, mature) +- **[reone](../reone.md)** (C++, GPL-3.0, beta) - **[Rogue Clone IV](../rogue_clone_iv.md)** (C, 3-clause BSD, mature, inactive since 2006) - **[RogueBox Adventures](../roguebox_adventures.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[Roguish](../roguish.md)** (JavaScript, 3-clause BSD, beta, inactive since 2015) @@ -193,6 +196,7 @@ - **[TinTin++](../tintin++.md)** (C, GPL-3.0, mature) - **[Titan Tactics](../titan_tactics.md)** (GDScript, CC0, beta) - **[Trinity Reign](../trinity_reign.md)** (C++, GPL-3.0, beta, inactive since 2013) +- **[Turbu](../turbu.md)** (Pascal, MPL-1.1, beta, inactive since 2013) - **[Tuxemon](../tuxemon.md)** (Python, GPL-3.0, beta) - **[TuxKart](../tuxkart.md)** (C++, GPL-2.0, beta, inactive since 2004) - **[Ularn](../ularn.md)** (C, C++, GPL-2.0, mature, inactive since 2018) @@ -204,6 +208,7 @@ - **[UnderworldExporter](../underworldexporter.md)** (C#, C++, MIT, mature) - **[UnNetHack](../unnethack.md)** (C, Custom, mature) - **[Valyria Tear](../valyria_tear.md)** (Lua, C++, C, GPL-2.0, mature) +- **[Vangers](../vangers.md)** (C++, GPL-3.0, mature) - **[Veloren](../veloren.md)** (Rust, GPL-3.0, beta) - **[Vulture's Eye](../vultures_eye.md)** (C++, C, NetHack General Public License, mature, inactive since 2015) - **[Waste's Edge](../wastes_edge.md)** (Python, GPL-2.0, beta) diff --git a/entries/tocs/_simulation.md b/entries/tocs/_simulation.md index 3ab4111b..eef4b5e7 100644 --- a/entries/tocs/_simulation.md +++ b/entries/tocs/_simulation.md @@ -74,11 +74,13 @@ - **[Open Horizon](../open_horizon.md)** (C++, MIT, beta) - **[Open Jumpgate](../open_jumpgate.md)** (C++, GPL-2.0, beta, inactive since 2017) - **[Open Rails](../open_rails.md)** (C#, GPL-3.0, mature) +- **[Open Valley](../open_valley.md)** (C++, CC-BY-NC-SA-4.0, beta) - **[openblack](../openblack.md)** (C, C++, GPL-3.0, beta) - **[OpenBlox](../openblox.md)** (Python, Lua, GPL-3.0, beta, inactive since 2011) - **[OpenBVE](../openbve.md)** (C#, Public domain, mature) - **[openc2e](../openc2e.md)** (C, C++, LGPL-2.1, beta) - **[OpenCity](../opencity.md)** (C++, GPL-2.0, beta, inactive since 2015) +- **[OpenFly](../openfly.md)** (C, GPL-2.0, beta, inactive since 2001) - **[OpenKeeper](../openkeeper.md)** (Java, GPL-3.0, beta) - **[OpenLoco](../openloco.md)** (C++, MIT, mature) - **[OpenRCT2](../openrct2.md)** (C++, GPL-3.0, mature) @@ -118,6 +120,7 @@ - **[Vamos](../vamos.md)** (C++, Python, GPL-3.0, beta, inactive since 2014) - **[VDrift](../vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014) - **[Vertigo](../vertigo.md)** (C, GPL-2.0, beta, inactive since 2002) +- **[Vircadia](../vircadia.md)** (C++, Apache-2.0, mature) - **[Voxelands](../voxelands.md)** (C++, GPL-3.0, beta) - **[WallBall](../wallball.md)** (Haxe, JavaScript, GPL-3.0, mature) - **[YSoccer](../ysoccer.md)** (Java, GPL-2.0, mature) diff --git a/entries/tocs/_strategy.md b/entries/tocs/_strategy.md index dfcfd00f..7743a302 100644 --- a/entries/tocs/_strategy.md +++ b/entries/tocs/_strategy.md @@ -153,6 +153,7 @@ - **[Mechanized Assault & eXploration Reloaded](../mechanized_assault_exploration_reloaded.md)** (C++, C, GPL-2.0, beta) - **[MegaGlest](../megaglest.md)** (C, C++, GPL-3.0, mature) - **[MegaMek](../megamek.md)** (Java, GPL-2.0, mature) +- **[MekWars](../mekwars.md)** (Java, GPL-2.0, mature) - **[Mercenary Commander](../mercenary_commander.md)** (Java, 3-clause BSD, beta, inactive since 2010) - **[Metal Mech](../metal_mech.md)** (PHP, GPL-2.0, beta, inactive since 2006) - **[Mines](../mines.md)** (Vala, GPL-3.0, mature) @@ -180,6 +181,7 @@ - **[OpenMOO2](../openmoo2.md)** (Python, GPL-2.0, beta, inactive since 2011) - **[OpenRA](../openra.md)** (C#, GPL-3.0, mature) - **[OpenRTS](../openrts.md)** (Python, GPL-2.0, beta, inactive since 2006) +- **[OpenSA](../opensa.md)** (C#, Lua, GPL-3.0, mature) - **[OpenSAGE](../opensage.md)** (C#, LGPL-3.0, beta) - **[OpenSoccer](../opensoccer.md)** (PHP, GPL-3.0, beta) - **[OpenWebSoccer-Sim](../openwebsoccer-sim.md)** (PHP, LGPL-3.0, mature) @@ -268,6 +270,7 @@ - **[Vanilla-Conquer](../vanilla-conquer.md)** (C, C++, Assembly, GPL-3.0, mature) - **[VCMI](../vcmi.md)** (C++, GPL-2.0, mature) - **[VMS Empire](../vms_empire.md)** (C, GPL-2.0, mature, inactive since 2014) +- **[Walic](../walic.md)** (Kotlin, Apache-2.0, mature) - **[War Of Kingdom](../war_of_kingdom.md)** (C, C++, GPL-2.0, beta) - **[War1](../war1.md)** (C, zlib, beta) - **[warcraft-remake](../warcraft-remake.md)** (Java, GPL-2.0, beta) diff --git a/entries/tocs/_tool.md b/entries/tocs/_tool.md index 85c2c5e6..cb80c244 100644 --- a/entries/tocs/_tool.md +++ b/entries/tocs/_tool.md @@ -36,10 +36,13 @@ - **[Rolemaster Office](../rolemaster_office.md)** (Java, Apache-2.0, mature) - **[Rolisteam](../rolisteam.md)** (C++, JavaScript, GPL-2.0, mature) - **[RPDungeon - computer aided role playing](../rpdungeon-computer_aided_role_playing.md)** (Pascal, GPL-2.0, beta, inactive since 2006) +- **[sfxr](../sfxr.md)** (C++, MIT, mature, inactive since 2012) - **[SLADE](../slade.md)** (C++, GPL-2.0, mature) +- **[Slick2D](../slick2d.md)** (Java, 3-clause BSD, beta, inactive since 2014) - **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature) - **[SR](../sr.md)** (C, Assembly, MIT, GPL-2.0, ?, mature) - **[TTDPatch](../ttdpatch.md)** (Assembly, C, C++, GPL-2.0, mature, inactive since 2013) +- **[Turbu](../turbu.md)** (Pascal, MPL-1.1, beta, inactive since 2013) - **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature) - **[UndertaleModTool](../undertalemodtool.md)** (C#, GPL-3.0, beta) - **[VGC](../vgc.md)** (C++, Apache-2.0, beta) diff --git a/entries/tocs/_tools.md b/entries/tocs/_tools.md index 6179bca8..02bfe28e 100644 --- a/entries/tocs/_tools.md +++ b/entries/tocs/_tools.md @@ -36,10 +36,13 @@ - **[Rolemaster Office](../rolemaster_office.md)** (Java, Apache-2.0, mature) - **[Rolisteam](../rolisteam.md)** (C++, JavaScript, GPL-2.0, mature) - **[RPDungeon - computer aided role playing](../rpdungeon-computer_aided_role_playing.md)** (Pascal, GPL-2.0, beta, inactive since 2006) +- **[sfxr](../sfxr.md)** (C++, MIT, mature, inactive since 2012) - **[SLADE](../slade.md)** (C++, GPL-2.0, mature) +- **[Slick2D](../slick2d.md)** (Java, 3-clause BSD, beta, inactive since 2014) - **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature) - **[SR](../sr.md)** (C, Assembly, MIT, GPL-2.0, ?, mature) - **[TTDPatch](../ttdpatch.md)** (Assembly, C, C++, GPL-2.0, mature, inactive since 2013) +- **[Turbu](../turbu.md)** (Pascal, MPL-1.1, beta, inactive since 2013) - **[Twine](../twine.md)** (JavaScript, GPL-3.0, mature) - **[UndertaleModTool](../undertalemodtool.md)** (C#, GPL-3.0, beta) - **[VGC](../vgc.md)** (C++, Apache-2.0, beta) diff --git a/entries/tocs/_visual-novel.md b/entries/tocs/_visual-novel.md index a85830d8..97501d8d 100644 --- a/entries/tocs/_visual-novel.md +++ b/entries/tocs/_visual-novel.md @@ -4,6 +4,7 @@ - **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'Py, CC-BY-NC-SA-3.0, mature) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) - **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Our Personal Space](../our_personal_space.md)** (Ren'Py, GPL-3.0, mature) - **[Ren'Py](../renpy.md)** (C, Python, Ren'Py, LGPL-2.1, mature) - **[Star Maiden Astraea Rio](../star_maiden_astraea_rio.md)** (Ren'Py, MIT, mature) \ No newline at end of file diff --git a/entries/tocs/_web.md b/entries/tocs/_web.md index 3b243590..6baaf345 100644 --- a/entries/tocs/_web.md +++ b/entries/tocs/_web.md @@ -13,6 +13,7 @@ - **[Arashi-JS](../arashi-js.md)** (JavaScript, GPL-2.0, beta, inactive since 2010) - **[Armor Alley](../armor_alley.md)** (JavaScript, CC-BY-NC-3.0, beta) - **[asdf](../asdf.md)** (JavaScript, MIT, mature) +- **[Backbone Game Engine](../backbone_game_engine.md)** (JavaScript, MIT, beta, inactive since 2016) - **[Ball And Wall](../ball_and_wall.md)** (JavaScript, MIT, mature, inactive since 2015) - **[Betrayer's Moon Tactics](../betrayers_moon_tactics.md)** (JavaScript, GPL-2.0, beta, inactive since 2006) - **[BlackNova Traders](../blacknova_traders.md)** (PHP, JavaScript, GPL-2.0, beta, inactive since 2012) @@ -61,17 +62,20 @@ - **[GNU FreeDink](../gnu_freedink.md)** (C, GPL-3.0, mature, inactive since 2012) - **[Grimsonland](../grimsonland.md)** (JavaScript, TypeScript, MIT, mature, inactive since 2017) - **[Harmonist: Dayoriah Clan Infiltration](../harmonist_dayoriah_clan_infiltration.md)** (Go, ISC, beta) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Heroine Dusk](../heroine_dusk.md)** (JavaScript, GPL-3.0, mature, inactive since 2017) - **[HexGL](../hexgl.md)** (JavaScript, CoffeeScript, MIT, mature, inactive since 2016) - **[Hextris](../hextris.md)** (JavaScript, GPL-3.0, mature) - **[Hexwar](../hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012) - **[HTML5 Pacman](../html5_pacman.md)** (JavaScript, WTFPL, mature, inactive since 2013) +- **[Isogenic Game Engine](../isogenic_game_engine.md)** (JavaScript, MIT, mature) - **[JavaScript Graphic Adventure Maker](../javascript_graphic_adventure_maker.md)** (JavaScript, MIT, mature) - **[javascript-E.T.](../javascript-et.md)** (JavaScript, Assembly, MIT, beta, inactive since 2017) - **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature) - **[JiGS Interactive Game System](../jigs_interactive_game_system.md)** (JavaScript, PHP, GPL-3.0, beta) - **[jsFO](../jsfo.md)** (JavaScript, Python, Apache-2.0, beta, inactive since 2017) - **[Kai ‘Opua](../kai_opua.md)** (JavaScript, MIT, mature, inactive since 2013) +- **[Kiwi.js](../kiwijs.md)** (JavaScript, TypeScript, MIT, mature, inactive since 2015) - **[LambdaHack](../lambdahack.md)** (Haskell, 3-clause BSD, beta) - **[Land of Fire](../land_of_fire.md)** (Script, PHP, GPL-2.0, beta) - **[LBA2 Remake](../lba2_remake.md)** (TypeScript, MIT, beta) @@ -106,6 +110,7 @@ - **[Pendumito](../pendumito.md)** (JavaScript, GPL-2.0, mature, inactive since 2003) - **[Phaser](../phaserio.md)** (JavaScript, MIT, mature) - **[phpRPG](../phprpg.md)** (PHP, GPL-2.0, beta, inactive since 2006) +- **[Playir](../playir.md)** (C++, Apache-2.0, mature, inactive since 2014) - **[Prescription Wars](../prescription_wars.md)** (ColdFusion, JavaScript, GPL-3.0, mature, inactive since 2016) - **[PrimeShooter](../primeshooter.md)** (JavaScript, GPL-2.0, mature, inactive since 2010) - **[proxx](../proxx.md)** (TypeScript, JavaScript, Apache-2.0, mature) @@ -129,6 +134,7 @@ - **[Sokoban](../sokoban.md)** (CoffeeScript, AGPL-3.0, mature) - **[Sootl](../sootl.md)** (Elm, GPL-2.0, beta, inactive since 2016) - **[Squiffy](../squiffy.md)** (JavaScript, MIT, mature) +- **[StarMines: The Next Generation](../starmines_the_next_generation.md)** (Scala, GPL-3.0, mature) - **[Supaxl](../supaxl.md)** (JavaScript, MIT, mature) - **[Super Tilt Bro](../super_tilt_bro.md)** (Assembly, Python, WTFPL, mature) - **[Superpowers](../superpowers.md)** (TypeScript, ISC, mature) diff --git a/entries/tocs/_windows.md b/entries/tocs/_windows.md index b7edc228..bf605d54 100644 --- a/entries/tocs/_windows.md +++ b/entries/tocs/_windows.md @@ -13,6 +13,8 @@ - **[Alex the Allegator 4](../alex_the_allegator_4.md)** (C, GPL-2.0, mature, inactive since 2003) - **[alive](../alive.md)** (C++, MIT, beta) - **[Ambermoon.net](../ambermoonnet.md)** (C#, GPL-3.0, mature) +- **[Ambrose3D](../ambrose3d.md)** (C++, zlib, beta, inactive since 2007) +- **[AndEngine](../andengine.md)** (Java, Apache-2.0, mature, inactive since 2013) - **[Annex: Conquer the World](../annex_conquer_the_world.md)** (Lua, GPL-3.0, mature, inactive since 2014) - **[AntiChess](../antichess.md)** (Java, MIT, beta, inactive since 2003) - **[Anura](../anura.md)** (C, C++, zlib, mature) @@ -79,6 +81,7 @@ - **[Cytadela](../cytadela.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[D-Fend Reloaded](../d-fend_reloaded.md)** (Pascal, GPL-3.0, mature, inactive since 2015) - **[D2X-XL](../d2x-xl.md)** (C++, Custom, GPL-2.0, mature, inactive since 2015) +- **[Daedalus](../daedalus.md)** (C++, GPL-2.0, mature, inactive since 2018) - **[Daggerfall Unity](../daggerfall_unity.md)** (C#, MIT, mature) - **[DarkPlaces](../darkplaces.md)** (C, GPL-2.0, mature, inactive since 2014) - **[Dave Gnukem](../dave_gnukem.md)** (C++, GPL-2.0, mature) @@ -88,6 +91,7 @@ - **[Destination Sol](../destination_sol.md)** (Java, Apache-2.0, mature) - **[dhewm3](../dhewm3.md)** (C, C++, GPL-3.0, mature) - **[Digital: A Love Story](../digital_a_love_story.md)** (Ren'Py, CC-BY-NC-SA-3.0, mature) +- **[dim3](../dim3.md)** (C, MIT, beta, inactive since 2014) - **[DirectPython](../directpython.md)** (C++, 2-clause BSD, beta, inactive since 2007) - **[DirectX12GameEngine](../directx12gameengine.md)** (C#, MIT, beta) - **[Do It Yourself Doom With SDL](../do_it_yourself_doom_with_sdl.md)** (C++, MIT, beta) @@ -125,6 +129,7 @@ - **[Faur](../faur.md)** (C, Python, C++, GPL-3.0, beta) - **[FIFE](../fife.md)** (C++, Python, LGPL-2.1, beta) - **[Fish Fillets - Next Generation](../fish_fillets-next_generation.md)** (C++, GPL-2.0, mature) +- **[Fitzquake](../fitzquake.md)** (C, GPL-2.0, beta, inactive since 2009) - **[Flare](../flare.md)** (C++, Java, Python, GPL-3.0, mature) - **[FlightGear](../flightgear.md)** (C++, GPL-2.0, mature) - **[flixel-gdx](../flixel-gdx.md)** (Java, 3-clause BSD, beta, inactive since 2017) @@ -141,11 +146,14 @@ - **[freeVikings](../freevikings.md)** (Ruby, GPL-2.0, beta) - **[Frets on Fire](../frets_on_fire.md)** (Python, GPL-2.0, mature, inactive since 2008) - **[FunLabyrinthe](../funlabyrinthe.md)** (Pascal, GPL-2.0, mature, inactive since 2012) +- **[Game Editor](../game_editor.md)** (C, C++, GPL-3.0, mature, inactive since 2014) - **[GameCake](../gamecake.md)** (C, C++, Lua, MIT, mature) +- **[GamePlay](../gameplay3d.md)** (C++, Apache-2.0, mature, inactive since 2016) - **[Gang Garrison 2](../gang_garrison_2.md)** (Game Maker Script, MPL-2.0, mature) - **[GBDK](../gbdk.md)** (C, Assembly, C++, MIT, mature) - **[GCompris](../gcompris.md)** (C, Python, GPL-3.0, mature) - **[GeonBit.UI](../geonbitui.md)** (C#, MIT, mature) +- **[Gideros](../gideros.md)** (C, C++, Lua, ?, mature) - **[Gilbert and the doors](../gilbert_and_the_doors.md)** (C, GPL-3.0, mature, inactive since 2018) - **[GL-117](../gl-117.md)** (C++, GPL-2.0, mature, inactive since 2005) - **[GLEW](../glew.md)** (C, C++, Perl, 3-clause BSD, mature) @@ -168,23 +176,27 @@ - **[Hammer of Thyrion](../hammer_of_thyrion.md)** (C, GPL-2.0, mature) - **[Hardwar](../hardwar.md)** (C++, GPL-3.0, beta, inactive since 2015) - **[Harmonist: Dayoriah Clan Infiltration](../harmonist_dayoriah_clan_infiltration.md)** (Go, ISC, beta) +- **[HaxePunk](../haxepunk.md)** (Haxe, MIT, mature) - **[Head over Heels](../head_over_heels.md)** (C++, GPL-3.0, mature) - **[Heart of the Alien](../heart_of_the_alien.md)** (C, GPL-2.0, beta, inactive since 2005) - **[Hedgewars](../hedgewars.md)** (Lua, C, C++, Pascal, Haskell, GPL-2.0, mature) - **[Help Hannah's Horse](../help_hannahs_horse.md)** (C++, GPL-2.0, beta, inactive since 2008) - **[Hexoshi](../hexoshi.md)** (Python, GPL-3.0, beta, inactive since 2016) +- **[HGE](../hge.md)** (C, zlib, beta, inactive since 2013) - **[HoDoKu](../hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013) - **[Holtz](../holtz.md)** (C++, GPL-2.0, mature) - **[HoverRace](../hoverrace.md)** (C++, Custom, mature, inactive since 2016) - **[HyperRogue](../hyperrogue.md)** (C++, GPL-2.0, mature) - **[I Have No Tomatoes](../i_have_no_tomatoes.md)** (C++, zlib, mature, inactive since 2004) - **[Ice Breaker](../ice_breaker.md)** (C, GPL-2.0, mature, inactive since 2003) +- **[iiChantra](../iichantra.md)** (C++, MIT, beta, inactive since 2012) - **[ika](../ika.md)** (C++, Python, PHP, C#, GPL-2.0, beta, inactive since 2007) - **[Inexor](../inexor.md)** (C++, JavaScript, zlib, beta, inactive since 2018) - **[Infinite Mario Bros](../infinite_mario_bros.md)** (Java, 3-clause BSD, mature, inactive since 2010) - **[Infinite Tux](../infinite_tux.md)** (Java, GPL-3.0, Public domain, mature) - **[Infon Battle Arena](../infon_battle_arena.md)** (C, Lua, GPL-2.0, beta, inactive since 2012) - **[INSTEAD](../instead.md)** (C, Lua, MIT, mature) +- **[Intersect](../intersect.md)** (C#, MIT, GPL-2.0, beta) - **[Intricacy](../intricacy.md)** (Haskell, GPL-3.0, beta) - **[ioquake3](../ioquake3.md)** (C, GPL-2.0, mature) - **[iortcw](../iortcw.md)** (C, C++, GPL-3.0, mature) @@ -193,6 +205,7 @@ - **[Jamp](../jamp.md)** (C++, GPL-3.0, beta, inactive since 2009) - **[Javelin](../javelin.md)** (Java, GPL-2.0, mature, inactive since 2016) - **[Jazz² Resurrection](../jazz_resurrection.md)** (C#, JavaScript, GPL-3.0, mature) +- **[JGame](../jgame.md)** (Java, 3-clause BSD, mature, inactive since 2012) - **[JonoF's Shadow Warrior Port (JFSW)](../jonofs_shadow_warrior_port_jfsw.md)** (C, GPL-2.0, beta, inactive since 2005) - **[JSkat](../jskat.md)** (Java, GPL-3.0, Apache-2.0, beta) - **[JSoko](../jsoko.md)** (Java, GPL-3.0, mature) @@ -232,6 +245,7 @@ - **[Maxit](../maxit.md)** (C++, 3-clause BSD, mature, inactive since 2014) - **[Me and My Shadow](../me_and_my_shadow.md)** (C++, GPL-3.0, beta) - **[Mega Mario](../mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012) +- **[MekWars](../mekwars.md)** (Java, GPL-2.0, mature) - **[Metaforce](../metaforce.md)** (C, C++, MIT, beta) - **[MicroWar 2.0](../microwar_20.md)** (Python, 3-clause BSD, mature, inactive since 2009) - **[Mindustry](../mindustry.md)** (Java, GPL-3.0, mature) @@ -242,6 +256,7 @@ - **[MiniPacman](../minipacman.md)** (Ada, GPL-3.0, mature) - **[Moagg2](../moagg2.md)** (Java, GPL-2.0, mature, inactive since 2008) - **[Monofoxe](../monofoxe.md)** (C#, MIT, mature) +- **[Monsterz](../monsterz.md)** (Python, WTFPL, beta, inactive since 2007) - **[Moonbase Assault](../moonbase_assault.md)** (Java, MIT, beta, inactive since 2019) - **[Mr. Rescue](../mr_rescue.md)** (Lua, zlib, mature, inactive since 2016) - **[Murder In The Public Domain](../murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013) @@ -265,6 +280,7 @@ - **[nXtank](../nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010) - **[OGS Mahjong](../ogs_mahjong.md)** (C++, GPL-3.0, mature, inactive since 2016) - **[OldSkool Gravity Game](../oldskool_gravity_game.md)** (C++, GPL-3.0, mature, inactive since 2016) +- **[ONScripter](../onscripter.md)** (C++, GPL-2.0, mature, inactive since 2020) - **[Oolite](../oolite.md)** (Objective-C, C, JavaScript, GPL-2.0, mature) - **[Open Fodder](../open_fodder.md)** (C, C++, GPL-3.0, mature) - **[Open Game Engine](../open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008) @@ -366,6 +382,7 @@ - **[Rocks'n'Diamonds](../rocksndiamonds.md)** (C, GPL-2.0, mature) - **[RogueBox Adventures](../roguebox_adventures.md)** (Python, GPL-3.0, mature, inactive since 2017) - **[Rolisteam](../rolisteam.md)** (C++, JavaScript, GPL-2.0, mature) +- **[Rott94](../rott94.md)** (C, C++, GPL-2.0, beta) - **[RPG-X](../rpg-x.md)** (C, GPL-2.0, mature, inactive since 2015) - **[rpgboss](../rpgboss.md)** (Scala, JavaScript, AGPL-3.0, beta, inactive since 2017) - **[rRootage](../rrootage.md)** (C, 2-clause BSD, beta, inactive since 2004) @@ -380,6 +397,7 @@ - **[Scrolling Game Development Kit 2](../scrolling_game_development_kit_2.md)** (C#, GPL-2.0, mature, inactive since 2017) - **[Settlers III remake](../settlers_iii_remake.md)** (Java, MIT, beta) - **[Seven Kingdoms: Ancient Adversaries](../seven_kingdoms_ancient_adversaries.md)** (C++, GPL-2.0, mature) +- **[sfxr](../sfxr.md)** (C++, MIT, mature, inactive since 2012) - **[Shattered Pixel Dungeon](../shattered_pixel_dungeon.md)** (Java, GPL-3.0, mature) - **[Shockolate](../shockolate.md)** (C, GPL-3.0, beta) - **[Shotgun Debugger](../shotgun_debugger.md)** (C++, GPL-2.0, mature, inactive since 2005) @@ -387,6 +405,7 @@ - **[Simple Platformer](../simple_platformer.md)** (Java, MIT, beta, inactive since 2019) - **[Simsu](../simsu.md)** (C++, GPL-3.0, mature) - **[SLADE](../slade.md)** (C++, GPL-2.0, mature) +- **[Slick2D](../slick2d.md)** (Java, 3-clause BSD, beta, inactive since 2014) - **[Slime Volley](../slime_volley.md)** (C, GPL-3.0, mature, inactive since 2010) - **[Slingshot](../slingshot.md)** (Python, GPL-2.0, beta, inactive since 2007) - **[Sludge](../sludge.md)** (C, C++, Objective-C, LGPL-2.1, mature) @@ -464,6 +483,7 @@ - **[Uebergame](../uebergame.md)** (TorqueScript, C#, MIT, mature) - **[Ultimate Stunts](../ultimate_stunts.md)** (C++, GPL-2.0, beta, inactive since 2013) - **[UltraStar Deluxe](../ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature) +- **[UltraStar Play](../ultrastar_play.md)** (C#, MIT, beta) - **[UltraStar](../ultrastar.md)** (Pascal, ?, mature, inactive since 2010) - **[Umoria](../umoria.md)** (C, C++, GPL-3.0, mature) - **[UnCiv](../unciv.md)** (Kotlin, MPL-2.0, beta) diff --git a/entries/torque_3d.md b/entries/torque_3d.md index 66849648..31ac77fc 100644 --- a/entries/torque_3d.md +++ b/entries/torque_3d.md @@ -1,6 +1,6 @@ # Torque 3D -- Home: https://torque3d.org/ +- Home: https://torque3d.org/, http://www.garagegames.com/products/torque-3d - Media: https://en.wikipedia.org/wiki/Torque_(game_engine) - State: mature - Download: http://wiki.torque3d.org/main:downloads diff --git a/entries/tower_toppler.md b/entries/tower_toppler.md new file mode 100644 index 00000000..8cf765cb --- /dev/null +++ b/entries/tower_toppler.md @@ -0,0 +1,11 @@ +# Tower Toppler + +- Home: http://toppler.sourceforge.net/, https://sourceforge.net/projects/toppler/ +- Inspiration: Nebulus +- State: mature, inactive since 2012 +- Keyword: arcade, remake, skill +- Code language: C++ +- Code license: GPL-2.0 +- Code dependency: SDL + +## Building diff --git a/entries/turbu.md b/entries/turbu.md new file mode 100644 index 00000000..6ea9b750 --- /dev/null +++ b/entries/turbu.md @@ -0,0 +1,9 @@ +# Turbu + +- Home: http://turbu-rpg.com/, https://code.google.com/archive/p/turbu/ +- State: beta, inactive since 2013 +- Keyword: role playing, tool, editor +- Code language: Pascal +- Code license: MPL-1.1 + +## Building diff --git a/entries/ultrastar.md b/entries/ultrastar.md index 4936f0cf..e2da032f 100644 --- a/entries/ultrastar.md +++ b/entries/ultrastar.md @@ -6,7 +6,7 @@ - State: mature, inactive since 2010 - Download: https://sourceforge.net/projects/ultrastar/files/ - Platform: Windows -- Keyword: action, karaoke +- Keyword: music, karaoke - Code repository: https://svn.code.sf.net/p/ultrastar/code (svn) - Code language: Pascal - Code license: ? diff --git a/entries/ultrastar_play.md b/entries/ultrastar_play.md new file mode 100644 index 00000000..6a340baf --- /dev/null +++ b/entries/ultrastar_play.md @@ -0,0 +1,13 @@ +# UltraStar Play + +- Home: https://usplay.net/ +- Inspiration: SingStar +- State: beta +- Platform: Windows, Linux, macOS, Android +- Keyword: music, remake, karaoke +- Code repository: https://github.com/UltraStar-Deluxe/Play.git +- Code language: C# +- Code license: MIT +- Code dependency: Unity + +## Building diff --git a/entries/vangers.md b/entries/vangers.md new file mode 100644 index 00000000..b793ab13 --- /dev/null +++ b/entries/vangers.md @@ -0,0 +1,13 @@ +# Vangers + +- Home: https://github.com/KranX/Vangers +- Media: https://en.wikipedia.org/wiki/Vangers +- Inspiration: Vangers +- State: mature +- Keyword: remake, role playing, free content, racing +- Code repository: https://github.com/KranX/Vangers.git +- Code language: C++ +- Code license: GPL-3.0 +- Code dependency: SDL2 + +## Building diff --git a/entries/vircadia.md b/entries/vircadia.md new file mode 100644 index 00000000..872ddef3 --- /dev/null +++ b/entries/vircadia.md @@ -0,0 +1,13 @@ +# Vircadia + +- Home: https://vircadia.com/ +- Inspiration: Second Life +- State: mature +- Keyword: simulation, clone, multiplayer Online +- Code repository: https://github.com/vircadia/vircadia.git +- Code language: C++ +- Code license: Apache-2.0 + +Is it really a game or rather a neutral technology platform? + +## Building diff --git a/entries/walic.md b/entries/walic.md new file mode 100644 index 00000000..55ea22d6 --- /dev/null +++ b/entries/walic.md @@ -0,0 +1,12 @@ +# Walic + +- Home: https://gitlab.com/mohofobodaktyl/mwalic +- Inspiration: Gwent +- State: mature +- Keyword: cards, strategy, clone, multiplayer Online + LAN, open content +- Code repository: https://gitlab.com/mohofobodaktyl/mwalic.git +- Code language: Kotlin +- Code license: Apache-2.0 +- Code dependency: LibGDX + +## Building diff --git a/entries/wxlasertank.md b/entries/wxlasertank.md new file mode 100644 index 00000000..26f24a1e --- /dev/null +++ b/entries/wxlasertank.md @@ -0,0 +1,12 @@ +# wxLaserTank + +- Home: http://wxlasertank.sourceforge.net, https://sourceforge.net/projects/wxlasertank/ +- Inspiration: LaserTank +- State: mature, inactive since 2009 +- Keyword: remake, open content +- Code repository: https://svn.code.sf.net/p/wxlasertank/code/ (svn) +- Code language: C++ +- Code license: GPL-2.0 +- Code dependency: wxWidgets + +## Building diff --git a/entries/xargon.md b/entries/xargon.md new file mode 100644 index 00000000..0906dadc --- /dev/null +++ b/entries/xargon.md @@ -0,0 +1,15 @@ +# Xargon + +- Home: https://github.com/Malvineous/xargon +- Inspiration: Xargon +- State: mature, inactive since 2015 +- Keyword: remake, content original required (freeware) +- Code repository: https://github.com/Malvineous/xargon.git +- Code language: C++ +- Code license: GPL-3.0 +- Code dependency: SDL +- Developer: Adam Nielsen + +## Building + +- Build system: Make diff --git a/entries/xray_engine.md b/entries/xray_engine.md deleted file mode 100644 index 8a3d6350..00000000 --- a/entries/xray_engine.md +++ /dev/null @@ -1,13 +0,0 @@ -# XRay engine - -- Home: https://github.com/Im-dex/xray-162 -- Inspiration: S.T.A.L.K.E.R: Call of Pripyat -- State: mature, inactive since 2018 -- Keyword: game engine -- Code repository: https://github.com/Im-dex/xray-162.git -- Code language: C++, C -- Code license: Apache-2.0 - -## Building - -- Build system: CMake diff --git a/entries/yknytt.md b/entries/yknytt.md new file mode 100644 index 00000000..2982c690 --- /dev/null +++ b/entries/yknytt.md @@ -0,0 +1,12 @@ +# YKnytt + +- Home: https://github.com/youkaicountry/yknytt +- Inspiration: Knytt Stories +- State: beta +- Keyword: platform, remake, content open +- Code repository: https://github.com/youkaicountry/yknytt.git +- Code language: C# +- Code license: MIT +- Code dependency: Godot + +## Building diff --git a/inspirations.md b/inspirations.md index 9603965b..f16f9ead 100644 --- a/inspirations.md +++ b/inspirations.md @@ -1,5 +1,5 @@ [comment]: # (partly autogenerated content, edit with care, read the manual before) -# Inspirations [657] +# Inspirations [669] ## 1010! [1] @@ -163,9 +163,9 @@ - Inspired entries: Arx Libertatis - Media: https://en.wikipedia.org/wiki/Arx_Fatalis -## Asteroids [3] +## Asteroids [4] -- Inspired entries: Maelstrom, Sine, Vectoroids +- Inspired entries: Maelstrom, Sine, StarMines: The Next Generation, Vectoroids ## AstroMenace [1] @@ -232,9 +232,9 @@ - Inspired entries: BZFlag -## BattleTech [1] +## BattleTech [2] -- Inspired entries: MegaMek +- Inspired entries: MegaMek, MekWars - Media: https://en.wikipedia.org/wiki/BattleTech_(video_game) ## BeamNG.drive [1] @@ -304,9 +304,9 @@ - Inspired entries: Pentobi -## Blood [2] +## Blood [3] -- Inspired entries: NBlood, Transfusion +- Inspired entries: NBlood, Raze, Transfusion ## Board Game [1] @@ -774,9 +774,9 @@ - Inspired entries: Dave Gnukem, Freenukum - Media: https://en.wikipedia.org/wiki/Duke_Nukem -## Duke Nukem 3D [8] +## Duke Nukem 3D [9] -- Inspired entries: Chocolate Duke3D, Duke3D, Duke3d_w32, DukeGDX, EDuke32, JFDuke3D, Rednukem, xDuke +- Inspired entries: Chocolate Duke3D, Duke3D, Duke3d_w32, DukeGDX, EDuke32, JFDuke3D, Raze, Rednukem, xDuke - Media: https://en.wikipedia.org/wiki/Duke_Nukem_3D ## Duke Nukem II [1] @@ -975,6 +975,10 @@ - Inspired entries: Clumsy Bird, CrappyBird, Flappy Cow, Floppy Birb, Hocoslamfy - Media: https://en.wikipedia.org/wiki/Flappy_Bird +## Flight Sim Toolkit [1] + +- Inspired entries: OpenFly + ## Flixel [1] - Inspired entries: flixel-gdx @@ -1120,6 +1124,10 @@ - Inspired entries: Clonepoint +## Gwent [1] + +- Inspired entries: Walic + ## Hack [1] - Inspired entries: NetHack @@ -1182,9 +1190,9 @@ - Inspired entries: HoverRace - Media: https://en.wikipedia.org/wiki/HoverRace -## Hovertank 3D [1] +## Hovertank 3D [2] -- Inspired entries: Hovertank3D +- Inspired entries: Hovertank3D, Robot Redemption - Media: https://en.wikipedia.org/wiki/Hovertank_3D ## ICBM3D [1] @@ -1306,6 +1314,10 @@ - Inspired entries: KaM Remake - Media: https://en.wikipedia.org/wiki/Knights_and_Merchants:_The_Shattered_Kingdom +## Knytt Stories [1] + +- Inspired entries: YKnytt + ## Kobold's Quest [1] - Inspired entries: Kobold's Quest 2 @@ -1342,6 +1354,10 @@ - Inspired entries: Moonbase Assault - Media: https://en.wikipedia.org/wiki/Laser_Squad +## LaserTank [1] + +- Inspired entries: wxLaserTank + ## LBreakout [1] - Inspired entries: LBreakout2 @@ -1454,6 +1470,10 @@ - Inspired entries: Mafia: Toolkit - Media: https://en.wikipedia.org/wiki/Mafia_II +## Magic Carpet [1] + +- Inspired entries: Ogrian Carpet + ## Magic: The Gathering Online [3] - Inspired entries: Forge, Magarena, XMage @@ -1689,9 +1709,9 @@ - Inspired entries: OpenAlchemist -## Nebulus [1] +## Nebulus [2] -- Inspired entries: Toppler +- Inspired entries: Toppler, Tower Toppler ## Need For Speed II [1] @@ -1759,9 +1779,9 @@ - Inspired entries: RuneLite - Media: https://en.wikipedia.org/wiki/Old_School_RuneScape -## Omega Race [1] +## Omega Race [2] -- Inspired entries: Torrega Race +- Inspired entries: StarMines: The Next Generation, Torrega Race - Media: https://en.wikipedia.org/wiki/Omega_Race ## One Must Fall: 2097 [1] @@ -1805,9 +1825,9 @@ - Inspired entries: Enigma - Media: https://en.wikipedia.org/wiki/Oxyd -## Pac-Man [9] +## Pac-Man [10] -- Inspired entries: EnTT Pacman, Ghostly, Help Hannah's Horse, HTML5 Pacman, MiniPacman, Not Pacman, Pac Go, Pacman, pacman-canvas +- Inspired entries: EnTT Pacman, Ghostly, Help Hannah's Horse, HTML5 Pacman, MiniPacman, Not Pacman, Open Greedy, Pac Go, Pacman, pacman-canvas - Media: https://en.wikipedia.org/wiki/Pac-Man ## Panzer General [2] @@ -1894,9 +1914,9 @@ - Inspired entries: Battles of Antargis - Media: https://en.wikipedia.org/wiki/Powermonger -## Powerslave [3] +## Powerslave [4] -- Inspired entries: PCExhumed, Powerslave EX, PowerslaveGDX +- Inspired entries: PCExhumed, Powerslave EX, PowerslaveGDX, Raze - Media: https://en.wikipedia.org/wiki/PowerSlave ## Powerslide [1] @@ -1942,9 +1962,9 @@ - Inspired entries: ReQbert -## Quake [7] +## Quake [8] -- Inspired entries: DarkPlaces, ezQuake, LibreQuake, ProQuake 4, QuakeSpasm, TyrQuake, vkQuake +- Inspired entries: DarkPlaces, ezQuake, Fitzquake, LibreQuake, ProQuake 4, QuakeSpasm, TyrQuake, vkQuake ## Quake 2 [2] @@ -1955,6 +1975,10 @@ - Inspired entries: FQuake3, ioquake3, OpenArena, Quake3e, QuakeJS +## Radix: Beyond the Void [1] + +- Inspired entries: RAD + ## Ragnarok [1] - Inspired entries: NorseWorld: Ragnarok @@ -1968,17 +1992,17 @@ - Inspired entries: Castle-Combat -## Raptor: Call of the Shadows [1] +## Raptor: Call of the Shadows [2] -- Inspired entries: KRaptor +- Inspired entries: KRaptor, Raptor: Call of the Shadows ## RARS [1] - Inspired entries: "TORCS, The Open Racing Car Simulator" -## Redneck Rampage [3] +## Redneck Rampage [4] -- Inspired entries: erampage, RedneckGDX, Rednukem +- Inspired entries: erampage, Raze, RedneckGDX, Rednukem - Media: https://en.wikipedia.org/wiki/Redneck_Rampage ## Rescue! [1] @@ -2008,9 +2032,9 @@ - Inspired entries: Magical Life - Media: https://en.wikipedia.org/wiki/RimWorld -## Rise of the Triad [1] +## Rise of the Triad [3] -- Inspired entries: Rise of the Triad for Linux +- Inspired entries: Rise of the Triad for Linux, Rott94, rottexpr - Media: https://en.wikipedia.org/wiki/Rise_of_the_Triad_(2013_video_game) ## Risk [2] @@ -2053,7 +2077,7 @@ ## S.T.A.L.K.E.R: Call of Pripyat [1] -- Inspired entries: XRay engine +- Inspired entries: OpenXRay ## Scorched Earth [3] @@ -2072,9 +2096,9 @@ - Inspired entries: Storm Engine -## Second Life [1] +## Second Life [2] -- Inspired entries: Open Simulator +- Inspired entries: Open Simulator, Vircadia - Media: https://en.wikipedia.org/wiki/Second_Life ## Sensible Soccer [3] @@ -2107,15 +2131,16 @@ ## sfxr [1] - Inspired entries: rFXGen +- Included: Yes ## Shadow of the Beast [1] - Inspired entries: shadow-of-the-beast-html5 - Media: https://en.wikipedia.org/wiki/Shadow_of_the_Beast_(1989_video_game) -## Shadow Warrior [2] +## Shadow Warrior [3] -- Inspired entries: JonoF's Shadow Warrior Port (JFSW), SWP +- Inspired entries: JonoF's Shadow Warrior Port (JFSW), Raze, SWP - Media: https://en.wikipedia.org/wiki/Shadow_Warrior ## Shadowgrounds: Survivor [1] @@ -2199,9 +2224,9 @@ - Inspired entries: OpenSkyscraper - Media: https://en.wikipedia.org/wiki/SimTower -## SingStar [4] +## SingStar [5] -- Inspired entries: Performous, UltraStar, UltraStar Deluxe, Vocaluxe +- Inspired entries: Performous, UltraStar, UltraStar Deluxe, UltraStar Play, Vocaluxe - Media: https://en.wikipedia.org/wiki/SingStar ## Skat [1] @@ -2356,6 +2381,14 @@ - Inspired entries: openage - Media: https://en.wikipedia.org/wiki/Star_Wars:_Galactic_Battlegrounds +## Star Wars: Knights of the Old Republic [1] + +- Inspired entries: reone + +## Star Wars: Knights of the Old Republic II – The Sith Lords [1] + +- Inspired entries: reone + ## Star Wars: Yoda Stories [2] - Inspired entries: DesktopAdventures, WebFun @@ -2366,6 +2399,10 @@ - Inspired entries: Machinations, OpenHV, Stargus - Media: https://en.wikipedia.org/wiki/StarCraft +## Stardew Valley [1] + +- Inspired entries: Open Valley + ## Stars! [3] - Inspired entries: Freestars, NStars!, Stars! Nova @@ -2480,6 +2517,10 @@ - Inspired entries: Survivor +## Swarm Assault [1] + +- Inspired entries: OpenSA + ## Swing [1] - Inspired entries: XSwing Plus @@ -2864,6 +2905,10 @@ - Inspired entries: Luola +## Vangers [1] + +- Inspired entries: Vangers + ## Vavoom [1] - Inspired entries: Korax' Heritage @@ -3031,6 +3076,10 @@ - Inspired entries: Bloboats - Included: Yes +## Xargon [1] + +- Inspired entries: Xargon + ## XKobo [1] - Inspired entries: Kobo Deluxe @@ -3053,7 +3102,6 @@ ## XRay engine [1] - Inspired entries: Oxygen Engine -- Included: Yes ## Xtank [1] diff --git a/statistics.md b/statistics.md index 4b1d4fc2..7b13d91e 100644 --- a/statistics.md +++ b/statistics.md @@ -1,29 +1,29 @@ [comment]: # (autogenerated content, do not edit) # Statistics -analyzed 1608 entries on 2021-09-17 13:25:57 +analyzed 1654 entries on 2021-09-24 15:21:37 ## State -- mature: 935 (58.1%) -- beta: 671 (41.7%) -- inactive: 781 (48.6%) +- mature: 959 (58.0%) +- beta: 693 (41.9%) +- inactive: 807 (48.8%) ##### Inactive State -Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics Spacewar (2019), Roton (2019), Simple Platformer (2019), SteveTech1 (2019), Taponium (2019), The House (2019), Tux Rider (2019), AssaultCube (2018), Atomic Game Engine (2018), Bacon2D (2018), Bastet (2018), Candy Memory (2018), CBoard (2018), Chrzaszcz (2018), Dedalus (2018), Defendo (2018), DUGA (2018), DynaDungeons (2018), Extreme Tux Racer (2018), Fairy-Max (2018), First Strike (2018), Gilbert and the doors (2018), gist-txt (2018), Gloomy Dungeons (2018), GNU Shogi (2018), GoldenEye: Source (2018), Inexor (2018), L'Abbaye des Morts (2018), Lionheart Remake (2018), Lords of the Fey (2018), Mighty Knight (2018), Minilens (2018), Nuvie (2018), Open Flood (2018), Open Rodent's Revenge (2018), OpenFire (2018), OpenMC2 (2018), OpenTyrian (2018), OpenYandere (2018), Orbium (2018), pacman-canvas (2018), PaperCraft (2018), Pentagram (2018), Poland can into Space (2018), POSTAL 1 Open Source (2018), Procedural Map Generator (2018), ProQuake 4 (2018), Pushover (2018), pycraft (2018), Pygame---Alien-Invasion (2018), pyscroll (2018), Quatter (2018), Raincat (2018), ReTux (2018), Seafood Berserker! (2018), Sleep Is Death (2018), Sole Collector (2018), Space Harrier Clone (2018), Spludlow Tetris (2018), Super Methane Brothers for Wii and GameCube (2018), System Syzygy (2018), The-Trail (2018), TrueCraft (2018), Turo (2018), Ularn (2018), Undum (2018), Vocaluxe (2018), Wario-Land-3 (2018), WarMUX (2018), Wizardry Legacy (2018), XRay engine (2018), Zauberer (2018), Zod Engine (2018), Angry Birds in Python (2017), Awkaster (2017), BitRiot (2017), Blasphemer (2017), Blobby Volley 2 (2017), BobBall (2017), Breakout-VR (2017), chainreaction (2017), Civitas (2017), Clumsy Bird (2017), Craft (2017), CrappyBird (2017), Critical Velocity (2017), CrystalQuest (2017), Data Storm (2017), Der Clou! (2017), Eat The Whistle (2017), Executive Man (2017), flixel-gdx (2017), Free Space Colonization (2017), freegish (2017), FreeLords (2017), FreeSynd (2017), GJID (2017), GLtron (2017), GNU Chess (2017), Grimsonland (2017), Heroine Dusk (2017), Iceball (2017), IO Reboot (2017), Iris2 (2017), javascript-E.T. (2017), JediAcademyLinux (2017), jsFO (2017), Just another Tetris™ clone (2017), Killer Crates (2017), LastTry (2017), Lemmini (2017), LGeneral (2017), LieroLibre (2017), Manic Digger (2017), Marblez (2017), Mininim (2017), MoveNoid (2017), NOVA PINBALL (2017), Open Cube (2017), Open Jumpgate (2017), OpenCrystalCaves (2017), OpenGGS (2017), OpenITG (2017), OpenSR (2017), OpenTriad (2017), Pacewar (2017), Pink Pony (2017), Planet Conquest (2017), Plee the Bear (2017), Point & Hit (2017), PokerTH (2017), Powerslave EX (2017), Project Carrot (2017), Recursive Runner (2017), RogueBox Adventures (2017), rpgboss (2017), Scrap (2017), Scrolling Game Development Kit 2 (2017), sensitive-js (2017), SGE Game Engine (2017), shadow-of-the-beast-html5 (2017), Shadowgrounds (2017), Simple Brick Games (2017), snake (2017), SpacePeng! (2017), Starun (2017), Tangomon (2017), Tank: Zone of Death (2017), Tapir (2017), Thugaim (2017), Torso Ninja (2017), Torso Ninja 2 (2017), Total Annihilation 3D (2017), Tressette (2017), Tumbly Towers (2017), TUSSLE (2017), Windstille (2017), Zone of Control (2017), 3d.city (2016), Abuse 1996 (2016), Ares Dogfighter (2016), Atlantis (2016), Atomic Tanks (2016), Atrinik (2016), Birth of the Empires (2016), Blob Wars Episode 2 : Blob And Conquer (2016), Castle of the Winds (2016), Chess3D (2016), Chocolate Duke3D (2016), Consomaton (2016), Dark Destiny (2016), Dingo-Engine (2016), DNT (2016), Duck Marines (2016), Dungeon Eye (2016), Dungeon Monkey Eternal (2016), Escape Towards The Unknown (2016), FLTrator (2016), Foursies (2016), fRaBs (2016), FreeRCT (2016), Ghostly (2016), HexGL (2016), Hexoshi (2016), Hocoslamfy (2016), HoverRace (2016), Hypatia (2016), Hypercube (2016), Infiniminer (2016), JaNaG - Java Name Generator (2016), Javelin (2016), jewelthief (2016), KungFoo Barracuda (2016), l-echo (2016), ladder (2016), lttp-phaser (2016), M.A.R.S. (2016), Mice Men: Remix (2016), Mr. Rescue (2016), Necklace of the Eye (2016), Nox Imperii (2016), Numpty Physics (2016), OGS Mahjong (2016), OldSkool Gravity Game (2016), Open Yahtzee (2016), PipePanic (2016), Polis (2016), PrBoom+ (2016), Prescription Wars (2016), ransack (2016), SDL-Ball (2016), skifree.js (2016), Sootl (2016), Space Trader for Android (2016), Strife: Veteran Edition (2016), Sudokuki (2016), Team Tactics (2016), TecnoballZ (2016), Terminal Overload (2016), TORCS, The Open Racing Car Simulator (2016), Tremulous (2016), Tyger (2016), uMario (2016), uninvited (2016), Veraball (2016), Wizznic! (2016), xu4 (2016), Yet Another Engine (2016), ativayeban (2015), Atomiks (2015), Aussenposten (2015), Ball And Wall (2015), Battleround (2015), BlakedAwesomenaughts (2015), Blitwizard (2015), Boulder Dash (2015), Construo (2015), CorEngine (2015), Crystal Space 3D SDK (2015), D-Fend Reloaded (2015), D2X-XL (2015), Dash Engine (2015), Delta Engine (2015), DeSmuME (2015), Divercity (2015), DroidZebra (2015), Egoboo (2015), erampage (2015), Fish Rings for Android (2015), Free Heroes 2 (2015), FreeBlocks (2015), Freekick 3 (2015), Gnome Hearts (2015), Gravity Defied (2015), H-Craft Championship (2015), Hardwar (2015), Kartering (2015), KnightOfWor (2015), Libre Pinball (2015), Liquid War (2015), M.E.W.L. (2015), Micropolis (2015), Minesweeper (in C) (2015), movbizz (2015), NetMauMau (2015), noiz2-droid (2015), Open Zelda (2015), OpenCity (2015), OpenGL Test Drive Remake (2015), OpenLiero (2015), OpenRaider (2015), Paper Isaac (2015), Pixel Dungeon (2015), Planet Rider (2015), Powermanga (2015), Puzzle Moppet (2015), PyBreak360 (2015), pyORPG (2015), Q-Gears (2015), Return of Dr. Destructo (2015), Roguish (2015), RPG-X (2015), Scrabble3D (2015), SS13 Remake (2015), starshatter-open (2015), Tenes Empanadas Graciela (2015), The Endless Dungeons (2015), The Epic of Heroes (2015), Thunder&Lightning (2015), Tile World (2015), Torrega Race (2015), twin-e (2015), TwinEngine (2015), Vulture's Eye (2015), Witch Blast (2015), XScavenger (2015), Airstrike (2014), Annex: Conquer the World (2014), Argentum Online (2014), Battles of Antargis (2014), BlockOut II (2014), c64-nuclearreaction (2014), Cart Life (2014), CatacombSDL (2014), Curse of War (2014), Cuyo (2014), DarkPlaces (2014), Deity (2014), Dune Dynasty (2014), eAdventure (2014), EternalWinterWars (2014), FAR Colony (2014), FLTK Recycling Game! (2014), Flukz (2014), FQuake3 (2014), FreeFalcon (2014), Fujo (2014), Gorillas (2014), Grobots (2014), Gusty's Serpents (2014), Hale (2014), Heroes of Wing Commander (2014), Hnefatafl (2014), Hovertank3D (2014), Isolmoa (2014), Keen Dreams (2014), Kingdoms (2014), Knights (2014), Lips of Suna (2014), Liquid Wars (2014), Lose Your Marbles (2014), Maxit (2014), n2048 (2014), Open RPG Maker (2014), Open Tibia (2014), OpenC1 (2014), OpenRoads (2014), OpenTitus (2014), Radakan (2014), rpge (2014), sandbox Game Maker (2014), Scorched3D (2014), SDL Game Engine 2D (2014), SDL Sopwith (2014), Simple Sokoban (2014), Sintel The Game (2014), Spooker Framework (2014), Star-Wars-III (2014), Summoning Wars (2014), Supercars III (2014), SuperFoulEgg (2014), Supremacy (2014), Taggem (2014), Turious (2014), Turn of War (2014), TurokEX (2014), Tux Memory (2014), Vamos (2014), VDrift (2014), VMS Empire (2014), WWW (2014), X-Moto (2014), Xenowar (2014), adventure engine (2013), Battle City (2013), Bos Wars (2013), BurgerSpace (2013), C-evo (2013), Candy Box 2 (2013), Cosmosmash (2013), Critterding (2013), Cytadela (2013), Decker (2013), DemiGod (2013), Dope Wars (2013), Dungeon Mapper (2013), Fluid Table Tennis (2013), Forsaken (2013), Garith (2013), Gnomescroll (2013), Grail (2013), Hex-a-hop (2013), HHexen (2013), HoDoKu (2013), HolySpirit (2013), HTML5 Pacman (2013), Ironseed (2013), Kai ‘Opua (2013), Key Runner (2013), Limbs Off (2013), LTris (2013), MechCommander 2 Omnitech (2013), Mpango (2013), Murder In The Public Domain (2013), Not Pacman (2013), OpenRPG (2013), Phantasy Star Rebirth (2013), Q (2013), Rescue! Max (2013), Room for Change (2013), SoftPixel Engine (2013), Source of Tales (2013), Teeworlds (2013), The Bub's Brothers (2013), Theme Park Builder 3D CAD (2013), Trinity Reign (2013), TTDPatch (2013), Ultimate Stunts (2013), xBaK (2013), Xye (2013), Zero Ballistics (2013), 4D-TRIS (2012), Afternoon Stalker (2012), Artillery Duel Reloaded (2012), Batrachians (2012), Billiards (2012), Biniax (2012), BlackNova Traders (2012), Blitzkrieg (2012), C.Y.O. Adventures, text game generator (2012), Card Stories (2012), Cataclysm (2012), Celestron (2012), CommandoJS (2012), Conquests (2012), DarkCity (2012), Dodge (2012), DOOM (2012), DOOM-iOS (2012), Fictional Air Combat (2012), FooBillard++ (2012), Frozen Bubble (2012), FunLabyrinthe (2012), GL TRON (2012), GNU FreeDink (2012), Goblin Camp (2012), Hexwar (2012), Infon Battle Arena (2012), Kuklomenos (2012), LambdaRogue: The Book of Stars (2012), Liberal Crime Squad (2012), Mari0 (2012), Mega Mario (2012), Mocha Doom (2012), Nikki and the Robots (2012), Nikwi (2012), OpenArena (2012), orona (2012), PARPG (2012), Peragro Tempus (2012), PipeWalker (2012), PixelLight (2012), PLIB (2012), Privateer - Gemini Gold (2012), Rise of the Triad for Linux (2012), Ruby-warrior (2012), SDL Bomber (2012), Snelps (2012), splexhd (2012), Thousand Parsec (2012), Toppler (2012), TROPHY (2012), Tttris (2012), Tux Football (2012), UFO2000 (2012), Wizards Magic (2012), XorCurses (2012), Abuse (2011), Battlefield Java (2011), Brain Workshop (2011), Canta (2011), CAVEZ of PHEAR (2011), Creep Smash (2011), Danger from the Deep (2011), Dawn (2011), Digbuild (2011), FreePrince (2011), GalaxyMage Redux (2011), GNU Go (2011), Go Ollie! (2011), Kobold's Quest 2 (2011), KQ Lives (2011), One Way To Go (2011), Open Syobon Action (2011), OpenBlox (2011), OpenMOO2 (2011), Passage (2011), Potato Killer (2011), PyKaraoke (2011), Replica Island (2011), Runfield (2011), Siege of Avalon : Open Source (2011), Skifree-HTML5-clone (2011), Skrupel - Tribute Compilation (2011), Smash Battle (2011), Song of Albion (2011), Super Methane Brothers (2011), The Rush (2011), The Ur-Quan Masters (2011), Tux of Math Command (2011), UlDunAd (2011), World of Phaos (2011), X-Force: Fight For Destiny (2011), Xultris (2011), AI Wars (2010), Arashi-JS (2010), Between (2010), BomberClone (2010), Bombermaaan (2010), Bombic2 (2010), Caph (2010), Combat Simulator Project (2010), Crimson Fields (2010), Cultivation (2010), Dragon History - Dračí Historie (2010), Dungeon Monkey Unlimited (2010), FooBillard (2010), Heroes of Wesnoth (2010), Infinite Mario Bros (2010), jClassicRPG (2010), Labyrinth of Worlds (2010), LBreakout2 (2010), Libre: The Open Source Card Game (2010), Linwarrior 3D (2010), Mercenary Commander (2010), Monsters and Mushrooms (2010), nXtank (2010), OpenAlchemist (2010), OpenHoMM (2010), PrimeShooter (2010), Python Kye (2010), RacerJS (2010), Slay (2010), Slime Volley (2010), SpaceTrader for Java (2010), Stargus (2010), Syndicate Wars Port (2010), UltraStar (2010), Warp Rogue (2010), WebChess (2010), xDuke (2010), XPilot (2010), XPilot NG (2010), XSera (2010), XSwing Plus (2010), Zaz (2010), Alien Assault Traders (2009), Annchienta (2009), Ardentryst (2009), Balder2D (2009), Ball and Paddle (2009), Battery (2009), Battle Tanks (2009), Beat Harvester (2009), bratwurst (2009), Brikx (2009), Cadaver (2009), Crown and Cutlass (2009), Dark Oberon (2009), Defendguin (2009), Domino On Acid (2009), Duel Commander (2009), Duke3D (2009), Ecksdee (2009), F-1 Spirit (2009), Fall of Imiryn (2009), Fallen Spire (2009), Freenukum (2009), FreeTrain (2009), Froggix (2009), Glest (2009), Goblin Hack (2009), Jamp (2009), LevelHead (2009), MicroWar 2.0 (2009), Mmpong (2009), Mop(e)snake (2009), Netrek (2009), ORIENT (2009), Primrose (2009), PSY PONG 3D (2009), SDL Asylum (2009), Secret Maryo Chronicles (2009), SokoSolve (2009), Space Trader for Windows (2009), Tornado (2009), Tremfusion (2009), World of Heroes (2009), Yo Frankie! (2009), 4D Maze Game (2008), A Planet's Revenge (2008), Amphetamine (2008), Attal: Lords of doom (2008), Avanor (2008), Bloodmasters (2008), BRIQUOLO (2008), Duke3d_w32 (2008), FreeRails (2008), Freestars (2008), Frets on Fire (2008), Gravitation (2008), Help Hannah's Horse (2008), Krank (2008), ManiaDrive (2008), Mars, Land of No Mercy (2008), Meritous (2008), Moagg2 (2008), Mrfuze (2008), Mtp Target (2008), MUSoSu (2008), One is enough (2008), Open Game Engine (2008), Openfrag (2008), Psyco (2008), Qonk (2008), RedShift (2008), S.C.O.U.R.G.E. (2008), Sengoku: Warring States of Japan (2008), Sinatra (2008), Slot-Racers (2008), Space Opera (2008), Stringrolled (2008), Which Way Is Up? (2008), 2H4U (2007), Adanaxis (2007), Ajax3d (2007), Armies (2007), Black Shades Elite (2007), Bouncy the Hungry Rabbit (2007), Brutal Chess (2007), buggyGame (2007), DirectPython (2007), DreamZZT (2007), Eos, Dawn of Light: A Space Opera (2007), Excellent Bifurcation (2007), ika (2007), kiki the nano bot (2007), Kobo Deluxe (2007), Magic Gardeners Tournament (2007), Pang Zero (2007), Penguin Command (2007), Pillows (2007), Project Alexandria (2007), Ri-li (2007), SharpKonquest (2007), SilverTree (2007), SLASH'EM (2007), Slingshot (2007), Slune (2007), Snowballz (2007), StressFreeZone (2007), Tactics Squad (2007), Transfusion (2007), Trip on the Funny Boat (2007), World Builder (2007), Zatacka (2007), Betrayer's Moon Tactics (2006), Bloboats (2006), Boson (2006), Castle-Combat (2006), Elysium Engine (2006), GPL Arcade Volleyball (2006), Grabble (2006), GUSANOS (2006), Jake2 (2006), JQuest (2006), Linley's Dungeon Crawl (2006), Metal Mech (2006), Moon-buggy (2006), No Gravity (2006), OpenMortal (2006), OpenRTS (2006), phpRPG (2006), Rogue Clone IV (2006), RPDungeon - computer aided role playing (2006), Search for the Red Herring (2006), StarBlastrix (2006), Thrust (2006), A7Xpg (2005), Abe's Amazing Adventure (2005), Bombic (2005), Crack Attack! (2005), Einstein Puzzle (2005), Free Tennis (2005), GalaxyNG (2005), GL-117 (2005), H-World (2005), Heart of the Alien (2005), JFDuke3D (2005), JonoF's Shadow Warrior Port (JFSW) (2005), Ladder (2005), Lincity (2005), Luola (2005), Microracers (2005), Overgod (2005), pyRacerz (2005), Sarah-Maries Eierjagd (2005), Shotgun Debugger (2005), Spice Trade (2005), Super Transball 2 (2005), T^3 (2005), Transcend (2005), Tumiki Fighters (2005), WAtomic (2005), XBlast (2005), Xconq (2005), ZAngband (2005), 3D Pong (2004), Aklabeth (2004), Colonization too (2004), Digger Remastered (2004), Falcon's Eye (2004), Gee Whiz (2004), GM Tools (2004), I Have No Tomatoes (2004), Jump'n'Bump (2004), KRaptor (2004), Krystal Drop (2004), Nighthawk (2004), Noiz2sa (2004), NStars! (2004), Open Quartz (2004), Openglad (2004), Pathogen Warrior (2004), PySol (2004), rRootage (2004), SolarWolf (2004), T-Bots (2004), TuxKart (2004), Vorton (2004), Alex the Allegator 4 (2003), AntiChess (2003), Apricots (2003), Cannon Smash (2003), Cat Mother Dead Justice (2003), Civil (2003), Freeciv Alpha Centauri project (2003), Ice Breaker (2003), Machinations (2003), PARSEC47 (2003), Pathological (2003), Pendumito (2003), Pizza Business (2003), Planetary Hoppers (2003), Sopwith 3 (2003), The Clans (2003), Wargamer (2003), WebHangman (2003), XArchon (2003), Anagramarama (2002), Batalla Naval (2002), Deathchase 3D (2002), Freya Game Engine (2002), Gem Drop X (2002), Maelstrom (2002), Umbra (2002), Vectoroids (2002), Vertigo (2002), 54321 (2001), Greenius' Civil War (2001), IMaze (2001), Tux Racer (2001), XBill (2001), 3Dc (2000), ACM (2000), Arrakis (2000), Circus Linux! (2000), curses (2000), Omega-rpg (2000), Operation Citadel (2000), XInvaders 3D (2000), xdigger (1999), ICBM3D (1998), Dunnet (1992), Catacomb 3-D (1991), The Catacomb (1990), Catacomb (1989), Hack (1985) +ONScripter (2020), Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics Spacewar (2019), Roton (2019), Simple Platformer (2019), SteveTech1 (2019), Taponium (2019), The House (2019), Tux Rider (2019), AssaultCube (2018), Atomic Game Engine (2018), Bacon2D (2018), Bastet (2018), Cafu Engine (2018), Candy Memory (2018), CBoard (2018), Chrzaszcz (2018), Daedalus (2018), Dedalus (2018), Defendo (2018), DUGA (2018), DynaDungeons (2018), Extreme Tux Racer (2018), Fairy-Max (2018), First Strike (2018), Gilbert and the doors (2018), gist-txt (2018), Gloomy Dungeons (2018), GNU Shogi (2018), GoldenEye: Source (2018), Inexor (2018), L'Abbaye des Morts (2018), Lionheart Remake (2018), Lords of the Fey (2018), Mighty Knight (2018), Minilens (2018), Nuvie (2018), Ogrian Carpet (2018), Open Flood (2018), Open Rodent's Revenge (2018), OpenFire (2018), OpenMC2 (2018), OpenTyrian (2018), OpenYandere (2018), Orbium (2018), pacman-canvas (2018), PaperCraft (2018), Pentagram (2018), Poland can into Space (2018), POSTAL 1 Open Source (2018), Procedural Map Generator (2018), ProQuake 4 (2018), Pushover (2018), pycraft (2018), Pygame---Alien-Invasion (2018), pyscroll (2018), Quatter (2018), Raincat (2018), ReTux (2018), Seafood Berserker! (2018), Sleep Is Death (2018), Sole Collector (2018), Space Harrier Clone (2018), Spludlow Tetris (2018), Super Methane Brothers for Wii and GameCube (2018), System Syzygy (2018), The-Trail (2018), TrueCraft (2018), Turo (2018), Ularn (2018), Undum (2018), Vocaluxe (2018), Wario-Land-3 (2018), WarMUX (2018), Wizardry Legacy (2018), Zauberer (2018), Zod Engine (2018), Angry Birds in Python (2017), Awkaster (2017), BitRiot (2017), Blasphemer (2017), Blobby Volley 2 (2017), BobBall (2017), Breakout-VR (2017), chainreaction (2017), Civitas (2017), Clumsy Bird (2017), Craft (2017), CrappyBird (2017), Critical Velocity (2017), CrystalQuest (2017), Data Storm (2017), Der Clou! (2017), Eat The Whistle (2017), Executive Man (2017), flixel-gdx (2017), Free Space Colonization (2017), freegish (2017), FreeLords (2017), FreeSynd (2017), GJID (2017), GLtron (2017), GNU Chess (2017), Grimsonland (2017), Heroine Dusk (2017), Iceball (2017), IO Reboot (2017), Iris2 (2017), javascript-E.T. (2017), JediAcademyLinux (2017), jsFO (2017), Just another Tetris™ clone (2017), Killer Crates (2017), LastTry (2017), Lemmini (2017), LGeneral (2017), LieroLibre (2017), Manic Digger (2017), Marblez (2017), Mininim (2017), MoveNoid (2017), NOVA PINBALL (2017), Open Cube (2017), Open Greedy (2017), Open Jumpgate (2017), OpenCrystalCaves (2017), OpenGGS (2017), OpenITG (2017), OpenSR (2017), OpenTriad (2017), Pacewar (2017), Pink Pony (2017), Planet Conquest (2017), Plee the Bear (2017), Point & Hit (2017), PokerTH (2017), Powerslave EX (2017), Project Carrot (2017), Recursive Runner (2017), RogueBox Adventures (2017), rpgboss (2017), Scrap (2017), Scrolling Game Development Kit 2 (2017), sensitive-js (2017), SGE Game Engine (2017), shadow-of-the-beast-html5 (2017), Shadowgrounds (2017), Simple Brick Games (2017), snake (2017), SpacePeng! (2017), Starun (2017), Tangomon (2017), Tank: Zone of Death (2017), Tapir (2017), Thugaim (2017), Torso Ninja (2017), Torso Ninja 2 (2017), Total Annihilation 3D (2017), Tressette (2017), Tumbly Towers (2017), TUSSLE (2017), Windstille (2017), Zone of Control (2017), 3d.city (2016), Abuse 1996 (2016), Ares Dogfighter (2016), Atlantis (2016), Atomic Tanks (2016), Atrinik (2016), Backbone Game Engine (2016), Birth of the Empires (2016), Blob Wars Episode 2 : Blob And Conquer (2016), Castle of the Winds (2016), Chess3D (2016), Chocolate Duke3D (2016), Consomaton (2016), Dark Destiny (2016), Dingo-Engine (2016), DNT (2016), Duck Marines (2016), Dungeon Eye (2016), Dungeon Monkey Eternal (2016), Escape Towards The Unknown (2016), FLTrator (2016), Foursies (2016), fRaBs (2016), FreeRCT (2016), GamePlay (2016), Ghostly (2016), HexGL (2016), Hexoshi (2016), Hocoslamfy (2016), HoverRace (2016), Hypatia (2016), Hypercube (2016), Infiniminer (2016), JaNaG - Java Name Generator (2016), Javelin (2016), jewelthief (2016), KungFoo Barracuda (2016), l-echo (2016), ladder (2016), lttp-phaser (2016), M.A.R.S. (2016), Mice Men: Remix (2016), Mr. Rescue (2016), Necklace of the Eye (2016), Nox Imperii (2016), Numpty Physics (2016), OGS Mahjong (2016), OldSkool Gravity Game (2016), Open Yahtzee (2016), PipePanic (2016), Polis (2016), PrBoom+ (2016), Prescription Wars (2016), ransack (2016), SDL-Ball (2016), skifree.js (2016), Sootl (2016), Space Trader for Android (2016), Strife: Veteran Edition (2016), Sudokuki (2016), Team Tactics (2016), TecnoballZ (2016), Terminal Overload (2016), TORCS, The Open Racing Car Simulator (2016), Tremulous (2016), Tyger (2016), uMario (2016), uninvited (2016), Veraball (2016), Wizznic! (2016), xu4 (2016), Yet Another Engine (2016), ativayeban (2015), Atomiks (2015), Aussenposten (2015), Ball And Wall (2015), Battleround (2015), BlakedAwesomenaughts (2015), Blitwizard (2015), Boulder Dash (2015), Construo (2015), CorEngine (2015), Crystal Space 3D SDK (2015), D-Fend Reloaded (2015), D2X-XL (2015), Dash Engine (2015), Delta Engine (2015), DeSmuME (2015), Divercity (2015), DroidZebra (2015), Egoboo (2015), erampage (2015), Fish Rings for Android (2015), Free Heroes 2 (2015), FreeBlocks (2015), Freekick 3 (2015), Gnome Hearts (2015), Gravity Defied (2015), H-Craft Championship (2015), Hardwar (2015), Kartering (2015), Kiwi.js (2015), KnightOfWor (2015), Libre Pinball (2015), Liquid War (2015), M.E.W.L. (2015), Micropolis (2015), Minesweeper (in C) (2015), movbizz (2015), NetMauMau (2015), noiz2-droid (2015), Open Zelda (2015), OpenCity (2015), OpenGL Test Drive Remake (2015), OpenLiero (2015), OpenRaider (2015), Paper Isaac (2015), Pixel Dungeon (2015), Planet Rider (2015), Powermanga (2015), Puzzle Moppet (2015), PyBreak360 (2015), pyORPG (2015), Q-Gears (2015), Return of Dr. Destructo (2015), Roguish (2015), RPG-X (2015), Scrabble3D (2015), SS13 Remake (2015), starshatter-open (2015), Tenes Empanadas Graciela (2015), The Endless Dungeons (2015), The Epic of Heroes (2015), Thunder&Lightning (2015), Tile World (2015), Torrega Race (2015), twin-e (2015), TwinEngine (2015), Vulture's Eye (2015), Witch Blast (2015), Xargon (2015), XScavenger (2015), Airstrike (2014), Annex: Conquer the World (2014), Argentum Online (2014), Battles of Antargis (2014), BlockOut II (2014), c64-nuclearreaction (2014), Cart Life (2014), CatacombSDL (2014), Curse of War (2014), Cuyo (2014), DarkPlaces (2014), Deity (2014), dim3 (2014), Dune Dynasty (2014), eAdventure (2014), EternalWinterWars (2014), FAR Colony (2014), FLTK Recycling Game! (2014), Flukz (2014), FQuake3 (2014), FreeFalcon (2014), Fujo (2014), Game Editor (2014), Gorillas (2014), Grobots (2014), Gusty's Serpents (2014), Hale (2014), Heroes of Wing Commander (2014), Hnefatafl (2014), Hovertank3D (2014), Isolmoa (2014), Keen Dreams (2014), Kingdoms (2014), Knights (2014), Lips of Suna (2014), Liquid Wars (2014), Lose Your Marbles (2014), Maxit (2014), n2048 (2014), Open RPG Maker (2014), Open Tibia (2014), OpenC1 (2014), OpenRoads (2014), OpenTitus (2014), Playir (2014), Radakan (2014), Robot Redemption (2014), rpge (2014), sandbox Game Maker (2014), Scorched3D (2014), SDL Game Engine 2D (2014), SDL Sopwith (2014), Simple Sokoban (2014), Sintel The Game (2014), Slick2D (2014), Spooker Framework (2014), Star-Wars-III (2014), Summoning Wars (2014), Supercars III (2014), SuperFoulEgg (2014), Supremacy (2014), Taggem (2014), Turious (2014), Turn of War (2014), TurokEX (2014), Tux Memory (2014), Vamos (2014), VDrift (2014), VMS Empire (2014), WWW (2014), X-Moto (2014), Xenowar (2014), adventure engine (2013), AndEngine (2013), Battle City (2013), Bos Wars (2013), BurgerSpace (2013), C-evo (2013), Candy Box 2 (2013), Cosmosmash (2013), Critterding (2013), Cytadela (2013), Decker (2013), DemiGod (2013), Dope Wars (2013), Dungeon Mapper (2013), Fluid Table Tennis (2013), Forsaken (2013), Garith (2013), Gnomescroll (2013), Grail (2013), Hex-a-hop (2013), HGE (2013), HHexen (2013), HoDoKu (2013), HolySpirit (2013), HTML5 Pacman (2013), Ironseed (2013), Kai ‘Opua (2013), Key Runner (2013), Limbs Off (2013), LTris (2013), MechCommander 2 Omnitech (2013), Mpango (2013), Murder In The Public Domain (2013), Not Pacman (2013), OpenRPG (2013), Phantasy Star Rebirth (2013), Q (2013), Rescue! Max (2013), Room for Change (2013), SoftPixel Engine (2013), Source of Tales (2013), Teeworlds (2013), The Bub's Brothers (2013), Theme Park Builder 3D CAD (2013), Trinity Reign (2013), TTDPatch (2013), Turbu (2013), Ultimate Stunts (2013), Wintermute Engine (2013), xBaK (2013), Xye (2013), Zero Ballistics (2013), 4D-TRIS (2012), Afternoon Stalker (2012), Artillery Duel Reloaded (2012), Batrachians (2012), Billiards (2012), Biniax (2012), BlackNova Traders (2012), Blitzkrieg (2012), C.Y.O. Adventures, text game generator (2012), Card Stories (2012), Cataclysm (2012), Celestron (2012), CommandoJS (2012), Conquests (2012), DarkCity (2012), Dodge (2012), DOOM (2012), DOOM-iOS (2012), Fictional Air Combat (2012), FooBillard++ (2012), Frozen Bubble (2012), FunLabyrinthe (2012), GL TRON (2012), GNU FreeDink (2012), Goblin Camp (2012), Hexwar (2012), iiChantra (2012), Infon Battle Arena (2012), JGame (2012), Kuklomenos (2012), LambdaRogue: The Book of Stars (2012), Liberal Crime Squad (2012), Mari0 (2012), Mega Mario (2012), Mocha Doom (2012), Nikki and the Robots (2012), Nikwi (2012), OpenArena (2012), orona (2012), PARPG (2012), Peragro Tempus (2012), PipeWalker (2012), PixelLight (2012), PLIB (2012), Privateer - Gemini Gold (2012), Rise of the Triad for Linux (2012), Ruby-warrior (2012), SDL Bomber (2012), sfxr (2012), Snelps (2012), splexhd (2012), Thousand Parsec (2012), Toppler (2012), Tower Toppler (2012), TROPHY (2012), Tttris (2012), Tux Football (2012), UFO2000 (2012), Wizards Magic (2012), XorCurses (2012), Abuse (2011), Battlefield Java (2011), Brain Workshop (2011), Canta (2011), CAVEZ of PHEAR (2011), Creep Smash (2011), Danger from the Deep (2011), Dawn (2011), Digbuild (2011), FreePrince (2011), GalaxyMage Redux (2011), GNU Go (2011), Go Ollie! (2011), Kobold's Quest 2 (2011), KQ Lives (2011), One Way To Go (2011), Open Syobon Action (2011), OpenBlox (2011), OpenMOO2 (2011), Passage (2011), Potato Killer (2011), PyKaraoke (2011), Replica Island (2011), Runfield (2011), Siege of Avalon : Open Source (2011), Skifree-HTML5-clone (2011), Skrupel - Tribute Compilation (2011), Smash Battle (2011), Song of Albion (2011), Super Methane Brothers (2011), The Rush (2011), The Ur-Quan Masters (2011), Tux of Math Command (2011), UlDunAd (2011), World of Phaos (2011), X-Force: Fight For Destiny (2011), Xultris (2011), AI Wars (2010), Arashi-JS (2010), Between (2010), BomberClone (2010), Bombermaaan (2010), Bombic2 (2010), Caph (2010), Combat Simulator Project (2010), Crimson Fields (2010), Cultivation (2010), Dragon History - Dračí Historie (2010), Dungeon Monkey Unlimited (2010), FooBillard (2010), Heroes of Wesnoth (2010), Infinite Mario Bros (2010), jClassicRPG (2010), Labyrinth of Worlds (2010), LBreakout2 (2010), Libre: The Open Source Card Game (2010), Linwarrior 3D (2010), Mercenary Commander (2010), Monsters and Mushrooms (2010), nXtank (2010), OpenAlchemist (2010), OpenHoMM (2010), PrimeShooter (2010), Python Kye (2010), RacerJS (2010), Slay (2010), Slime Volley (2010), SpaceTrader for Java (2010), Stargus (2010), Syndicate Wars Port (2010), UltraStar (2010), Warp Rogue (2010), WebChess (2010), xDuke (2010), XPilot (2010), XPilot NG (2010), XSera (2010), XSwing Plus (2010), Zaz (2010), Alien Assault Traders (2009), Annchienta (2009), Ardentryst (2009), Balder2D (2009), Ball and Paddle (2009), Battery (2009), Battle Tanks (2009), Beat Harvester (2009), bratwurst (2009), Brikx (2009), Cadaver (2009), Crown and Cutlass (2009), Dark Oberon (2009), Defendguin (2009), Domino On Acid (2009), Duel Commander (2009), Duke3D (2009), Ecksdee (2009), F-1 Spirit (2009), Fall of Imiryn (2009), Fallen Spire (2009), Fitzquake (2009), Freenukum (2009), FreeTrain (2009), Froggix (2009), Glest (2009), Goblin Hack (2009), Jamp (2009), LevelHead (2009), MicroWar 2.0 (2009), Mmpong (2009), Mop(e)snake (2009), Netrek (2009), ORIENT (2009), Primrose (2009), PSY PONG 3D (2009), SDL Asylum (2009), Secret Maryo Chronicles (2009), SokoSolve (2009), Space Trader for Windows (2009), Tornado (2009), Tremfusion (2009), World of Heroes (2009), wxLaserTank (2009), Yo Frankie! (2009), 4D Maze Game (2008), A Planet's Revenge (2008), Amphetamine (2008), Attal: Lords of doom (2008), Avanor (2008), Bloodmasters (2008), BRIQUOLO (2008), Duke3d_w32 (2008), FreeRails (2008), Freestars (2008), Frets on Fire (2008), Gravitation (2008), Help Hannah's Horse (2008), Krank (2008), ManiaDrive (2008), Mars, Land of No Mercy (2008), Meritous (2008), Moagg2 (2008), Mrfuze (2008), Mtp Target (2008), MUSoSu (2008), One is enough (2008), Open Game Engine (2008), Openfrag (2008), Psyco (2008), Qonk (2008), RedShift (2008), S.C.O.U.R.G.E. (2008), Sengoku: Warring States of Japan (2008), Sinatra (2008), Slot-Racers (2008), Space Opera (2008), Stringrolled (2008), Which Way Is Up? (2008), 2H4U (2007), Adanaxis (2007), Ajax3d (2007), Ambrose3D (2007), Armies (2007), Black Shades Elite (2007), Bouncy the Hungry Rabbit (2007), Brutal Chess (2007), buggyGame (2007), DirectPython (2007), DreamZZT (2007), Eos, Dawn of Light: A Space Opera (2007), Excellent Bifurcation (2007), ika (2007), kiki the nano bot (2007), Kobo Deluxe (2007), Magic Gardeners Tournament (2007), Monsterz (2007), Pang Zero (2007), Penguin Command (2007), Pillows (2007), Project Alexandria (2007), Ri-li (2007), SharpKonquest (2007), SilverTree (2007), SLASH'EM (2007), Slingshot (2007), Slune (2007), Snowballz (2007), StressFreeZone (2007), Tactics Squad (2007), Transfusion (2007), Trip on the Funny Boat (2007), World Builder (2007), Zatacka (2007), Betrayer's Moon Tactics (2006), Bloboats (2006), Boson (2006), Castle-Combat (2006), Elysium Engine (2006), GPL Arcade Volleyball (2006), Grabble (2006), GUSANOS (2006), Jake2 (2006), JQuest (2006), Linley's Dungeon Crawl (2006), Metal Mech (2006), Moon-buggy (2006), No Gravity (2006), OpenMortal (2006), OpenRTS (2006), phpRPG (2006), Rogue Clone IV (2006), RPDungeon - computer aided role playing (2006), Search for the Red Herring (2006), StarBlastrix (2006), Thrust (2006), A7Xpg (2005), Abe's Amazing Adventure (2005), Bombic (2005), Crack Attack! (2005), Einstein Puzzle (2005), Free Tennis (2005), GalaxyNG (2005), GL-117 (2005), H-World (2005), Heart of the Alien (2005), JFDuke3D (2005), JonoF's Shadow Warrior Port (JFSW) (2005), Ladder (2005), Lincity (2005), Luola (2005), Microracers (2005), Overgod (2005), pyRacerz (2005), Sarah-Maries Eierjagd (2005), Shotgun Debugger (2005), Spice Trade (2005), Super Transball 2 (2005), T^3 (2005), Transcend (2005), Tumiki Fighters (2005), WAtomic (2005), XBlast (2005), Xconq (2005), ZAngband (2005), 3D Pong (2004), Aklabeth (2004), Colonization too (2004), Digger Remastered (2004), Falcon's Eye (2004), Gee Whiz (2004), GM Tools (2004), I Have No Tomatoes (2004), Jump'n'Bump (2004), KRaptor (2004), Krystal Drop (2004), Nighthawk (2004), Noiz2sa (2004), NStars! (2004), Open Quartz (2004), Openglad (2004), Pathogen Warrior (2004), PySol (2004), rRootage (2004), SolarWolf (2004), T-Bots (2004), TuxKart (2004), Vorton (2004), Alex the Allegator 4 (2003), AntiChess (2003), Apricots (2003), Cannon Smash (2003), Cat Mother Dead Justice (2003), Civil (2003), Freeciv Alpha Centauri project (2003), Ice Breaker (2003), Machinations (2003), PARSEC47 (2003), Pathological (2003), Pendumito (2003), Pizza Business (2003), Planetary Hoppers (2003), Sopwith 3 (2003), The Clans (2003), Wargamer (2003), WebHangman (2003), XArchon (2003), Anagramarama (2002), Batalla Naval (2002), Deathchase 3D (2002), Freya Game Engine (2002), Gem Drop X (2002), Maelstrom (2002), Umbra (2002), Vectoroids (2002), Vertigo (2002), 54321 (2001), Greenius' Civil War (2001), IMaze (2001), OpenFly (2001), Tux Racer (2001), XBill (2001), 3Dc (2000), ACM (2000), Arrakis (2000), Circus Linux! (2000), curses (2000), Omega-rpg (2000), Operation Citadel (2000), XInvaders 3D (2000), xdigger (1999), ICBM3D (1998), Dunnet (1992), Catacomb 3-D (1991), The Catacomb (1990), Catacomb (1989), Hack (1985) ## Code Languages ##### Language frequency -- C++ (32.4%) +- C++ (32.6%) - C (23.3%) -- Java (10.1%) -- Python (7.6%) +- Java (10.0%) +- Python (7.5%) - JavaScript (5.9%) -- Lua (4.0%) -- C# (4.0%) +- C# (4.1%) +- Lua (4.1%) - Pascal (1.5%) - PHP (1.4%) - GDScript (0.9%) @@ -52,6 +52,7 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - ActionScript (0.1%) - Basic (0.1%) - Blender Script (0.1%) +- Scala (0.1%) - Script (0.1%) - Shell (0.1%) - AGS Script (0.0%) @@ -70,7 +71,6 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - OCaml (0.0%) - ooc (0.0%) - QuakeC (0.0%) -- Scala (0.0%) - Swift (0.0%) - TorqueScript (0.0%) - XUL (0.0%) @@ -80,26 +80,27 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics ##### Licenses frequency -- GPL-2.0 (31.6%) -- GPL-3.0 (27.5%) -- MIT (16.1%) -- Custom (3.4%) -- Apache-2.0 (2.5%) +- GPL-2.0 (31.5%) +- GPL-3.0 (27.1%) +- MIT (16.4%) +- Custom (3.3%) +- Apache-2.0 (2.7%) - zlib (2.4%) -- 3-clause BSD (2.2%) -- ? (2.0%) +- 3-clause BSD (2.3%) +- ? (2.1%) - AGPL-3.0 (1.8%) -- LGPL-2.1 (1.8%) -- LGPL-3.0 (1.3%) -- Public domain (1.3%) +- LGPL-2.1 (1.7%) +- LGPL-3.0 (1.2%) +- Public domain (1.2%) - 2-clause BSD (1.1%) - MPL-2.0 (0.6%) +- WTFPL (0.5%) - CC0 (0.5%) - ISC (0.5%) -- WTFPL (0.5%) - LGPL-2.0 (0.4%) - Unlicense (0.2%) - CC-BY-NC-3.0 (0.2%) +- CC-BY-NC-SA-4.0 (0.2%) - 4-clause BSD (0.1%) - Artistic License-1.0 (0.1%) - Boost-1.0 (0.1%) @@ -108,6 +109,7 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - CC-BY-SA-4.0 (0.1%) - EPL-2.0 (0.1%) - MAME (0.1%) +- MPL-1.1 (0.1%) - MS-PL (0.1%) - NetHack General Public License (0.1%) - None (0.1%) @@ -115,10 +117,8 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - AFL-3.0 (0.1%) - Artistic License-2.0 (0.1%) - CC-BY-NC-SA-2.0 (0.1%) -- CC-BY-NC-SA-4.0 (0.1%) - IJG (0.1%) - Java Research License (0.1%) -- MPL-1.1 (0.1%) - MS-RL (0.1%) - NPOSL-3.0 (0.1%) - SWIG license (0.1%) @@ -129,35 +129,35 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics ##### Keywords frequency - remake (12.5%) -- content open (6.7%) -- strategy (6.7%) +- content open (6.6%) +- strategy (6.5%) - action (6.0%) -- role playing (4.9%) +- role playing (4.8%) - clone (4.1%) -- puzzle (3.5%) - arcade (3.5%) -- shooter (3.4%) -- game engine (3.2%) -- multiplayer (3.2%) -- 2D (3.0%) +- puzzle (3.5%) +- game engine (3.5%) +- shooter (3.5%) +- multiplayer (3.3%) +- 2D (3.2%) - simulation (2.7%) - content commercial + original required (2.4%) - framework (2.1%) -- 3D (2.0%) +- 3D (2.1%) - turn-based (2.0%) - platform (1.5%) - real-time (1.5%) -- space (1.5%) +- space (1.4%) - adventure (1.3%) - roguelike (1.3%) -- first-person (1.3%) -- content commercial (1.2%) +- first-person (1.2%) +- content commercial (1.1%) - skill (1.1%) +- tool (1.1%) - library (1.0%) -- tool (1.0%) - content original required (0.9%) +- open content (0.9%) - racing (0.8%) -- open content (0.7%) - text-based (0.7%) - online (0.6%) - board (0.6%) @@ -167,8 +167,8 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - flight (0.4%) - chess (0.4%) - for kids (0.4%) +- music (0.4%) - sandbox (0.4%) -- music (0.3%) - scrolling (0.3%) - voxel (0.3%) - educational (0.3%) @@ -178,25 +178,27 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - artillery (0.2%) - cars (0.2%) - dungeon (0.2%) +- engine (0.2%) +- karaoke (0.2%) - point & click (0.2%) - programming (0.2%) -- engine (0.1%) -- karaoke (0.1%) +- visual novel (0.2%) - physics (0.1%) - setting fantasy (0.1%) -- visual novel (0.1%) -- city (0.1%) -- engine recreation (0.1%) - similar (0.1%) +- city (0.1%) +- commercial content (0.1%) +- engine recreation (0.1%) +- maze (0.1%) - tiles (0.1%) - client (0.1%) - content commercial + original required (?) (0.1%) -- maze (0.1%) +- editor (0.1%) +- mech (0.1%) - soccer (0.1%) - tank (0.1%) - trading (0.1%) - 4D (0.1%) -- commercial content (0.1%) - console (0.1%) - content commercial (?) + original required (0.1%) - content swappable (0.1%) @@ -204,10 +206,10 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - entertainment (0.1%) - evolution (0.1%) - fight (0.1%) +- free content (0.1%) - game framework (0.1%) - interactive fiction (0.1%) - jigsaw (0.1%) -- mech (0.1%) - popular (0.1%) - requires server (0.1%) - setting medieval (0.1%) @@ -228,6 +230,7 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - blocks (0.0%) - brain exercise (0.0%) - commercial content + original required (0.0%) +- commercial content. action (0.0%) - content commercial (?) + open (?) + original required (0.0%) - content commercial (?) + original required (?) (0.0%) - content commercial + open (some demo content) + original required (0.0%) @@ -244,7 +247,6 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics - dancing (0.0%) - demake (0.0%) - dice (0.0%) -- editor (0.0%) - engine required (0.0%) - flipper (0.0%) - football (0.0%) @@ -284,32 +286,32 @@ Moonbase Assault (2019), Orbit-Hopper (2019), Physics Platformer (2019), Physics ## Entries without download or play fields -689: 2048 Python, 4D-TRIS, 54321, Abuse 1996, AdaDoom3, Advanced Strategic Command, adventure engine, AI Wars, Airstrike, Alimer, alive, Amphetamine, Anarch, Ancient Beast, Angry Birds in Python, Antares, Anteform, antiyoy, Anura, Apricots, aquastax, Arcane-Engine, Arianne / Marauroa, Armor Alley, AssaultCube, Athenaeum, ativayeban, Atlantis, Atomic Game Engine, Atomix, Atrinik, Awkaster, Azimuth, BAB BE U, Bacon2D, Ball and Paddle, Ball And Wall, Ballerburg SDL, Barony, Bastet, Battle City, Battleround, Battles of Antargis, Beat Harvester, Berusky II, BetterSpades, Birth of the Empires, BitRiot, Black Shades, Black Shades Elite, BlakedAwesomenaughts, Blasphemer, Blinken, Blitwizard, Blob Wars : Attrition, Blob Wars Episode 2 : Blob And Conquer, boardgame.io, Bombic2, Bombman, BOOM: Remake, Bouncy the Hungry Rabbit, Box2D, bratwurst, Breakout-VR, Bridge Command, Brogue, BrowserQuest, Bt Builder, buggyGame, C3DE, c64-nuclearreaction, Cabbages and Kings, Canta, Card Stories, Cartographer, Castle Game Engine, Castle of the Winds in Elm, Cataclysm, Catacomb, Catacomb 3-D, CatacombGL, CatacombSDL, Cattle Bity, CaveExpress, CavePacker, CAVEZ of PHEAR, CBoard, cc94, CCCP, CETech, chainreaction, Chess3D, Children of Ur, Chocolate Duke3D, Choria, Chroma, Chronoshift, Chunk Stories, Civilization: Call To Power 2 Source Project, CivOne, ClanLib, Classic Blades of Exile, ClassicUO, Clonepoint, coab, Colossal Cave Adventure, Columns, Command Series Engine, CommandoJS, Conquest, Construo, Core War, Cosmo-Engine, Cosmore, Craft, Creep Smash, CrossUO, Crown, CrystalQuest, Cubosphere, curses, CuteMaze, D2X-XL, Dark Destiny, Dash Engine, Data Storm, Dawn, Deathchase 3D, Dedalus, Deer Portal, Delaford, Delta Engine, DelverEngine, DemiGod, DesktopAdventures, Devilution, DevilutionX, DGEngine, Diablerie, diablo-js, Diabolika, Digbuild, Digital: A Love Story, Dingo-Engine, DirectX12GameEngine, Divercity, Dmomd, Do It Yourself Doom With SDL, Domino On Acid, DOOM, DOOM-iOS, doukutsu-rs, Dragon Hunt, dRally, DreamZZT, Dreerally, Duality, Duckmaze, DUGA, Duke3D, DukeGDX, Dungeon Eye, Dungeon Monkey Eternal, Dungeon Quest, Dunnet, DwarfCorp, DynaDungeons, Ecksdee, Einstein Puzzle, ElonaFoobar, Empty Clip, Endgame: Singularity, Enduro2D, engge, EnTT Pacman, EPOH, erampage, EternalWinterWars, Excellent Bifurcation, Executive Man, F.LF, Fallen Spire, Falling Time, Fantasy Map Generator, Fanwor, FAR Colony, Faur, Fictional Air Combat, Flappy Cow, Flex Engine, flixel-gdx, Floppy Birb, FLTK Recycling Game!, Flukz, fonline, Forge, Foursies, FQuake3, fRaBs, Free Allegiance, Free in the Dark (engine), freeablo, freeaoe, FreeBlocks, Freeciv-web, FreeFalcon, freegish, Freekick 3, FreeRCT, Freeserf.net, FreeSiege, Freestars, Frets on Fire X, Friking Shark, Fujo, GalaxyMage Redux, GameCake, GameLV, Garith, GDHexGrid, GeonBit.UI, ges-code, Ghostly, Gigalomania, gist-txt, GJID, GL4ES, GLEW, glPortal, Gnome Hearts, Gnomescroll, GNU Shogi, Goblin Camp, GoldenEye: Source, Gorc, Gorillas, Gorillas-rs, Gottet, Grail, Granatier, Greenius' Civil War, Greentwip's Harvest Moon, Griefly, Grit Game Engine, Grobots, H-Craft Championship, Hack, Hardwar, HarfBuzz, Harris, Hase, Hematite, Heroes of Civilizations, Heroes of Wesnoth, Hex Game, heXon, Hextris, Hexwar, Hnefatafl, Hocoslamfy, Hopson-Arcade, Horde3D, Hovertank3D, HTML5 Pacman, Hypatia, Hypercube, Iceball, ika, Illarion, IMaze, Inexor, Infinite Mario Bros, Infon Battle Arena, Intricacy, IO Reboot, Iris2, Isleward, Isometric-Minesweeper, Jactorio, Jagged Alliance 2 Stracciatella, Jamp, javascript-E.T., Jazz² Resurrection, jClassicRPG, JediAcademyLinux, JediOutcastLinux, Jet-Story, jewelthief, JFDuke3D, JiGS Interactive Game System, JonoF's Shadow Warrior Port (JFSW), Julius, Jump Don't Die, Jump'n'Bump, Just another Tetris™ clone, Kai ‘Opua, Kartering, KAtomic, Keen Dreams, KeeperRL, KevEdit, Key Runner, KGoldrunner, Kingdoms, KittenMaxit, KMines, KnightOfWor, KSnakeDuel, Ksudoku, L'Abbaye des Morts, ladder, Land of Fire, LastTry, LBA2 Remake, Lemmings.ts, Lemmini, LGeneral, Liberation Circuit, libGDX, libpng, Libre Pinball, LibreQuake, Librerama, LieroLibre, Limbs Off, Lincity, Lionheart Remake, Lips of Suna, Lix, LMarbles, Lords of the Fey, LordsAWar!, Lose Your Marbles, Love2dCS, lttp-phaser, Lugaru, Luola, LÖVE, M.E.W.L., Machinations, Mafia: Toolkit, MAGE - Matthias Advanced Game Engine, Magic Gardeners Tournament, ManaPlus, Marble Marcher, Marblez, Mario Objects, mc2, MechCommander 2 Omnitech, MegaGlest, Memory Game, Mercenary Commander, Micropolis, micropolisJS, MineClone 2, MineCraft-One-Week-Challenge, minecraft-weekend, Mines, Minesweeper (in C), minesweeper-rs, Minetest Game, Mininim, Mirror Magic, mk.js, mkxp, Mmpong, Monsters and Mushrooms, Monstrosity, Moon-buggy, Moonbase Assault, Mop(e)snake, movbizz, MoveNoid, Mr.Boom, Mrfuze, Mtp Target, n2048, Nazara Engine, NBlood, neoGFX, NeoLemmix, Netacka, NFSIISE, Nikki and the Robots, Nikwi, NorseWorld: Ragnarok, Nox Imperii, Numpty Physics, Nuncabola, Nuvie, NXEngine-evo, Octaforge, Odamex, Omega, Omega-rpg, Omnispeak, One Hour One Life, One is enough, One Way To Go, Open Cube, Open Fodder, Open Fortress, Open Hexagon, Open Jumpgate, Open Legend RPG, Open Panzer, Open RSC, Open Soccer Star, Open Zelda, openage, OpenAL Soft, openblack, OpenBOR, OpenC1, openc2e, OpenClaw, OpenCrystalCaves, OpenDominion, openDOW, OpenFire, OpenFNaF, OpenGL Test Drive Remake, OpenHoW, OpenITG, OpenKeeper, OpenKrush, OpenLiero, OpenMC2, OpenMoM, OpenNFS, OpenNotrium, OpenRW, OpenSC2K, OpenSkyscraper, OpenSoccer, OpenSolomonsKey, OpenSR, OpenSupaplex, OpenSWE1R, OpenTESArena, OpenTriad, OpenTyrian, OpenVIII, OpenYandere, OPMon, opsu!, Orbit-Hopper, Orbium, Ostrich Riders, Our Personal Space, Outer Space, Outpost HD, ouzel, Oxygen Engine, Pac Go, Palapeli, Panel Attack, Paper Isaac, Pathogen Warrior, Pathological, Pax Britannica, PCExhumed, Pendumito, Penumbra, Peragro Tempus, Pillows, Pixel Wheels, Planet Rider, Polis, POSTAL 1 Open Source, Powerslave EX, PowerslaveGDX, Powerslide remake, pq2, Prescription Wars, Prince-Monogame, Procedural Map Generator, progress-quest, Project-Uranium-Godot, Pthreads-win32, Puzzle Moppet, Pygame---Alien-Invasion, pyORPG, pyscroll, PyTMX, Q, Quadrapassel, Quake3e, Quartz Engine, Quatter, RacerJS, Ragel, Raincat, ransack, RBDOOM-3-BFG, Reconstruction of Super ZZT, Reconstruction of ZZT, RedneckGDX, Rednukem, REDriver2, RedShift, Reflection Keen, ReQbert, Return of Dr. Destructo, rFXGen, Rigs of Rods, Riiablo, Rise of the Triad for Linux, rock-raiders-remake, RogueSharp, Roguish, Room for Change, Roton, rpge, Ruby-warrior, RuneLite, RuZZT, Ryzom Core, Sanity Engine, Sarah-Maries Eierjagd, Scorched Moon, Scrabble3D, Scrap, SDLPoP, sensitive-js, Sentient Storage, shadow-of-the-beast-html5, Shadowgrounds, Shotgun Debugger, Siege of Avalon : Open Source, Simitone, Simon Tatham's Portable Puzzle Collection, Simple-Solitaire, Simsu, Sinatra, Sine, Sintel The Game, Skifree-HTML5-clone, Sleep Is Death, Slime Volleyball, Slot-Racers, Smash, Smolpxl, snake, Snelps, Snowballz, Soldat, Song of Albion, Source of Tales, Sourcehold, Space Harrier Clone, Space Nerds In Space, Space Station 13, Spartan Engine, splexhd, Spooker Framework, Spring: 1944, SR, SS13 Remake, Star Ruler 2, star-control2, Star-Wars-III, starshatter-open, Steamer Duck, Stendhal, SteveTech1, Stockfish, Storm Engine, Stratagus, Strife: Veteran Edition, Stringrolled, sundog, Supaxl, Super Methane Brothers for Wii and GameCube, Super Transball 2, SuperFoulEgg, SuperStarfighter, SuperTuxParty, SWP, System Syzygy, Taggem, Tanglet, Tank: Zone of Death, TankistOnline, Tanks of Freedom, Tapir, TecnoballZ, TekwarGDX, Tenes Empanadas Graciela, Tennix!, Terasology, Terminal Overload, terrarium, Tetris (in C and NCURSES), Tetzle, The Catacomb, The Force Engine, The Powder Toy, The-Trail, thiefcatcher, Thunder Engine, Thyme, Tile World, Tiny Tris, Tiny Wings, Titan Tactics, TOMB5, Torrega Race, Torso Ninja, Torso Ninja 2, Total Annihilation 3D, Train, Tremfusion, Trinity Reign, TrueCraft, TTDPatch, Turious, Turn of War, TurokEX, Tux Builder, TVTower, twin-e, Twine, TwinEngine, Tyrian Remake, TyrQuake, UA_source, UFO2000, Ularn, UlDunAd, Ultima 5 Redux, uMario, UnCiv, UndertaleModTool, UnderworldExporter, Undum, uninvited, Vanilla-Conquer, VCMI, VDrift, Vegan on a Desert Island, Veloren, VGC, VMS Empire, VQEngine, Vulture's Eye, VVVVVV, War Of Kingdom, War1, warcraft-remake, Wario-Land-3, WarMUX, Warp Rogue, Waste's Edge, WebFun, Which Way Is Up?, Windstille, WitchavenGDX, Wizznic!, wkbre, Wolf3dX, World of Might and Magic, WWW, X-Moto, Xenowar, XEvil, XInvaders 3D, Xjig, XorCurses, XRay engine, XSera, Xultris, xygineXT, XZ Utils, Yamagi Quake II, yaml-cpp, Yet Another Doom Clone, Yet Another Engine, Yo Frankie!, Yorg, Zatacka X, Zauberer, Zed Online, Zelda: Mystery of Solarus DX, Zeta, Zetawar, zlib, zorkClone, zztgo +727: 2048 Python, 4D-TRIS, 54321, Abuse 1996, AdaDoom3, Advanced Strategic Command, adventure engine, AI Wars, Airstrike, Alimer, alive, Ambrose3D, Amphetamine, Anarch, Ancient Beast, AndEngine, Angry Birds in Python, Antares, Anteform, antiyoy, Anura, Apricots, aquastax, Arcane-Engine, Arianne / Marauroa, Armor Alley, AssaultCube, Athenaeum, ativayeban, Atlantis, Atomic Game Engine, Atomix, Atrinik, Awkaster, Azimuth, BAB BE U, Backbone Game Engine, Bacon2D, Ball and Paddle, Ball And Wall, Ballerburg SDL, Barony, Bastet, Battle City, Battleround, Battles of Antargis, Beat Harvester, Berusky II, BetterSpades, Birth of the Empires, BitRiot, Black Shades, Black Shades Elite, BlakedAwesomenaughts, Blasphemer, Blinken, Blitwizard, Blob Wars : Attrition, Blob Wars Episode 2 : Blob And Conquer, boardgame.io, Bombic2, Bombman, BOOM: Remake, Bouncy the Hungry Rabbit, Box2D, bratwurst, Breakout-VR, Bridge Command, Brogue, BrowserQuest, Bt Builder, buggyGame, C3DE, c64-nuclearreaction, Cabbages and Kings, Cafu Engine, Canta, Card Stories, Cartographer, Castle Game Engine, Castle of the Winds in Elm, Cataclysm, Catacomb, Catacomb 3-D, CatacombGL, CatacombSDL, Cattle Bity, CaveExpress, CavePacker, CAVEZ of PHEAR, CBoard, cc94, CCCP, CETech, chainreaction, Chess3D, Children of Ur, Chocolate Duke3D, Choria, Chroma, Chronoshift, Chunk Stories, Civilization: Call To Power 2 Source Project, CivOne, ClanLib, Classic Blades of Exile, ClassicUO, Clonepoint, coab, Colossal Cave Adventure, Columns, Command Series Engine, CommandoJS, Conquest, Construo, Core War, Cosmo-Engine, Cosmore, Craft, Creep Smash, CrossUO, Crown, CrystalQuest, Cubosphere, curses, CuteMaze, D2X-XL, Daedalus, Dark Destiny, Dash Engine, Data Storm, Dawn, Deathchase 3D, Dedalus, Deer Portal, Delaford, Delta Engine, DelverEngine, DemiGod, DesktopAdventures, Devilution, DevilutionX, DGEngine, Diablerie, diablo-js, Diabolika, Digbuild, Digital: A Love Story, dim3, Dingo-Engine, DirectX12GameEngine, Divercity, Dmomd, Do It Yourself Doom With SDL, Domino On Acid, DOOM, DOOM-iOS, doukutsu-rs, Dragon Hunt, dRally, DreamZZT, Dreerally, Duality, Duckmaze, DUGA, Duke3D, DukeGDX, Dungeon Eye, Dungeon Monkey Eternal, Dungeon Quest, Dunnet, DwarfCorp, DynaDungeons, Ecksdee, Einstein Puzzle, ElonaFoobar, Empty Clip, Endgame: Singularity, Enduro2D, engge, EnTT Pacman, EPOH, erampage, EternalWinterWars, Excellent Bifurcation, Executive Man, F.LF, Fallen Spire, Falling Time, Fantasy Map Generator, Fanwor, FAR Colony, Faur, Fictional Air Combat, Fitzquake, Flappy Cow, Flex Engine, flixel-gdx, Floppy Birb, FLTK Recycling Game!, Flukz, fonline, Forge, Foursies, FQuake3, fRaBs, Free Allegiance, Free in the Dark (engine), freeablo, freeaoe, FreeBlocks, Freeciv-web, FreeFalcon, freegish, Freekick 3, FreeRCT, Freeserf.net, FreeSiege, Freestars, Frets on Fire X, Friking Shark, Fujo, GalaxyMage Redux, GameCake, GameLV, GamePlay, Garith, GDHexGrid, GeonBit.UI, ges-code, Ghostly, Gigalomania, gist-txt, GJID, GL4ES, GLEW, glPortal, Gnome Hearts, Gnomescroll, GNU Shogi, Goblin Camp, GoldenEye: Source, Gorc, Gorillas, Gorillas-rs, Gottet, Grail, Granatier, Greenius' Civil War, Greentwip's Harvest Moon, Griefly, Grit Game Engine, Grobots, H-Craft Championship, Hack, Hardwar, HarfBuzz, Harris, Hase, Hematite, Heroes of Civilizations, Heroes of Wesnoth, Hex Game, heXon, Hextris, Hexwar, Hnefatafl, Hocoslamfy, Hopson-Arcade, Horde3D, Hovertank3D, HTML5 Pacman, Hypatia, Hypercube, Iceball, ika, Illarion, IMaze, Inexor, Infinite Mario Bros, Infon Battle Arena, Intricacy, IO Reboot, Iris2, Isleward, Isogenic Game Engine, Isometric-Minesweeper, Jactorio, Jagged Alliance 2 Stracciatella, Jamp, javascript-E.T., Jazz² Resurrection, jClassicRPG, JediAcademyLinux, JediOutcastLinux, Jet-Story, jewelthief, JFDuke3D, JiGS Interactive Game System, JonoF's Shadow Warrior Port (JFSW), Julius, Jump Don't Die, Jump'n'Bump, Just another Tetris™ clone, Kai ‘Opua, Kartering, KAtomic, Keen Dreams, KeeperRL, KevEdit, Key Runner, KGoldrunner, Kingdoms, KittenMaxit, Kiwi.js, KMines, KnightOfWor, KSnakeDuel, Ksudoku, L'Abbaye des Morts, ladder, Land of Fire, LastTry, LBA2 Remake, Lemmings.ts, Lemmini, LGeneral, Liberation Circuit, libGDX, libpng, Libre Pinball, LibreQuake, Librerama, LieroLibre, Limbs Off, Lincity, Lionheart Remake, Lips of Suna, Lix, LMarbles, Lords of the Fey, LordsAWar!, Lose Your Marbles, Love2dCS, lttp-phaser, Lugaru, Luola, LÖVE, M.E.W.L., Machinations, Mafia: Toolkit, MAGE - Matthias Advanced Game Engine, Magic Gardeners Tournament, ManaPlus, Marble Marcher, Marblez, Mario Objects, mc2, MechCommander 2 Omnitech, MegaGlest, MekWars, Memory Game, Mercenary Commander, Micropolis, micropolisJS, MineClone 2, MineCraft-One-Week-Challenge, minecraft-weekend, Mines, Minesweeper (in C), minesweeper-rs, Minetest Game, Mininim, Mirror Magic, mk.js, mkxp, Mmpong, Monsters and Mushrooms, Monsterz, Monstrosity, Moon-buggy, Moonbase Assault, Mop(e)snake, movbizz, MoveNoid, Mr.Boom, Mrfuze, Mtp Target, n2048, Nazara Engine, NBlood, neoGFX, NeoLemmix, Netacka, NFSIISE, Nikki and the Robots, Nikwi, NorseWorld: Ragnarok, Nox Imperii, Numpty Physics, Nuncabola, Nuvie, NXEngine-evo, Octaforge, Odamex, Ogrian Carpet, Omega, Omega-rpg, Omnispeak, One Hour One Life, One is enough, One Way To Go, ONScripter, Open Cube, Open Fodder, Open Fortress, Open Greedy, Open Hexagon, Open Jumpgate, Open Legend RPG, Open Panzer, Open RSC, Open Soccer Star, Open Valley, Open Zelda, openage, OpenAL Soft, openblack, OpenBOR, OpenC1, openc2e, OpenClaw, OpenCrystalCaves, OpenDominion, openDOW, OpenFire, OpenFly, OpenFNaF, OpenGL Test Drive Remake, OpenHoW, OpenITG, OpenKeeper, OpenKrush, OpenLiero, OpenMC2, OpenMoM, OpenNFS, OpenNotrium, OpenRW, OpenSA, OpenSC2K, OpenSkyscraper, OpenSoccer, OpenSolomonsKey, OpenSR, OpenSupaplex, OpenSWE1R, OpenTESArena, OpenTriad, OpenTyrian, OpenVIII, OpenXRay, OpenYandere, OPMon, opsu!, Orbit-Hopper, Orbium, Ostrich Riders, Our Personal Space, Outer Space, Outpost HD, ouzel, Oxygen Engine, Pac Go, Palapeli, Panel Attack, Paper Isaac, Pathogen Warrior, Pathological, Pax Britannica, PCExhumed, Pendumito, Penumbra, Peragro Tempus, Pillows, Pixel Wheels, Planet Rider, Playir, Polis, POSTAL 1 Open Source, Powerslave EX, PowerslaveGDX, Powerslide remake, pq2, Prescription Wars, Prince-Monogame, Procedural Map Generator, progress-quest, Project-Uranium-Godot, Pthreads-win32, Puzzle Moppet, Pygame---Alien-Invasion, pyORPG, pyscroll, PyTMX, Q, Quadrapassel, Quake3e, Quartz Engine, Quatter, RacerJS, RAD, Ragel, Raincat, ransack, Raptor: Call of the Shadows, RBDOOM-3-BFG, Reconstruction of Super ZZT, Reconstruction of ZZT, RedneckGDX, Rednukem, REDriver2, RedShift, Reflection Keen, reone, ReQbert, Return of Dr. Destructo, rFXGen, Rigs of Rods, Riiablo, Rise of the Triad for Linux, Robot Redemption, rock-raiders-remake, RogueSharp, Roguish, Room for Change, Roton, Rott94, rottexpr, rpge, Ruby-warrior, RuneLite, RuZZT, Ryzom Core, Sanity Engine, Sarah-Maries Eierjagd, Scorched Moon, Scrabble3D, Scrap, SDLPoP, sensitive-js, Sentient Storage, sfxr, shadow-of-the-beast-html5, Shadowgrounds, Shotgun Debugger, Siege of Avalon : Open Source, Simitone, Simon Tatham's Portable Puzzle Collection, Simple-Solitaire, Simsu, Sinatra, Sine, Sintel The Game, Skifree-HTML5-clone, Sleep Is Death, Slick2D, Slime Volleyball, Slot-Racers, Smash, Smolpxl, snake, Snelps, Snowballz, Soldat, Song of Albion, Source of Tales, Sourcehold, Space Harrier Clone, Space Nerds In Space, Space Station 13, Spartan Engine, splexhd, Spooker Framework, Spring: 1944, SR, SS13 Remake, Star Ruler 2, star-control2, Star-Wars-III, StarMines: The Next Generation, starshatter-open, Steamer Duck, Stendhal, SteveTech1, Stockfish, Storm Engine, Stratagus, Strife: Veteran Edition, Stringrolled, sundog, Supaxl, Super Methane Brothers for Wii and GameCube, Super Transball 2, SuperFoulEgg, SuperStarfighter, SuperTuxParty, SWP, System Syzygy, Taggem, Tanglet, Tank: Zone of Death, TankistOnline, Tanks of Freedom, Tapir, TecnoballZ, TekwarGDX, Tenes Empanadas Graciela, Tennix!, Terasology, Terminal Overload, terrarium, Tetris (in C and NCURSES), Tetzle, The Catacomb, The Force Engine, The Powder Toy, The-Trail, thiefcatcher, Thunder Engine, Thyme, Tile World, Tiny Tris, Tiny Wings, Titan Tactics, TOMB5, Torrega Race, Torso Ninja, Torso Ninja 2, Total Annihilation 3D, Tower Toppler, Train, Tremfusion, Trinity Reign, TrueCraft, TTDPatch, Turbu, Turious, Turn of War, TurokEX, Tux Builder, TVTower, twin-e, Twine, TwinEngine, Tyrian Remake, TyrQuake, UA_source, UFO2000, Ularn, UlDunAd, Ultima 5 Redux, UltraStar Play, uMario, UnCiv, UndertaleModTool, UnderworldExporter, Undum, uninvited, Vangers, Vanilla-Conquer, VCMI, VDrift, Vegan on a Desert Island, Veloren, VGC, Vircadia, VMS Empire, VQEngine, Vulture's Eye, VVVVVV, Walic, War Of Kingdom, War1, warcraft-remake, Wario-Land-3, WarMUX, Warp Rogue, Waste's Edge, WebFun, Which Way Is Up?, Windstille, Wintermute Engine, WitchavenGDX, Wizznic!, wkbre, Wolf3dX, World of Might and Magic, WWW, wxLaserTank, X-Moto, Xargon, Xenowar, XEvil, XInvaders 3D, Xjig, XorCurses, XSera, Xultris, xygineXT, XZ Utils, Yamagi Quake II, yaml-cpp, Yet Another Doom Clone, Yet Another Engine, YKnytt, Yo Frankie!, Yorg, Zatacka X, Zauberer, Zed Online, Zelda: Mystery of Solarus DX, Zeta, Zetawar, zlib, zorkClone, zztgo ## Entries with a code repository not on a popular site -224: 3D Pong, 3Dc, 4D Maze Game, 54321, A7Xpg, Abuse, ACM, AdaGate, Adanaxis, Afternoon Stalker, Airstrike, Aklabeth, Amphetamine, Anagramarama, Apricots, Arrakis, Artillery Duel Reloaded, Aussenposten, Batrachians, Beat Harvester, Between, Black Shades, Black Shades Elite, Blender game engine, Bloboats, BomberClone, Bouncy the Hungry Rabbit, Brikx, BRIQUOLO, British Bingo, buggyGame, BurgerSpace, Cadaver, CAVEZ of PHEAR, Chaos Esque Anthology, Chroma, Chrzaszcz, Circus Linux!, CorEngine, Cosmosmash, CoTerminalApps, Crack Attack!, Critterding, Cultivation, curses, CuteMaze, Cytadela, Defendguin, Digger Remastered, Dodge, Duke3D, Duke3d_w32, Dunnet, EDuke32, Elysium Engine, Excellent Bifurcation, F-1 Spirit, Fairy-Max, Falcon's Eye, Fanwor, Flukz, FooBillard, Forge, Free Hero Mesh, FreePrince, FreeRails, FreeType, FunLabyrinthe, GCompris, Gem Drop X, Gnome Chess, Gnome Hearts, GNU Chess, GNU FreeDink, GNU Go, GNU Shogi, Go Ollie!, Gottet, Grabble, Granatier, Gravitation, GTK, GUSANOS, Hack, Help Hannah's Horse, I Have No Tomatoes, ICBM3D, Ice Breaker, IMaze, Imperium, Intricacy, Ironseed, Jamp, JSoko, Jump'n'Bump, KAtomic, KGoldrunner, KMines, Knights, Kobo Deluxe, KRaptor, KSnakeDuel, Kuklomenos, l-echo, Ladder, LambdaRogue: The Book of Stars, LevelHead, Librerama, libvorbis, Libxml2, LordsAWar!, LZMA SDK, Mah-Jong, ManiaDrive, Mechanized Assault & eXploration Reloaded, Mega Mario, MineClone 2, Mines, MiniPacman, Mirror Magic, Mmpong, Mocha Doom, Moon-buggy, Mrfuze, Mtp Target, n2048, ncurses, Netrek, NetStatsBaseball, Nexuiz, Nikwi, No Gravity, Noiz2sa, Not Pacman, NStars!, Nuncabola, One is enough, One Way To Go, Open Rails, Open Simulator, Open Syobon Action, OpenAL, OpenAL Soft, OpenGGS, Orbit-Hopper, Overgod, Palapeli, PARSEC47, Passage, Penguin Command, PipeWalker, pkg-config, Potato Killer, PrBoom+, PrimeShooter, Project Alexandria, ProQuake 4, PSY PONG 3D, Psyco, PyQt, pyRacerz, PySol, Python Kye, Quadrapassel, Ragel, Reliquarium, Replica Island, Retro Stack, Ri-li, Rise of the Triad for Linux, Rocks'n'Diamonds, RogueBox Adventures, rRootage, RufasCube, RufasSlider, RufasSwap, SDL Bomber, Search for the Red Herring, Simsu, Sinatra, Slime Volley, Slune, Smash Battle, Space Station 13, Spludlow Tetris, Star Maiden Astraea Rio, Super Methane Brothers, Super Transball 2, Supercars III, Syndicate Wars Port, Tactics Squad, Tales of Maj'Eyal, Tanglet, Tennix!, TermFrogger, TerminalApps, Tetrepetete, Tetzle, The Dark Mod, Thrust, Tiny Tris, Toppler, Tornado, Transcend, Tttris, Tux of Math Command, Tux Paint, TuxKart, Tyger, Vectoroids, Venzone, Vorton, Waste's Edge, WebChess, Which Way Is Up?, Wolfpack Empire, X-Moto, xDuke, Xjig, XPilot NG, XScavenger, XZ Utils, Yo Frankie!, Zatacka +237: 3D Pong, 3Dc, 4D Maze Game, 54321, A7Xpg, Abuse, ACM, AdaGate, Adanaxis, Afternoon Stalker, Airstrike, Aklabeth, Ambrose3D, Amphetamine, Anagramarama, Apricots, Arrakis, Artillery Duel Reloaded, Aussenposten, Batrachians, Beat Harvester, Between, Black Shades, Black Shades Elite, Blender game engine, Bloboats, BomberClone, Bouncy the Hungry Rabbit, Brikx, BRIQUOLO, British Bingo, buggyGame, BurgerSpace, Cadaver, CAVEZ of PHEAR, Chaos Esque Anthology, Chroma, Chrzaszcz, Circus Linux!, CorEngine, Cosmosmash, CoTerminalApps, Crack Attack!, Critterding, Cultivation, curses, CuteMaze, Cytadela, Daedalus, Defendguin, Digger Remastered, Dodge, Duke3D, Duke3d_w32, Dunnet, EDuke32, Elysium Engine, Excellent Bifurcation, F-1 Spirit, Fairy-Max, Falcon's Eye, Fanwor, Fitzquake, Flukz, FooBillard, Forge, Free Hero Mesh, FreePrince, FreeRails, FreeType, FunLabyrinthe, GCompris, Gem Drop X, Gnome Chess, Gnome Hearts, GNU Chess, GNU FreeDink, GNU Go, GNU Shogi, Go Ollie!, Gottet, Grabble, Granatier, Gravitation, GTK, GUSANOS, Hack, Help Hannah's Horse, I Have No Tomatoes, ICBM3D, Ice Breaker, iiChantra, IMaze, Imperium, Intricacy, Ironseed, Jamp, JGame, JSoko, Jump'n'Bump, KAtomic, KGoldrunner, KMines, Knights, Kobo Deluxe, KRaptor, KSnakeDuel, Kuklomenos, l-echo, Ladder, LambdaRogue: The Book of Stars, LevelHead, Librerama, libvorbis, Libxml2, LordsAWar!, LZMA SDK, Mah-Jong, ManiaDrive, Mechanized Assault & eXploration Reloaded, Mega Mario, MineClone 2, Mines, MiniPacman, Mirror Magic, Mmpong, Mocha Doom, Monsterz, Moon-buggy, Mrfuze, Mtp Target, n2048, ncurses, Netrek, NetStatsBaseball, Nexuiz, Nikwi, No Gravity, Noiz2sa, Not Pacman, NStars!, Nuncabola, One is enough, One Way To Go, ONScripter, Open Rails, Open Simulator, Open Syobon Action, Open Valley, OpenAL, OpenAL Soft, OpenFly, OpenGGS, Orbit-Hopper, Overgod, Palapeli, PARSEC47, Passage, Penguin Command, PipeWalker, pkg-config, Potato Killer, PrBoom+, PrimeShooter, Project Alexandria, ProQuake 4, PSY PONG 3D, Psyco, PyQt, pyRacerz, PySol, Python Kye, Quadrapassel, Ragel, Reliquarium, Replica Island, Retro Stack, Ri-li, Rise of the Triad for Linux, Rocks'n'Diamonds, RogueBox Adventures, rRootage, RufasCube, RufasSlider, RufasSwap, SDL Bomber, Search for the Red Herring, sfxr, Simsu, Sinatra, Slick2D, Slime Volley, Slune, Smash Battle, Space Station 13, Spludlow Tetris, Star Maiden Astraea Rio, Super Methane Brothers, Super Transball 2, Supercars III, Syndicate Wars Port, Tactics Squad, Tales of Maj'Eyal, Tanglet, Tennix!, TermFrogger, TerminalApps, Tetrepetete, Tetzle, The Dark Mod, Thrust, Tiny Tris, Toppler, Tornado, Tower Toppler, Transcend, Tttris, Turbu, Tux of Math Command, Tux Paint, TuxKart, Tyger, Vectoroids, Venzone, Vorton, Waste's Edge, WebChess, Which Way Is Up?, Wolfpack Empire, X-Moto, xDuke, Xjig, XPilot NG, XScavenger, XZ Utils, Yo Frankie!, Zatacka ## Code dependencies -With code dependency field 643 (40.0%) +With code dependency field 666 (40.3%) ##### Code dependencies frequency -- SDL (20.5%) -- SDL2 (10.1%) -- pygame (8.0%) -- OpenGL (6.1%) -- Qt (3.4%) -- libGDX (2.8%) -- SFML (2.6%) +- SDL (20.4%) +- SDL2 (10.7%) +- pygame (7.9%) +- OpenGL (6.2%) +- Qt (3.3%) +- libGDX (2.7%) +- SFML (2.5%) - Godot (1.9%) +- MonoGame (1.8%) - Allegro (1.7%) -- MonoGame (1.7%) - OpenAL (1.6%) -- LÖVE (1.2%) -- OGRE (1.2%) - Unity (1.2%) +- LÖVE (1.1%) +- OGRE (1.1%) - WebGL (1.0%) - GLUT (0.9%) - jMonkeyEngine (0.8%) @@ -319,16 +321,17 @@ With code dependency field 643 (40.0%) - wxPython (0.8%) - GTK (0.7%) - libpng (0.7%) +- Phaser (0.7%) - zlib (0.7%) - Blender game engine (0.6%) - Box2D (0.6%) -- Phaser (0.6%) - Twisted (0.6%) -- curses (0.5%) -- FreeType (0.5%) -- libvorbis (0.5%) -- PGU (0.5%) -- pyglet (0.5%) +- curses (0.4%) +- FreeType (0.4%) +- libvorbis (0.4%) +- PGU (0.4%) +- pyglet (0.4%) +- wxWidgets (0.4%) - .NET (0.3%) - Boost (0.3%) - GLEW (0.3%) @@ -337,15 +340,16 @@ With code dependency field 643 (40.0%) - LionEngine (0.3%) - Lua (0.3%) - Mana source engine (0.3%) +- OpenRA (0.3%) - Panda3D (0.3%) - PyOpenGL (0.3%) - PyQt (0.3%) - SGE (0.3%) - Three.js (0.3%) -- wxWidgets (0.3%) - ClanLib (0.2%) - Cocoa (0.2%) - DGEngine (0.2%) +- DirectX (0.2%) - Doom engine (0.2%) - FIFE (0.2%) - FLTK (0.2%) @@ -356,7 +360,6 @@ With code dependency field 643 (40.0%) - Laravel (0.2%) - libogg (0.2%) - melonJS (0.2%) -- OpenRA (0.2%) - PICO-8 (0.2%) - psyco (0.2%) - PygLibs (0.2%) @@ -387,10 +390,11 @@ With code dependency field 643 (40.0%) - Cube 2 (0.1%) - DarkPlaces (0.1%) - DirectPython (0.1%) -- DirectX (0.1%) - Dæmon (0.1%) - Electro L.I.B (0.1%) - EnTT (0.1%) +- Flare engine (0.1%) +- FlashPunk (0.1%) - Game Maker (0.1%) - GameJs (0.1%) - GLFW (0.1%) @@ -409,6 +413,7 @@ With code dependency field 643 (40.0%) - JOGL (0.1%) - LambdaHack (0.1%) - libavformat (0.1%) +- LibGDX (0.1%) - libopenmpt (0.1%) - libretro (0.1%) - libtiff (0.1%) @@ -418,6 +423,7 @@ With code dependency field 643 (40.0%) - libxpm (0.1%) - Lugre (0.1%) - lwjgl (0.1%) +- LWJGL (0.1%) - Matplotlib (0.1%) - MegaGlest Engine (0.1%) - Minetest engine (0.1%) @@ -431,6 +437,7 @@ With code dependency field 643 (40.0%) - Node.js (0.1%) - nya-engine (0.1%) - Ogg (0.1%) +- Open Dynamics Engine (0.1%) - PandaJS (0.1%) - Piston (0.1%) - PixelPerfect (0.1%) @@ -478,22 +485,22 @@ With code dependency field 643 (40.0%) ## Build systems -Build systems information available for 36.4% of all projects. +Build systems information available for 36.2% of all projects. -##### Build systems frequency (585) +##### Build systems frequency (598) -- CMake (39.8%) -- Make (21.2%) -- Gradle (12.5%) -- Autoconf (9.7%) -- Visual Studio (3.8%) -- Maven (2.1%) -- setup.py (2.1%) -- Ant (1.7%) +- CMake (40.0%) +- Make (21.4%) +- Gradle (12.2%) +- Autoconf (9.5%) +- Visual Studio (3.7%) +- Ant (2.2%) +- Maven (2.0%) +- setup.py (2.0%) - Scons (1.7%) - Meson (1.0%) -- Custom (0.9%) -- premake (0.9%) +- Custom (0.8%) +- premake (0.8%) - None (0.7%) - QMake (0.7%) - Xcode (0.3%) @@ -504,9 +511,9 @@ Build systems information available for 36.4% of all projects. - Python (0.2%) - Rake (0.2%) -##### C and C++ projects without build system information (957) +##### C and C++ projects without build system information (987) -0 A.D., 1oom, 2H4U, 3D Pong, 3Dc, 3DWorld, 4D-TRIS, 54321, Abe's Amazing Adventure, Abuse, Abuse 1996, ACM, Adanaxis, Advanced Strategic Command, Aether3D, Afternoon Stalker, Airstrike, Aisleriot, Aklabeth, Aleph One, Alex the Allegator 4, Alimer, alive, Allegro, Amphetamine, Anagramarama, Anarch, android-chess, Angband, Annchienta, Antares, Anura, Apricots, Arcane-Engine, Armagetron Advanced, Armies, Arx Libertatis, AssaultCube, AstroMenace, ativayeban, Atlantis, Atomic Game Engine, Atomic Tanks, Atomiks, Atomix, Atrinik, Attal: Lords of doom, Augustus, AutoREALM, Avanor, Azimuth, Bacon2D, Balder2D, Ball and Paddle, Ballerburg SDL, Barony, Bastet, Batalla Naval, Batrachians, Battle City, Battle Tanks, Battles of Antargis, Berusky, Berusky II, BetterSpades, Between, Biniax, Birth of the Empires, Bitfighter, BitRiot, Black Shades, Blackvoxel, Blender game engine, Blinken, Blitwizard, Blob Wars : Attrition, Blob Wars Episode 2 : Blob And Conquer, Blobby Volley 2, Bloboats, Blobwars: Metal Blob Solid, Block Attack - Rise of the Blocks, BlockOut II, BomberClone, Bombermaaan, Bombic, Bombic2, BOOM: Remake, Boost (C++ Libraries), Bos Wars, Boson, Box2D, Bridge Command, Brikx, BRIQUOLO, Brogue, Brutal Chess, BStone, Bt Builder, BurgerSpace, BZFlag, C-Dogs SDL, c64-nuclearreaction, Cadaver, CaesarIA, Cannon Smash, Cannonball, Caph, Cat Mother Dead Justice, Cataclysm, Cataclysm: Dark Days Ahead, Catacomb 3-D, CatacombGL, CatacombSDL, Catch Challenger, CaveExpress, CavePacker, CAVEZ of PHEAR, CBoard, cc94, CCCP, CETech, Chocolate Doom, Chocolate Duke3D, Choria, Chroma, Chromium B.S.U., Chronoshift, Chrzaszcz, Circus Linux!, Civilization: Call To Power 2 Source Project, ClanLib, Classic Blades of Exile, Classic RBDoom 3 BFG, ClassiCube, Clonepoint, coab, COCOS2D-X, Colditz Escape, Colobot: Gold Edition, Colonization too, Columns, Combat Simulator Project, Commander Genius, Conquest, Conquests, Construo, Core War, CorEngine, CorsixTH, Cosmo-Engine, Cosmore, Cosmosmash, Crack Attack!, Craft, Crimson Fields, Critterding, Crossfire, CrossUO, Crown, Crown and Cutlass, Crypto++, Crystal Space 3D SDK, Cubosphere, Cultivation, Curse of War, curses, CuteMaze, Cuyo, Cytadela, Cytopia, D2X-XL, Daimonin, Danger from the Deep, Dark Oberon, DarkPlaces, Data Storm, Dave Gnukem, Dawn, Dear ImGui, Deathchase 3D, Deer Portal, Defendguin, Deliantra, Der Clou!, DesktopAdventures, DeSmuME, Devilution, DevilutionX, DGEngine, dhewm3, Diabolika, Digbuild, Digger Remastered, DirectPython, DNT, Do It Yourself Doom With SDL, DOOM, Doom Legacy, DOOM Retro, DOOM-iOS, Doom64EX, Doomsday Engine, Dope Wars, Doxygen, dRally, DreamChess, DreamZZT, Dreerally, DroidZebra, Duel Commander, Duke3D, Duke3d_w32, Dune Dynasty, Dune Legacy, Dungeon Craft, Dungeon Crawl Stone Soup, Dungeon Mapper, Dust Racing 2D, DXX-Rebirth, EasyRPG Player, Eat The Whistle, Eboard, Ecksdee, ECWolf, EdisonEngine, EDuke32, Egoboo, Einstein Puzzle, ElonaFoobar, Elysium Engine, Emilia Pinball, Empty Clip, EmptyEpsilon, Endless Sky, Enduro2D, engge, Enigma, ENIGMA (development environment), EnTT Pacman, Epiar, erampage, Erebus, Escape Towards The Unknown, Esenthel Engine, ET: Legacy, Eternal Lands, Etterna, Excellent Bifurcation, Extreme Tux Racer, Exult, ezEngine, ezQuake, F-1 Spirit, Fairy-Max, Falcon's Eye, Fall of Imiryn, Falling Time, Falltergeist, Fanwor, Faur, Fictional Air Combat, FIFE, Fish Fillets - Next Generation, Flare, Flex Engine, FlightGear, FLTK Recycling Game!, FLTrator, Flukz, fonline, FooBillard, FooBillard++, Forsaken, FQuake3, fRaBs, Free Allegiance, Free Hero Mesh, Free Heroes 2, Free in the Dark (engine), Free Space Colonization, freeablo, freeaoe, FreeBlocks, Freebloks 3D for Android, Freeciv, Freeciv Alpha Centauri project, FreedroidRPG, FreeFalcon, freegish, Freekick 3, Freeminer, Freenukum, FreeOrion, FreePrince, FreeRails, FreeRCT, Freeserf, FreeSiege, Freestars, FreeSynd, FreeType, Friking Shark, Galaxy Forces V2, GalaxyNG, GameCake, GameLV, Garith, GBDK, GCompris, GDash, Gee Whiz, Gem Drop X, GemRB, ges-code, Ghostly, Gigalomania, Gilbert and the doors, GJID, GL-117, GL4ES, Glest, GLEW, Globulation 2, glPortal, GLSpeed, GLtron, GM Tools, Gnomescroll, GNU Chess, GNU FreeDink, GNU Go, GNU Shogi, Goblin Camp, Goblin Hack, Godot, GoldenEye: Source, Golly, Gorc, Gottet, GPL Arcade Volleyball, Grail, Granatier, Gravitation, Greenius' Civil War, Griefly, Grit Game Engine, Grobots, GTK, GUSANOS, Gusty's Serpents, Gweled, GZDoom, H-Craft Championship, H-World, Hack, Hammer of Thyrion, Hardwar, HarfBuzz, Harris, Hase, Haxima, Head over Heels, Heart of the Alien, Hedgewars, Help Hannah's Horse, Hero of Allacrost, Heroes of Civilizations, Heroes of Wesnoth, Hex Game, Hex-a-hop, heXon, HHexen, Hnefatafl, Hocoslamfy, Holtz, HolySpirit, Hopson-Arcade, Horde3D, HoverRace, Hovertank3D, HyperRogue, I Have No Tomatoes, ICBM3D, Ice Breaker, Iceball, ika, Ilarion, Illarion, IMaze, Inexor, Infon Battle Arena, Innocence Engine, INSTEAD, ioquake3, iortcw, Iris2, irrlamb, Irrlicht Engine, Iter Vehemens ad Necem, Jactorio, Jagged Alliance 2 Stracciatella, Jamp, JediAcademyLinux, JediOutcastLinux, Jet-Story, JFDuke3D, JonoF's Shadow Warrior Port (JFSW), Julius, Jump'n'Bump, Kartering, KAtomic, Keen Dreams, KeeperRL, KevEdit, Key Runner, KGoldrunner, kiki the nano bot, Kingdoms, KlayGE, KMines, Knights, Kobo Deluxe, KQ Lives, KRaptor, Krystal Drop, KSnakeDuel, Ksudoku, Kuklomenos, KungFoo Barracuda, L'Abbaye des Morts, l-echo, Labyrinth of Worlds, LBreakout2, LBreakoutHD, LevelHead, LGames, LGeneral, Liberal Crime Squad, Liberation Circuit, libGDX, libpng, Librelancer, libvorbis, Libxml2, LieroLibre, Lightweight Java Game Library, Limbs Off, Lincity, LinCity-NG, Linley's Dungeon Crawl, Linwarrior 3D, Lips of Suna, Liquid War, Liquid Wars, Lix, LMarbles, LordsAWar!, Love2dCS, LTris, Lua, Lugaru, Lumix Engine, Luola, LZMA SDK, LÖVE, M.A.R.S., M.E.W.L., Machinations, Maelstrom, MAGE - Matthias Advanced Game Engine, Mah-Jong, Mana, ManaPlus, Maratis, Marble Marcher, Mars, Land of No Mercy, Maxit, mc2, Me and My Shadow, Mechanized Assault & eXploration Reloaded, MechCommander 2 Omnitech, Mega Mario, MegaGlest, Meridian 59, Meritous, Metaforce, Micropolis, Microracers, MineCraft-One-Week-Challenge, minecraft-weekend, Minesweeper (in C), Minetest, Mininim, Mirror Magic, mkxp, Mmpong, Moon-buggy, MoveNoid, Mr.Boom, Mtp Target, Murder In The Public Domain, n2048, Naev, Nazara Engine, NBlood, ncurses, Necklace of the Eye, neoGFX, Netacka, NetHack, NetMauMau, NetPanzer, Netrek, NetStatsBaseball, Neverball, Nexuiz, NFSIISE, Nighthawk, Nikwi, NLarn, No Gravity, Noiz2sa, Nox Imperii, Numpty Physics, NumPy, Nuvie, NXEngine, NXEngine-evo, Octaforge, Odamex, OGRE, OGS Mahjong, OldSkool Gravity Game, Omega-rpg, Omnispeak, One Hour One Life, Oolite, Open Apocalypse, Open Cube, Open Fodder, Open Fortress, Open Game Engine, Open Hexagon, Open Horizon, Open Jumpgate, Open Meridian, Open Quartz, Open Rodent's Revenge, Open RPG Maker, Open Surge, Open Syobon Action, Open Tibia, Open Yahtzee, Open Zelda, openage, OpenAL, OpenAL Soft, OpenAlchemist, OpenArena, openblack, OpenBlok, OpenBOR, openc2e, OpenCity, OpenClaw, OpenClonk, OpenCrystalCaves, openDOW, OpenDUNE, OpenDungeons, OpenFire, OpenFNaF, Openfrag, OpenGGS, OpenGL Test Drive Remake, Openglad, OpenGothic, OpenHoMM, OpenHoW, OpenITG, OpenJazz, OpenJK, OpenLara, OpenLiero, OpenLieroX, OpenLoco, OpenMC2, OpenMoM, OpenMortal, openMSX, OpenMW, OpenNFS, OpenNotrium, OpenOMF, OpenRaider, OpenRCT2, OpenRW, OpenSkyscraper, OpenSolomonsKey, OpenSpades, OpenSR, OpenSSL, OpenSupaplex, OpenSWE1R, OpenTESArena, OpenTitus, OpenTomb, OpenTTD, OpenTyrian, OpenXcom, Operation Citadel, OPMon, Orbit-Hopper, Orx, Ostrich Riders, Other-Life, Outpost HD, ouzel, Overgod, Overload, Oxygen Engine, Pachi, Pacman, PainTown, Palapeli, Panda3D, Passage, Pathogen Warrior, Pax Britannica, PCExhumed, Penguin Command, Pentagram, Pentobi, Peragro Tempus, Performous, Phantasy Star Rebirth, Pillow, Pingus, Pink Pony, Pioneer, Pioneers, PipeWalker, PixelLight, Pizza Business, pkg-config, PlaneShift, Plee the Bear, PLIB, PokerTH, Polycode, POSTAL 1 Open Source, Powermanga, Powerslave EX, Powerslide remake, pq2, PrBoom+, Primrose, Privateer - Gemini Gold, Procedural Map Generator, progress-quest, Project Carrot, Project: Starfighter, ProQuake 4, PSY PONG 3D, Psyco, Pthreads-win32, Pushover, Puzzle Moppet, pycraft, pygame, PyQt, Q-Gears, Qonk, Qt, Quake3e, QuakeSpasm, Quartz Engine, Quatter, Race Into Space, RadixEngine, Ragel, raylib, RBDOOM-3-BFG, Recursive Runner, Red Eclipse, Rednukem, REDriver2, RedShift, Reflection Keen, REGoth, Ren'Py, ReShade, ResidualVM, Return of Dr. Destructo, Return to the Roots, rFXGen, Ri-li, RickyD, Rigel Engine, Rigs of Rods, Rise of the Triad for Linux, Rockbot, Rocks'n'Diamonds, Rogue Clone IV, Rolisteam, RPG-X, rpge, rRootage, RufasSlider, Ryzom Core, S.C.O.U.R.G.E., sandbox Game Maker, Sanity Engine, Sarah-Maries Eierjagd, Scorched3D, Scrap, ScummVM, SDL Asylum, SDL Bomber, SDL Game Engine 2D, SDL Sopwith, SDL-Ball, SDLPoP, Secret Maryo Chronicles, Sengoku: Warring States of Japan, Seven Kingdoms: Ancient Adversaries, sfall, Shadowgrounds, Shockolate, Shotgun Debugger, SilverTree, Simon Tatham's Portable Puzzle Collection, Simple and Fast Multimedia Library, Simple DirectMedia Layer, Simple Sokoban, Simsu, Simutrans, Sinatra, Sine, SLADE, SLASH'EM, Sleep Is Death, Slime Volley, Slime Volleyball, Slot-Racers, Sludge, Smash Battle, SoftPixel Engine, Solarus, Soldat, Song of Albion, Sonic Robo Blast 2, Sopwith 3, Sourcehold, Space Harrier Clone, Space Nerds In Space, SpaceZero, Spartan Engine, Speed Dreams, splexhd, Spring, SR, Star Ruler 2, star-control2, StarBlastrix, Stargus, starshatter-open, StepMania, Stockfish, Storm Engine, Stratagus, StressFreeZone, Strife: Veteran Edition, Stunt Rally, Sudokuki, Summoning Wars, sundog, Super Methane Brothers, Super Methane Brothers for Wii and GameCube, Super Transball 2, SuperFoulEgg, SuperTux, SuperTuxKart, SWIG, SWP, Syndicate Wars Port, T-Bots, T^3, Tactics Squad, Taisei Project, Tales of Maj'Eyal, Tanglet, Tank: Zone of Death, Tapir, TecnoballZ, Teeworlds, Tenes Empanadas Graciela, Tennix!, Terminal Overload, terrarium, TES3MP, Tetrepetete, Tetris (in C and NCURSES), Tetzle, The Battle for Wesnoth, The Butterfly Effect, The Castles of Dr. Creep, The Catacomb, The Clans, The Dark Mod, The Endless Dungeons, The Epic of Heroes, The Eternity Engine, The Force Engine, The Knights of Alentejo, The Legend of Edgar, The Mana World, The Powder Toy, The Rush, The Secret Chronicles of Dr. M., The Ur-Quan Masters, Theme Park Builder 3D CAD, thiefcatcher, Thousand Parsec, Thrive, Thrust, Thunder Engine, Thunder&Lightning, Thyme, Tile World, TinTin++, Tiny Tris, Tiny Wings, TOMB5, Toppler, TORCS, The Open Racing Car Simulator, Tornado, Torque 2D, Torque 3D, Total Annihilation 3D, TowerJumper, Trackballs, Transcend, Transfusion, Tremfusion, Tremulous, Tressette, Trigger, Trinity Reign, TROPHY, TTDPatch, Tumiki Fighters, Turious, TurokEX, Tux Football, Tux of Math Command, Tux Paint, Tux Racer, Tux Rider, TuxKart, twin-e, TwinEngine, TyrQuake, UA_source, UFO2000, UFO: Alien Invasion, Ularn, Ultimate Stunts, uMario, Umoria, Underworld Adventures, UnderworldExporter, uninvited, UnNetHack, Unvanquished, Urho3D, Valyria Tear, Vamos, Vanilla-Conquer, VCMI, VDrift, Vectoroids, Vega Strike, Vertigo, VGC, Violetland, Visual Pinball, vitetris, vkQuake, VMS Empire, Vocaluxe, Vortice, Vorton, Voxelands, VQEngine, Vulture's Eye, VVVVVV, Wagic, the Homebrew, War Of Kingdom, War1, Wargamer, Wargus, WarMUX, Warp Rogue, Warzone 2100, Widelands, Windstille, Witch Blast, Wizardry Legacy, Wizznic!, wkbre, Wograld, Wolfpack Empire, Word War vi, World of Might and Magic, WorldForge, wxPython, wxWidgets, Wyrmsun, X-Moto, XArchon, xBaK, XBill, XBlast, Xconq, xdigger, xDuke, Xenowar, XEvil, XInvaders 3D, Xjig, Xonotic, XorCurses, xoreos, XPilot, XPilot NG, XRay engine, XScavenger, XSera, xu4, Xye, xygineXT, XZ Utils, Yamagi Quake II, yaml-cpp, ZAngband, Zatacka, Zatacka X, Zaz, ZDoom, Zed Online, Zelda Classic, Zero Ballistics, Zeta, ZGB, zlib, Zod Engine +0 A.D., 1oom, 2H4U, 3D Pong, 3Dc, 3DWorld, 4D-TRIS, 54321, Abe's Amazing Adventure, Abuse, Abuse 1996, ACM, Adanaxis, Advanced Strategic Command, Aether3D, Afternoon Stalker, Airstrike, Aisleriot, Aklabeth, Aleph One, Alex the Allegator 4, Alimer, alive, Allegro, Ambrose3D, Amphetamine, Anagramarama, Anarch, android-chess, Angband, Annchienta, Antares, Anura, Apricots, Arcane-Engine, Armagetron Advanced, Armies, Arx Libertatis, AssaultCube, AstroMenace, ativayeban, Atlantis, Atomic Game Engine, Atomic Tanks, Atomiks, Atomix, Atrinik, Attal: Lords of doom, Augustus, AutoREALM, Avanor, Azimuth, Bacon2D, Balder2D, Ball and Paddle, Ballerburg SDL, Barony, Bastet, Batalla Naval, Batrachians, Battle City, Battle Tanks, Battles of Antargis, Berusky, Berusky II, BetterSpades, Between, Biniax, Birth of the Empires, Bitfighter, BitRiot, Black Shades, Blackvoxel, Blender game engine, Blinken, Blitwizard, Blob Wars : Attrition, Blob Wars Episode 2 : Blob And Conquer, Blobby Volley 2, Bloboats, Blobwars: Metal Blob Solid, Block Attack - Rise of the Blocks, BlockOut II, BomberClone, Bombermaaan, Bombic, Bombic2, BOOM: Remake, Boost (C++ Libraries), Bos Wars, Boson, Box2D, Bridge Command, Brikx, BRIQUOLO, Brogue, Brutal Chess, BStone, Bt Builder, BurgerSpace, BZFlag, C-Dogs SDL, c64-nuclearreaction, Cadaver, CaesarIA, Cafu Engine, Cannon Smash, Cannonball, Caph, Cat Mother Dead Justice, Cataclysm, Cataclysm: Dark Days Ahead, Catacomb 3-D, CatacombGL, CatacombSDL, Catch Challenger, CaveExpress, CavePacker, CAVEZ of PHEAR, CBoard, cc94, CCCP, CETech, Chocolate Doom, Chocolate Duke3D, Choria, Chroma, Chromium B.S.U., Chronoshift, Chrzaszcz, Circus Linux!, Civilization: Call To Power 2 Source Project, ClanLib, Classic Blades of Exile, Classic RBDoom 3 BFG, ClassiCube, Clonepoint, coab, COCOS2D-X, Colditz Escape, Colobot: Gold Edition, Colonization too, Columns, Combat Simulator Project, Commander Genius, Conquest, Conquests, Construo, Core War, CorEngine, CorsixTH, Cosmo-Engine, Cosmore, Cosmosmash, Crack Attack!, Craft, Crimson Fields, Critterding, Crossfire, CrossUO, Crown, Crown and Cutlass, Crypto++, Crystal Space 3D SDK, Cubosphere, Cultivation, Curse of War, curses, CuteMaze, Cuyo, Cytadela, Cytopia, D2X-XL, Daedalus, Daimonin, Danger from the Deep, Dark Oberon, DarkPlaces, Data Storm, Dave Gnukem, Dawn, Dear ImGui, Deathchase 3D, Deer Portal, Defendguin, Deliantra, Der Clou!, DesktopAdventures, DeSmuME, Devilution, DevilutionX, DGEngine, dhewm3, Diabolika, Digbuild, Digger Remastered, dim3, DirectPython, DNT, Do It Yourself Doom With SDL, DOOM, Doom Legacy, DOOM Retro, DOOM-iOS, Doom64EX, Doomsday Engine, Dope Wars, Doxygen, dRally, DreamChess, DreamZZT, Dreerally, DroidZebra, Duel Commander, Duke3D, Duke3d_w32, Dune Dynasty, Dune Legacy, Dungeon Craft, Dungeon Crawl Stone Soup, Dungeon Mapper, Dust Racing 2D, DXX-Rebirth, EasyRPG Player, Eat The Whistle, Eboard, Ecksdee, ECWolf, EdisonEngine, EDuke32, Egoboo, Einstein Puzzle, ElonaFoobar, Elysium Engine, Emilia Pinball, Empty Clip, EmptyEpsilon, Endless Sky, Enduro2D, engge, Enigma, ENIGMA (development environment), EnTT Pacman, Epiar, erampage, Erebus, Escape Towards The Unknown, Esenthel Engine, ET: Legacy, Eternal Lands, Etterna, Excellent Bifurcation, Extreme Tux Racer, Exult, ezEngine, ezQuake, F-1 Spirit, Fairy-Max, Falcon's Eye, Fall of Imiryn, Falling Time, Falltergeist, Fanwor, Faur, Fictional Air Combat, FIFE, Fish Fillets - Next Generation, Fitzquake, Flare, Flex Engine, FlightGear, FLTK Recycling Game!, FLTrator, Flukz, fonline, FooBillard, FooBillard++, Forsaken, FQuake3, fRaBs, Free Allegiance, Free Hero Mesh, Free Heroes 2, Free in the Dark (engine), Free Space Colonization, freeablo, freeaoe, FreeBlocks, Freebloks 3D for Android, Freeciv, Freeciv Alpha Centauri project, FreedroidRPG, FreeFalcon, freegish, Freekick 3, Freeminer, Freenukum, FreeOrion, FreePrince, FreeRails, FreeRCT, Freeserf, FreeSiege, Freestars, FreeSynd, FreeType, Friking Shark, Galaxy Forces V2, GalaxyNG, Game Editor, GameCake, GameLV, GamePlay, Garith, GBDK, GCompris, GDash, Gee Whiz, Gem Drop X, GemRB, ges-code, Ghostly, Gideros, Gigalomania, Gilbert and the doors, GJID, GL-117, GL4ES, Glest, GLEW, Globulation 2, glPortal, GLSpeed, GLtron, GM Tools, Gnomescroll, GNU Chess, GNU FreeDink, GNU Go, GNU Shogi, Goblin Camp, Goblin Hack, Godot, GoldenEye: Source, Golly, Gorc, Gottet, GPL Arcade Volleyball, Grail, Granatier, Gravitation, Greenius' Civil War, Griefly, Grit Game Engine, Grobots, GTK, GUSANOS, Gusty's Serpents, Gweled, GZDoom, H-Craft Championship, H-World, Hack, Hammer of Thyrion, Hardwar, HarfBuzz, Harris, Hase, Haxima, Head over Heels, Heart of the Alien, Hedgewars, Help Hannah's Horse, Hero of Allacrost, Heroes of Civilizations, Heroes of Wesnoth, Hex Game, Hex-a-hop, heXon, HGE, HHexen, Hnefatafl, Hocoslamfy, Holtz, HolySpirit, Hopson-Arcade, Horde3D, HoverRace, Hovertank3D, HyperRogue, I Have No Tomatoes, ICBM3D, Ice Breaker, Iceball, iiChantra, ika, Ilarion, Illarion, IMaze, Inexor, Infon Battle Arena, Innocence Engine, INSTEAD, ioquake3, iortcw, Iris2, irrlamb, Irrlicht Engine, Iter Vehemens ad Necem, Jactorio, Jagged Alliance 2 Stracciatella, Jamp, JediAcademyLinux, JediOutcastLinux, Jet-Story, JFDuke3D, JonoF's Shadow Warrior Port (JFSW), Julius, Jump'n'Bump, Kartering, KAtomic, Keen Dreams, KeeperRL, KevEdit, Key Runner, KGoldrunner, kiki the nano bot, Kingdoms, KlayGE, KMines, Knights, Kobo Deluxe, KQ Lives, KRaptor, Krystal Drop, KSnakeDuel, Ksudoku, Kuklomenos, KungFoo Barracuda, L'Abbaye des Morts, l-echo, Labyrinth of Worlds, LBreakout2, LBreakoutHD, LevelHead, LGames, LGeneral, Liberal Crime Squad, Liberation Circuit, libGDX, libpng, Librelancer, libvorbis, Libxml2, LieroLibre, Lightweight Java Game Library, Limbs Off, Lincity, LinCity-NG, Linley's Dungeon Crawl, Linwarrior 3D, Lips of Suna, Liquid War, Liquid Wars, Lix, LMarbles, LordsAWar!, Love2dCS, LTris, Lua, Lugaru, Lumix Engine, Luola, LZMA SDK, LÖVE, M.A.R.S., M.E.W.L., Machinations, Maelstrom, MAGE - Matthias Advanced Game Engine, Mah-Jong, Mana, ManaPlus, Maratis, Marble Marcher, Mars, Land of No Mercy, Maxit, mc2, Me and My Shadow, Mechanized Assault & eXploration Reloaded, MechCommander 2 Omnitech, Mega Mario, MegaGlest, Meridian 59, Meritous, Metaforce, Micropolis, Microracers, MineCraft-One-Week-Challenge, minecraft-weekend, Minesweeper (in C), Minetest, Mininim, Mirror Magic, mkxp, Mmpong, Moon-buggy, MoveNoid, Mr.Boom, Mtp Target, Murder In The Public Domain, n2048, Naev, Nazara Engine, NBlood, ncurses, Necklace of the Eye, neoGFX, Netacka, NetHack, NetMauMau, NetPanzer, Netrek, NetStatsBaseball, Neverball, Nexuiz, NFSIISE, Nighthawk, Nikwi, NLarn, No Gravity, Noiz2sa, Nox Imperii, Numpty Physics, NumPy, Nuvie, NXEngine, NXEngine-evo, Octaforge, Odamex, OGRE, Ogrian Carpet, OGS Mahjong, OldSkool Gravity Game, Omega-rpg, Omnispeak, One Hour One Life, ONScripter, Oolite, Open Apocalypse, Open Cube, Open Fodder, Open Fortress, Open Game Engine, Open Greedy, Open Hexagon, Open Horizon, Open Jumpgate, Open Meridian, Open Quartz, Open Rodent's Revenge, Open RPG Maker, Open Surge, Open Syobon Action, Open Tibia, Open Valley, Open Yahtzee, Open Zelda, openage, OpenAL, OpenAL Soft, OpenAlchemist, OpenArena, openblack, OpenBlok, OpenBOR, openc2e, OpenCity, OpenClaw, OpenClonk, OpenCrystalCaves, openDOW, OpenDUNE, OpenDungeons, OpenFire, OpenFly, OpenFNaF, Openfrag, OpenGGS, OpenGL Test Drive Remake, Openglad, OpenGothic, OpenHoMM, OpenHoW, OpenITG, OpenJazz, OpenJK, OpenLara, OpenLiero, OpenLieroX, OpenLoco, OpenMC2, OpenMoM, OpenMortal, openMSX, OpenMW, OpenNFS, OpenNotrium, OpenOMF, OpenRaider, OpenRCT2, OpenRW, OpenSkyscraper, OpenSolomonsKey, OpenSpades, OpenSR, OpenSSL, OpenSupaplex, OpenSWE1R, OpenTESArena, OpenTitus, OpenTomb, OpenTTD, OpenTyrian, OpenXcom, OpenXRay, Operation Citadel, OPMon, Orbit-Hopper, Orx, Ostrich Riders, Other-Life, Outpost HD, ouzel, Overgod, Overload, Oxygen Engine, Pachi, Pacman, PainTown, Palapeli, Panda3D, Passage, Pathogen Warrior, Pax Britannica, PCExhumed, Penguin Command, Pentagram, Pentobi, Peragro Tempus, Performous, Phantasy Star Rebirth, Pillow, Pingus, Pink Pony, Pioneer, Pioneers, PipeWalker, PixelLight, Pizza Business, pkg-config, PlaneShift, Playir, Plee the Bear, PLIB, PokerTH, Polycode, POSTAL 1 Open Source, Powermanga, Powerslave EX, Powerslide remake, pq2, PrBoom+, Primrose, Privateer - Gemini Gold, Procedural Map Generator, progress-quest, Project Carrot, Project: Starfighter, ProQuake 4, PSY PONG 3D, Psyco, Pthreads-win32, Pushover, Puzzle Moppet, pycraft, pygame, PyQt, Q-Gears, Qonk, Qt, Quake3e, QuakeSpasm, Quartz Engine, Quatter, Race Into Space, RAD, RadixEngine, Ragel, Raptor: Call of the Shadows, raylib, Raze, RBDOOM-3-BFG, Recursive Runner, Red Eclipse, Rednukem, REDriver2, RedShift, Reflection Keen, REGoth, Ren'Py, reone, ReShade, ResidualVM, Return of Dr. Destructo, Return to the Roots, rFXGen, Ri-li, RickyD, Rigel Engine, Rigs of Rods, Rise of the Triad for Linux, Robot Redemption, Rockbot, Rocks'n'Diamonds, Rogue Clone IV, Rolisteam, Rott94, rottexpr, RPG-X, rpge, rRootage, RufasSlider, Ryzom Core, S.C.O.U.R.G.E., sandbox Game Maker, Sanity Engine, Sarah-Maries Eierjagd, Scorched3D, Scrap, ScummVM, SDL Asylum, SDL Bomber, SDL Game Engine 2D, SDL Sopwith, SDL-Ball, SDLPoP, Secret Maryo Chronicles, Sengoku: Warring States of Japan, Seven Kingdoms: Ancient Adversaries, sfall, sfxr, Shadowgrounds, Shockolate, Shotgun Debugger, SilverTree, Simon Tatham's Portable Puzzle Collection, Simple and Fast Multimedia Library, Simple DirectMedia Layer, Simple Sokoban, Simsu, Simutrans, Sinatra, Sine, SLADE, SLASH'EM, Sleep Is Death, Slime Volley, Slime Volleyball, Slot-Racers, Sludge, Smash Battle, SoftPixel Engine, Solarus, Soldat, Song of Albion, Sonic Robo Blast 2, Sopwith 3, Sourcehold, Space Harrier Clone, Space Nerds In Space, SpaceZero, Spartan Engine, Speed Dreams, splexhd, Spring, SR, Star Ruler 2, star-control2, StarBlastrix, Stargus, starshatter-open, StepMania, Stockfish, Storm Engine, Stratagus, StressFreeZone, Strife: Veteran Edition, Stunt Rally, Sudokuki, Summoning Wars, sundog, Super Methane Brothers, Super Methane Brothers for Wii and GameCube, Super Transball 2, SuperFoulEgg, SuperTux, SuperTuxKart, SWIG, SWP, Syndicate Wars Port, T-Bots, T^3, Tactics Squad, Taisei Project, Tales of Maj'Eyal, Tanglet, Tank: Zone of Death, Tapir, TecnoballZ, Teeworlds, Tenes Empanadas Graciela, Tennix!, Terminal Overload, terrarium, TES3MP, Tetrepetete, Tetris (in C and NCURSES), Tetzle, The Battle for Wesnoth, The Butterfly Effect, The Castles of Dr. Creep, The Catacomb, The Clans, The Dark Mod, The Endless Dungeons, The Epic of Heroes, The Eternity Engine, The Force Engine, The Knights of Alentejo, The Legend of Edgar, The Mana World, The Powder Toy, The Rush, The Secret Chronicles of Dr. M., The Ur-Quan Masters, Theme Park Builder 3D CAD, thiefcatcher, Thousand Parsec, Thrive, Thrust, Thunder Engine, Thunder&Lightning, Thyme, Tile World, TinTin++, Tiny Tris, Tiny Wings, TOMB5, Toppler, TORCS, The Open Racing Car Simulator, Tornado, Torque 2D, Torque 3D, Total Annihilation 3D, Tower Toppler, TowerJumper, Trackballs, Transcend, Transfusion, Tremfusion, Tremulous, Tressette, Trigger, Trinity Reign, TROPHY, TTDPatch, Tumiki Fighters, Turious, TurokEX, Tux Football, Tux of Math Command, Tux Paint, Tux Racer, Tux Rider, TuxKart, twin-e, TwinEngine, TyrQuake, UA_source, UFO2000, UFO: Alien Invasion, Ularn, Ultimate Stunts, uMario, Umoria, Underworld Adventures, UnderworldExporter, uninvited, UnNetHack, Unvanquished, Urho3D, Valyria Tear, Vamos, Vangers, Vanilla-Conquer, VCMI, VDrift, Vectoroids, Vega Strike, Vertigo, VGC, Violetland, Vircadia, Visual Pinball, vitetris, vkQuake, VMS Empire, Vocaluxe, Vortice, Vorton, Voxelands, VQEngine, Vulture's Eye, VVVVVV, Wagic, the Homebrew, War Of Kingdom, War1, Wargamer, Wargus, WarMUX, Warp Rogue, Warzone 2100, Widelands, Windstille, Wintermute Engine, Witch Blast, Wizardry Legacy, Wizznic!, wkbre, Wograld, Wolfpack Empire, Word War vi, World of Might and Magic, WorldForge, wxLaserTank, wxPython, wxWidgets, Wyrmsun, X-Moto, XArchon, Xargon, xBaK, XBill, XBlast, Xconq, xdigger, xDuke, Xenowar, XEvil, XInvaders 3D, Xjig, Xonotic, XorCurses, xoreos, XPilot, XPilot NG, XScavenger, XSera, xu4, Xye, xygineXT, XZ Utils, Yamagi Quake II, yaml-cpp, ZAngband, Zatacka, Zatacka X, Zaz, ZDoom, Zed Online, Zelda Classic, Zero Ballistics, Zeta, ZGB, zlib, Zod Engine ##### C and C++ projects with a build system different from CMake (0) @@ -514,14 +521,14 @@ Build systems information available for 36.4% of all projects. ## Platform -Platform information available for 98.3% of all projects. +Platform information available for 99.3% of all projects. ##### Platforms frequency - Windows (31.9%) -- Linux (30.8%) +- Linux (30.4%) - macOS (18.0%) -- Web (9.2%) -- Android (9.0%) -- iOS (1.1%) +- Web (9.3%) +- Android (9.1%) +- iOS (1.3%)