fixed keywords and rewrote readme and genre tocs
This commit is contained in:
parent
ff1555e210
commit
2915f52a19
36
README.md
36
README.md
@ -3,18 +3,25 @@
|
||||
**[Dynamic HTML table](https://trilarion.github.io/opensourcegames/)** of the entries / Development **[Blog](https://trilarion.blogspot.com/search/label/osgames)** / **[Statistics](games/statistics.md)**
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
517 entries
|
||||
- **[Action/Arcade](games/action/_toc.md)** (69)
|
||||
- **[Adventure & Visual novels](games/adventure/_toc.md)** (14)
|
||||
- **[Engines & Frameworks](games/framework/_toc.md)** (59)
|
||||
- **[Libraries](games/library/_toc.md)** (22)
|
||||
- **[Misc](games/misc/_toc.md)** (7)
|
||||
- **[Puzzle](games/puzzle/_toc.md)** (16)
|
||||
- **[Role Playing](games/rpg/_toc.md)** (115)
|
||||
- **[Simulation](games/simulation/_toc.md)** (33)
|
||||
- **[Strategy](games/strategy/_toc.md)** (168)
|
||||
- **[Tools & Manuals](games/tools/_toc.md)** (14)
|
||||
|
||||
- **[All](games/_all.md)** (517)
|
||||
- **[Action](games/_action.md)** (69)
|
||||
- **[Arcade](games/_arcade.md)** (10)
|
||||
- **[Adventure](games/_adventure.md)** (14)
|
||||
- **[Visual novel](games/_visual novel.md)** (4)
|
||||
- **[Sports](games/_sports.md)** (8)
|
||||
- **[Platform](games/_platform.md)** (2)
|
||||
- **[Puzzle](games/_puzzle.md)** (18)
|
||||
- **[Role playing](games/_role playing.md)** (117)
|
||||
- **[Simulation](games/_simulation.md)** (33)
|
||||
- **[Strategy](games/_strategy.md)** (168)
|
||||
- **[Card game](games/_card game.md)** (1)
|
||||
- **[Board game](games/_board game.md)** (9)
|
||||
- **[Music](games/_music.md)** (3)
|
||||
- **[Educational](games/_educational.md)** (3)
|
||||
- **[Tool](games/_tool.md)** (15)
|
||||
- **[Game engine](games/_game engine.md)** (7)
|
||||
- **[Framework](games/_framework.md)** (59)
|
||||
- **[Library](games/_library.md)** (22)
|
||||
[comment]: # (end of autogenerated content)
|
||||
|
||||
A list of open source games sorted by genre. The projects are at least in beta stage with a code basis that builds
|
||||
@ -55,10 +62,10 @@ _{Description}_ // single description line (typically taken from about page of g
|
||||
- Play: {URL} // (optional) link(s) to online play possibility
|
||||
- Download: {URL} // (optional) link(s) to download binary (or source) releases
|
||||
- Platform: {XX} // (optional) list of supported platforms {Linux, Windows, macOS, Android, ..}
|
||||
- Keywords: {XX} // (optional) list of tags describing the game
|
||||
- Keywords: {XX} // list of tags describing the game, first tage is the main category tag
|
||||
- Code repository: {URL} // code repositories (most significant first)
|
||||
- Code language: {XX} // programming language(s) used
|
||||
- Code license: {XX} // (optional) license of the code, use "Custom" with comment in () if the license is project-specific
|
||||
- Code license: {XX} // license of the code, use "Custom" with comment in () if the license is project-specific
|
||||
- Code dependencies: {XX} // (optional) important third party libraries / frameworks used by the project
|
||||
- Assets license: {XX} // (optional) license(s) of the assets (artwork, ..)
|
||||
|
||||
@ -77,6 +84,7 @@ _{Description}_ // single description line (typically taken from about page of g
|
||||
- Put comments in "()" parentheses (do not put commas in comments).
|
||||
- Remove lines with fields that do not apply to the project or where information is not available otherwise.
|
||||
- Status active is implied/default unless the optional "inactive since" is present
|
||||
- All lines starting with '- ' are considered fields.
|
||||
|
||||
Help: [MarkDown Help](https://help.github.com/articles/github-flavored-markdown), [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
||||
|
||||
|
@ -6,7 +6,7 @@ _0 A.D. is a free, open-source, cross-platform real-time strategy game._
|
||||
- Media: <https://en.wikipedia.org/wiki/0_A.D._(video_game)>
|
||||
- State: beta
|
||||
- Download: https://play0ad.com/download/
|
||||
- Keywords: strategy, RTS
|
||||
- Keywords: real time, strategy
|
||||
- Code repository: https://github.com/0ad/0ad.git (mirror), https://svn.wildfiregames.com/public/ps/trunk/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _WebGL version of micropolisJS._
|
||||
- Home: https://github.com/lo-th/3d.city
|
||||
- State: mature, inactive since 2016
|
||||
- Play: http://lo-th.github.io/3d.city/index.html
|
||||
- Keywords: simulation, browser
|
||||
- Keywords: simulation
|
||||
- Code repository: https://github.com/lo-th/3d.city.git
|
||||
- Code language: JavaScript
|
||||
- Code license: GPL-3.0
|
||||
|
72
games/_action.md
Normal file
72
games/_action.md
Normal file
@ -0,0 +1,72 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Action
|
||||
|
||||
- **[Aeron](aeron.md)** (C++, ?, mature, inactive since 2011)
|
||||
- **[Aleph One: Marathon](aleph_one_marathon.md)** (C++, Lua, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Armagetron Advanced](armagetron_advanced.md)** (C++, GPL-2.0, mature)
|
||||
- **[Astromenace](astromenace.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Atomic Tanks](atomic_tanks.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[BZFlag](bzflag.md)** (C++, LGPL-2.1, MPL-2.0, mature)
|
||||
- **[Ballerburg](ballerburg.md)** (C, Public Domain, mature, inactive since 1987)
|
||||
- **[Battle Tanks](battle_tanks.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Biniax](biniax.md)** (C, zlib, mature, inactive since 2012)
|
||||
- **[Blobby Volley 2](blobby_volley2.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Blobwars: Metal Blob Solid](blobwars_metal_solid_blob.md)** (C++, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Bombermaaan](bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Boulder Dash](boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
|
||||
- **[C-Dogs](cdogs.md)** (C, GPL-2.0, mature)
|
||||
- **[Cabbages and Kings](cabbages_and_kings.md)** (Python, MIT, mature)
|
||||
- **[Cat Mother Dead Justice](catmother.md)** (C++, 3-clause BSD, beta, inactive since 2003)
|
||||
- **[Celestron](celestron.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Chocolate Doom](chocolate_doom.md)** (C, GPL-2.0, mature)
|
||||
- **[Chromium B.S.U.](chromium_bsu.md)** (C++, Artistic License, mature)
|
||||
- **[CommandoJS](commando_js.md)** (JavaScript, CoffeeScript, MIT, beta, inactive since 2012)
|
||||
- **[Epiar](epiar.md)** (C, C++, Lua, GPL-2.0, beta)
|
||||
- **[Freedoom](freedoom.md)** (Python, BSD, beta)
|
||||
- **[GDash](gdash.md)** (C++, MIT, beta)
|
||||
- **[GLtron](gltron.md)** (C, GPL, beta, inactive since 2016)
|
||||
- **[GPL Arcade Volleyball](gpl_arcade_volleyball.md)** (?, ?, beta, inactive since 2006)
|
||||
- **[GUSANOS](gusanos.md)** (?, GPL, beta, inactive since 2006)
|
||||
- **[Gang Garrison 2](gang_garrison2.md)** (Game Maker Script, MPL, mature)
|
||||
- **[LGames](lgames.md)** (C++, GPL-2.0, mature)
|
||||
- **[Linwarrior 3D](linwarrior.md)** (C++, Apache-2.0, mature, inactive since 2010)
|
||||
- **[Liquid War](liquid_war.md)** (C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Lugaru](lugaru.md)** (C++, GPL-2.0, mature)
|
||||
- **[Maelstrom](maelstrom.md)** (C++, GPL-2.0, mature, inactive since 2002)
|
||||
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (C++, MPL, beta, inactive since 2013)
|
||||
- **[Mega Mario](mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012)
|
||||
- **[MicroWar 2.0](microwar_2.md)** (Python, 3-clause BSD, mature, inactive since 2009)
|
||||
- **[Netrek](netrek.md)** (?, ?, mature, inactive since 2009)
|
||||
- **[Neverball](neverball.md)** (C, GPL-2.0, mature)
|
||||
- **[Nexiuz](nexiuz.md)** (?, ?, mature)
|
||||
- **[Open Sonic](open_sonic.md)** (C, GPL-2.0, beta)
|
||||
- **[Open Zelda](open_zelda.md)** (C++, zlib, beta)
|
||||
- **[OpenArena](openarena.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
- **[OpenClonk](openclonk.md)** (C, C++, ISC, mature)
|
||||
- **[OpenLieroX](openlierox.md)** (C++, LGPL, mature)
|
||||
- **[PainTown](paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Pang Zero](pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Red Eclipse](red_eclipse.md)** (C++, zlib, mature)
|
||||
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature)
|
||||
- **[SDL Asylum](sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009)
|
||||
- **[SDL Sopwith](sdl_sopwith.md)** (C, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Scorched 3D](scorched_3d.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Smash Battle](smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[Smash](smash.md)** (JavaScript, MIT, mature)
|
||||
- **[Speed Dreams](speed_dreams.md)** (C++, GPL-2.0, mature)
|
||||
- **[StarBlastrix ](starblastrix.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Stunt Rally](stunt_rally.md)** (C++, GPL-3.0, mature)
|
||||
- **[SuperTuxKart](supertuxkart.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[The Legend of Edgar](the_legend_of_edgar.md)** (C, GPL-2.0, mature)
|
||||
- **[Tremulous](tremulous.md)** (C, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Tumiki Fighters](tumiki_fighters.md)** (D, 2-clause BSD, mature, inactive since 2005)
|
||||
- **[Tux Racer](tux_racer.md)** (C, GPL-2.0, beta, inactive since 2001)
|
||||
- **[UltraStar](ultrastar.md)** (Pascal, ?, mature, inactive since 2010)
|
||||
- **[Unvanquished](unvanquished.md)** (C++, GPL-3.0, mature)
|
||||
- **[X-Moto](x-moto.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[XPilot](xpilot.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Xonotic](xonotic.md)** (C, GPL-3.0, mature)
|
||||
- **[Yo Frankie!](yo_frankie.md)** (Blender script, ?, mature, inactive since 2009)
|
||||
- **[nXtank](nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010)
|
||||
- **[xdigger](xdigger.md)** (C, GPL-2.0, mature, inactive since 1999)
|
17
games/_adventure.md
Normal file
17
games/_adventure.md
Normal file
@ -0,0 +1,17 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Adventure
|
||||
|
||||
- **[AdaVenture](adaventure.md)** (Ada, GPL-3.0, mature)
|
||||
- **[Childsplay](childsplay.md)** (Python, GPL-3.0, mature)
|
||||
- **[Clou!](clou.md)** (C, Custom, beta)
|
||||
- **[Colossal Cave Adventure](colossal_cave.md)** (Python, Apache-2.0, mature)
|
||||
- **[Digital: A Love Story](digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Dragon History - Dračí Historie](dragon_history.md)** (Pascal, Script, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Fanwor](fanwor.md)** (C, GPL-2.0, mature)
|
||||
- **[Free in the Dark (engine)](fitd.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[GameLV](gamelv.md)** (C++, GPL, beta)
|
||||
- **[Murder In The Public Domain](murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Sentient Storage](sentient_storage.md)** (Python, Public Domain, mature)
|
||||
- **[Sintel The Game](sintel.md)** (Python, MIT, beta, inactive since 2014)
|
||||
- **[Star Maiden Astraea Rio](star_maiden_rio.md)** (Ren'py, CC-BY-NC, mature)
|
||||
- **[TwinEngine](twin_engine.md)** (C, GPL-2.0, mature, inactive since 2015)
|
520
games/_all.md
Normal file
520
games/_all.md
Normal file
@ -0,0 +1,520 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# All
|
||||
|
||||
- **[0 A.D.](0ad.md)** (C++, GPL-2.0, beta)
|
||||
- **[2048](2048.md)** (Javascript, MIT, mature)
|
||||
- **[3d.city](3d_city.md)** (JavaScript, GPL-3.0, mature, inactive since 2016)
|
||||
- **[A Planet's Revenge](a_planets_revenge.md)** (Python, GPL-3.0, beta, inactive since 2008)
|
||||
- **[AI Wars](ai_wars.md)** (Python, MIT, beta, inactive since 2010)
|
||||
- **[AdaVenture](adaventure.md)** (Ada, GPL-3.0, mature)
|
||||
- **[Advanced Strategic Command](asc.md)** (C++, GPL-2.0, mature)
|
||||
- **[Aeron](aeron.md)** (C++, ?, mature, inactive since 2011)
|
||||
- **[Aleph One: Marathon](aleph_one_marathon.md)** (C++, Lua, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Alien Assault Traders](alien_assault_traders.md)** (PHP, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Allegro](allegro.md)** (C, zlib, mature)
|
||||
- **[Ancient Beast](ancient_beast.md)** (JavaScript, AGPL-3.0, mature)
|
||||
- **[Andor's Trail](andors_trail.md)** (Java, GPL-2.0, beta)
|
||||
- **[Angband](angband.md)** (C, GPL-2.0, mature)
|
||||
- **[Annchienta](annchienta.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Antares](antares.md)** (C++, LGPL-3.0, beta)
|
||||
- **[AntiChess](antichess.md)** (Java, MIT, mature, inactive since 2003)
|
||||
- **[Ardentryst](ardentryst.md)** (Python, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Argentum Online](argentum_online.md)** (Visual Basic, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Arianne / Marauroa](arianne.md)** (Java, GPL-2.0, mature)
|
||||
- **[Armagetron Advanced](armagetron_advanced.md)** (C++, GPL-2.0, mature)
|
||||
- **[Armies](armies.md)** (C++, GPL-3.0, mature, inactive since 2007)
|
||||
- **[Arx Libertatis](arx_libertatis.md)** (C++, GPL-3.0, mature)
|
||||
- **[Astromenace](astromenace.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Atlantis](atlantis.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Atomic Tanks](atomic_tanks.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Atomiks](atomiks.md)** (C, GPL, mature)
|
||||
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
|
||||
- **[Atrinik](atrinik.md)** (C, Python, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Attal: Lords of doom](attal.md)** (C++, GPL-2.0, mature, inactive since 2008)
|
||||
- **[AutoREALM](autorealm.md)** (C++, GPL-3.0, mature)
|
||||
- **[Avanor](avanor.md)** (C++, Lua, GPL-2.0, beta, inactive since 2008)
|
||||
- **[BZFlag](bzflag.md)** (C++, LGPL-2.1, MPL-2.0, mature)
|
||||
- **[Ballerburg](ballerburg.md)** (C, Public Domain, mature, inactive since 1987)
|
||||
- **[Battle Tanks](battle_tanks.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Battle for Wesnoth](battle_for_wesnoth.md)** (C++, GPL-2.0, mature)
|
||||
- **[Battlefield Java](battlefield_java.md)** (Java, GPL-3.0, beta, inactive since 2011)
|
||||
- **[Battleround](battleround.md)** (Java, Apache-2.0, beta, inactive since 2015)
|
||||
- **[Battles of Antargis](battles_of_antargis.md)** (C, C++, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Betrayer's Moon Tactics](betrayer_moon_tactics.md)** (JavaScript, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Biniax](biniax.md)** (C, zlib, mature, inactive since 2012)
|
||||
- **[Birth of the Empires](birth_of_the_empires.md)** (C++, Custom, mature, inactive since 2016)
|
||||
- **[BlackNova Traders](blacknova_traders.md)** (PHP, JavaScript, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Blender game engine](blender_game_engine.md)** (C++, GPL-2.0, mature)
|
||||
- **[Blitzkrieg](blitzkrieg.md)** (Java, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Blobby Volley 2](blobby_volley2.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Blobwars: Metal Blob Solid](blobwars_metal_solid_blob.md)** (C++, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Block Attack - Rise of the Blocks](blockattack.md)** (C++, GPL-2.0, mature)
|
||||
- **[BlockOut II](blockout_ii.md)** (?, ?, mature, inactive since 2014)
|
||||
- **[Bombermaaan](bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[Boost (C++ Libraries)](boost.md)** (C++, Boost license 1.0, mature)
|
||||
- **[Bos Wars](bos_wars.md)** (C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Boson](boson.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Boulder Dash](boulder_dash.md)** (Java, MIT, mature, inactive since 2015)
|
||||
- **[Brain Workshop](brain_workshop.md)** (Python, GPL, mature, inactive since 2011)
|
||||
- **[BrowserQuest](browserquest.md)** (JavaScript, MPL-2.0, mature)
|
||||
- **[Brutal Chess](brutal_chess.md)** (C++, GPL, beta, inactive since 2007)
|
||||
- **[Bygfoot](bygfoot.md)** (Java, GPL-2.0, beta)
|
||||
- **[C-Dogs](cdogs.md)** (C, GPL-2.0, mature)
|
||||
- **[C-evo](c_evo.md)** (Pascal, Public Domain, GPL-3.0, mature, inactive since 2013)
|
||||
- **[COCOS2D-X](cocos2dx.md)** (C++, MIT, mature)
|
||||
- **[Cabbages and Kings](cabbages_and_kings.md)** (Python, MIT, mature)
|
||||
- **[Caesar IA](caesar_ia.md)** (C++, GPL-3.0, beta)
|
||||
- **[Call to Power 2](call_to_power2.md)** (C++, Custom, mature)
|
||||
- **[Candy Box 2](candy_box2.md)** (Typescript, Javascript, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Cart Life](cart_life.md)** (AGS Script, Custom, mature, inactive since 2014)
|
||||
- **[Castle Game Engine](castle_game_engine.md)** (Pascal, LGPL-2.0, mature)
|
||||
- **[Castle of the Winds](castle_of_the_winds.md)** (JavaScript, MIT, beta)
|
||||
- **[Cat Mother Dead Justice](catmother.md)** (C++, 3-clause BSD, beta, inactive since 2003)
|
||||
- **[Cataclysm: Dark Days Ahead](cataclysm_dark_days_ahead.md)** (C++, CC-BY-SA-3.0, mature)
|
||||
- **[Cataclysm](cataclysm.md)** (C++, CC-BY-SA-3, beta, inactive since 2012)
|
||||
- **[Catch Challenger](catch_challenger.md)** (C++, GPL-3.0, mature)
|
||||
- **[Celestron](celestron.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Childsplay](childsplay.md)** (Python, GPL-3.0, mature)
|
||||
- **[Chocolate Doom](chocolate_doom.md)** (C, GPL-2.0, mature)
|
||||
- **[Choria](choria.md)** (C++, C, Lua, GPL-3.0, mature)
|
||||
- **[Chromium B.S.U.](chromium_bsu.md)** (C++, Artistic License, mature)
|
||||
- **[CivOne](civone.md)** (C#, CC0, beta)
|
||||
- **[Civil](civil.md)** (Python, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Classic Blades of Exile](blades_of_exile.md)** (C++, GPL-2.0, mature)
|
||||
- **[Clou!](clou.md)** (C, Custom, beta)
|
||||
- **[Colobot](colobot.md)** (C++, GPL-3.0, mature)
|
||||
- **[Colonization too](colonization_too.md)** (C++, GPL-2.0, beta, inactive since 2004)
|
||||
- **[Colossal Cave Adventure](colossal_cave.md)** (Python, Apache-2.0, mature)
|
||||
- **[CommandoJS](commando_js.md)** (JavaScript, CoffeeScript, MIT, beta, inactive since 2012)
|
||||
- **[Conquests](conquests.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Core War](core_war.md)** (?, ?, mature)
|
||||
- **[Corsix Theme Hospital](theme_hospital.md)** (Lua, C++, MIT, mature)
|
||||
- **[Crimson Fields](crimson_fields.md)** (C++, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0, mature)
|
||||
- **[Crown and Cutlass](crown_and_cutlass.md)** (C++, Custom, beta, inactive since 2009)
|
||||
- **[Crypto++](crypto.md)** (C++, Boost-1.0, mature)
|
||||
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL, mature, inactive since 2015)
|
||||
- **[DNT](dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
|
||||
- **[DRL](drl.md)** (Lua, Pascal, GPL-2.0, 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)
|
||||
- **[Dark City](dark_city.md)** (PHP, GPL-3.0, mature, inactive since 2012)
|
||||
- **[Dark Destiny](dark_destiny.md)** (Java, Javascript, GPL, mature, inactive since 2016)
|
||||
- **[Dark Oberon](dark_oberon.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Dash Engine](dash.md)** (D, MIT, mature, inactive since 2015)
|
||||
- **[Dawn](dawn.md)** (C++, GPL-3.0, beta, inactive since 2011)
|
||||
- **[DeSmuME](desmume.md)** (C, C++, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Decker](decker.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[Deity](deity.md)** (Python, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Deliantra](deliantra.md)** (C, GPL-2.0, mature)
|
||||
- **[Delta Engine](deltaengine.md)** (C#, Apache-2.0, mature, inactive since 2015)
|
||||
- **[DemiGod](demigod.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Devana](devana.md)** (PHP, zlib, beta)
|
||||
- **[Digital: A Love Story](digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Domination](domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dragon History - Dračí Historie](dragon_history.md)** (Pascal, Script, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Dragon Hunt](dragon_hunt.md)** (Python, GPL-2.0, mature)
|
||||
- **[DreamChess](dreamchess.md)** (C, GPL-3.0, beta)
|
||||
- **[Duel Commander](duel_commander.md)** (C, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Dune Dynasty](dune_dynasty.md)** (C, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Dune II - The Maker](dune_ii_the_maker.md)** (Java, MIT, beta)
|
||||
- **[Dune Legacy](dune_legacy.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dungeon Craft](dungeon_craft.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dungeon Crawl Stone Soup](dungeon_crawl_stone_soup.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Dungeon Hero](dungeon_hero.md)** (Java, MIT, mature)
|
||||
- **[Dungeon Mapper](dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Dungeon Monkey Eternal](dungeon_monkey_eternal.md)** (Python, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Dungeon Quest](dungeon_quest.md)** (Java, MIT, mature)
|
||||
- **[ENIGMA](enigma_engine.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[EPOH](epoh.md)** (JavaScript, MIT, beta)
|
||||
- **[EasyRPG Player](easyrpgplayer.md)** (C++, GPL-3.0, mature)
|
||||
- **[Eat The Whistle](eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
|
||||
- **[Egoboo](egoboo.md)** (C++, C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Endgame: Singularity](singularity.md)** (Python, GPL-2.0, beta)
|
||||
- **[Endless Sky](endless_sky.md)** (C++, GPL-3.0, mature)
|
||||
- **[Enigma](enigma.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Eos, Dawn of Light: A Space Opera](eos_dawn_of_light.md)** (Python, MIT, beta, inactive since 2007)
|
||||
- **[Epiar](epiar.md)** (C, C++, Lua, GPL-2.0, beta)
|
||||
- **[Erebus](erebus.md)** (C++, GPL-3.0, beta)
|
||||
- **[Eternal Lands](eternal_lands.md)** (C, C++, Custom, mature)
|
||||
- **[EternalWinterWars](eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
|
||||
- **[Evil Cult](evil_cult.md)** (Haxe, JavaScript, GPL-3.0, mature)
|
||||
- **[Evol Online](evol_online.md)** (C, GPL-3.0, mature)
|
||||
- **[Exult](exult.md)** (C++, GPL-2.0, mature)
|
||||
- **[FAR Colony](farcolony.md)** (Pascal, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Fall of Imyrin](fall_of_imiryn.md)** (Python, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Fallen Spire](fallen_spire.md)** (Python, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Fanwor](fanwor.md)** (C, GPL-2.0, mature)
|
||||
- **[First Strike](first_strike.md)** (Java, MIT, mature)
|
||||
- **[Fish Fillets - Next Generation](fish_fillets_ng.md)** (C++, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Flare Engine](flare_engine.md)** (C++, GPL-3.0, mature)
|
||||
- **[FlightGear](flightgear.md)** (C++, GPL-2.0, mature)
|
||||
- **[Flixel](flixel.md)** (ActionScript, MIT, mature)
|
||||
- **[Free Mars](free_mars.md)** (Java, GPL-3.0, mature)
|
||||
- **[Free Orion](freeorion.md)** (C++, Python, GPL-2.0, beta)
|
||||
- **[Free Space Colonization](free_space_colonization.md)** (C, GPL-2.0, beta)
|
||||
- **[Free heroes2 engine](free_heroes2_engine.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Free in the Dark (engine)](fitd.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[FreeCol](freecol.md)** (Java, GPL-2.0, mature)
|
||||
- **[FreeLords](freelords.md)** (Java, GPL-2.0, beta)
|
||||
- **[FreeRCT](freerct.md)** (C++, GPL-2.0, beta, inactive since 2016)
|
||||
- **[FreeRails](freerails.md)** (Java, GPL-2.0, beta)
|
||||
- **[FreeSynd](free_synd.md)** (C++, GPL-2.0, beta)
|
||||
- **[FreeTrain](freetrain.md)** (C#, LGPL-2.1, beta, inactive since 2009)
|
||||
- **[FreeType](freetype.md)** (C, GPL, mature)
|
||||
- **[Freeciv WebGL](freeciv_web.md)** (JavaScript, Java, AGPL-3.0, mature)
|
||||
- **[Freeciv](freeciv.md)** (C, GPL-2.0, mature)
|
||||
- **[Freedink](freedink.md)** (C++, GPL-3.0, mature)
|
||||
- **[Freedoom](freedoom.md)** (Python, BSD, beta)
|
||||
- **[FreedroidRPG](freedroid.md)** (C, GPL-2.0, mature)
|
||||
- **[Freeminer](freeminer.md)** (C++, Lua, GPL-3.0, beta)
|
||||
- **[Freeserf](freeserf.md)** (C++, GPL-3.0, beta)
|
||||
- **[Freestars](freestars.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Frozen Bubble](frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Fujo](fujo.md)** (Python, CC BY-SA 4.0, mature, inactive since 2014)
|
||||
- **[GDash](gdash.md)** (C++, MIT, beta)
|
||||
- **[GLtron](gltron.md)** (C, GPL, beta, inactive since 2016)
|
||||
- **[GM Tools](gm_tools.md)** (C++, GPL-2.0, beta, inactive since 2004)
|
||||
- **[GPL Arcade Volleyball](gpl_arcade_volleyball.md)** (?, ?, beta, inactive since 2006)
|
||||
- **[GUSANOS](gusanos.md)** (?, GPL, beta, inactive since 2006)
|
||||
- **[GalaxyMage Redux](galaxymage_redux.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[GalaxyNG](galaxyng.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[GameLV](gamelv.md)** (C++, GPL, beta)
|
||||
- **[Gang Garrison 2](gang_garrison2.md)** (Game Maker Script, MPL, mature)
|
||||
- **[GearHead](gearhead.md)** (Pascal, Python, LGPL-2.1, Apache-2.0, mature)
|
||||
- **[Gee Whiz](geewhiz.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[GemRB](gemrb.md)** (C++, Python, GPL-2.0, mature)
|
||||
- **[Gigalomania](gigalomania.md)** (C++, GPL-2.0, mature)
|
||||
- **[Glest](glest.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Globulation2](globulation2.md)** (C++, GPL-3.0, mature)
|
||||
- **[Goblin Camp](goblin_camp.md)** (C++, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Goblin Hack](goblin_hack.md)** (C++, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Godot](godot.md)** (C, C++, MIT, mature)
|
||||
- **[Golly ](golly.md)** (C++, Java, GPL-2.0, mature)
|
||||
- **[Grabble](grabble.md)** (Java, ?, mature, inactive since 2006)
|
||||
- **[Greenius' Civil War](greenius_civil_war.md)** (C++, GPL-2.0, beta, inactive since 2001)
|
||||
- **[Grobots](grobots.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[H-World](h_world.md)** (C, Lua, GPL-2.0, beta, inactive since 2005)
|
||||
- **[Hale](hale.md)** (Java, GPL-2.0, beta, inactive since 2014)
|
||||
- **[HarfBuzz](harfbuzz.md)** (C++, MIT, mature)
|
||||
- **[Harris](harris.md)** (C, Python, GPL-3.0, beta)
|
||||
- **[HaxeFlixel](haxeflixel.md)** (Haxe, MIT, mature)
|
||||
- **[Haxima](haxima.md)** (C++, GPL-3.0, beta)
|
||||
- **[Hero of Allacrost](hero_of_allacrost.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Heroes of Wesnoth](heroes_of_wesnoth.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Heroes of Wing Commander](heroes_of_wing_commander.md)** (Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Hex Game](hexgame.md)** (C++, MIT, beta)
|
||||
- **[Hexwar](hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012)
|
||||
- **[HoDoKu](hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Holyspirit](holy_spirit.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[HyperRogue](hyperrogue.md)** (C++, GPL-2.0, mature)
|
||||
- **[Ilarion](ilarion.md)** (C++, Java, Lua, GPL-3.0, mature)
|
||||
- **[Imperium](imperium.md)** (?, ?, mature)
|
||||
- **[Infiniminer](infiniminer.md)** (C#, MIT, mature, inactive since 2016)
|
||||
- **[Irrlicht Engine](irrlicht.md)** (C++, C, zlib, mature)
|
||||
- **[Isometric Turn-Based Strategy](itbs.md)** (Python, MIT, beta)
|
||||
- **[Iter Vehemens ad Necem](iter_vehemens_ad_necem.md)** (C++, GPL-2.0, beta)
|
||||
- **[JQuest](jquest.md)** (Java, GPL-2.0, beta, inactive since 2006)
|
||||
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
|
||||
- **[JaNaG - Java Name Generator](janag_java_name_generator.md)** (Java, GPL-3.0, mature, inactive since 2016)
|
||||
- **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Custom, mature)
|
||||
- **[JiGS Interactive Game System](jigs_php_rpg.md)** (JavaScript, PHP, GPL-3.0, beta)
|
||||
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
|
||||
- **[KQ Lives](kq_lives.md)** (C, GPL-2.0, beta, inactive since 2011)
|
||||
- **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Pascal, AGPL-3.0, mature)
|
||||
- **[Kobold's Quest 2](kobolds_quest_2.md)** (Python, LGPL-3.0, beta, inactive since 2011)
|
||||
- **[LGames](lgames.md)** (C++, GPL-2.0, mature)
|
||||
- **[LGeneral](lgeneral.md)** (C, GPL-2.0, mature)
|
||||
- **[LZMA SDK](lzma.md)** (C, LGPL-2.0, mature)
|
||||
- **[Labyrinth of Worlds](labyrinth_of_worlds.md)** (C++, LGPL-3.0, beta, inactive since 2010)
|
||||
- **[Land of Fire](land_of_fire.md)** (Custom, GPL-2.0, beta)
|
||||
- **[Libxml2](libxml2.md)** (C, MIT, mature)
|
||||
- **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, 3-clause BSD, mature)
|
||||
- **[LinCity-NG](lincity_ng.md)** (C++, GPL, mature)
|
||||
- **[LinCity](lincity.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Linley's Dungeon Crawl](linleys_dungeon_crawl.md)** (C, Custom, mature, inactive since 2006)
|
||||
- **[Linwarrior 3D](linwarrior.md)** (C++, Apache-2.0, mature, inactive since 2010)
|
||||
- **[Lips of Suna](lips_of_suna.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Liquid War](liquid_war.md)** (C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[LordsAWar!](lordsawar.md)** (C++, GPL-3.0, mature)
|
||||
- **[Lua](lua.md)** (C, MIT, mature)
|
||||
- **[Lugaru](lugaru.md)** (C++, GPL-2.0, mature)
|
||||
- **[Lumix Engine](lumix.md)** (C++, MIT, beta)
|
||||
- **[LÖVE](loeve.md)** (C++, zlib, mature)
|
||||
- **[M.E.W.L.](mewl.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Machinations](machinations.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Maelstrom](maelstrom.md)** (C++, GPL-2.0, mature, inactive since 2002)
|
||||
- **[Magarena](magarena.md)** (Java, Groovy, GPL-3.0, mature)
|
||||
- **[Mana](mana_source.md)** (C++, GPL-2.0, beta)
|
||||
- **[Maratis](maratis.md)** (C++, GPL-2.0, beta)
|
||||
- **[Mars, Land of No Mercy](mars_land_of_no_mercy.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Me and My Shadow](me_and_my_shadow.md)** (C++, GPL-3.0, beta)
|
||||
- **[MechCommander 2 Omnitech](mechcommander2_omnitech.md)** (C++, MPL, beta, inactive since 2013)
|
||||
- **[Mechanized Assault & eXploration Reloaded ](maxr.md)** (C++, C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[Mega Mario](mega_mario.md)** (C++, LGPL-2.1, mature, inactive since 2012)
|
||||
- **[MegaGlest](megaglest.md)** (C++, GPL-2.0, mature)
|
||||
- **[MegaMek](megamek.md)** (Java, GPL-2.0, mature)
|
||||
- **[Mercenary Commander](mercenary_commander.md)** (Java, 3-clause BSD, beta, inactive since 2010)
|
||||
- **[Meridian 59](meridian59.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[Meritous](meritous.md)** (C, GPL-3.0, mature, inactive since 2008)
|
||||
- **[Metal Mech](metal_mech.md)** (PHP, GPL-2.0, beta, inactive since 2006)
|
||||
- **[MicroWar 2.0](microwar_2.md)** (Python, 3-clause BSD, mature, inactive since 2009)
|
||||
- **[Micropolis](micropolis.md)** (C++, Java, Python, GPL-3.0, mature)
|
||||
- **[Minetest](minetest.md)** (C++, Lua, LGPL-2.1, mature)
|
||||
- **[MonoGame](monogame.md)** (C#, MPL, MIT, mature)
|
||||
- **[Monster Generator](monster_generator.md)** (Java, MIT, mature)
|
||||
- **[Monstrosity](monstrosity.md)** (Python, MIT, mature)
|
||||
- **[Moria](moria.md)** (C, GPL-3.0, mature)
|
||||
- **[Mpango](mpango.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[Murder In The Public Domain](murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
|
||||
- **[NLarn](nlarn.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Naev](naev.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[NetHack](nethack.md)** (C, Custom, mature)
|
||||
- **[NetPanzer](netpanzer.md)** (C++, GPL-2.0, beta)
|
||||
- **[NetStatsBaseball](netstatsbaseball.md)** (C, ?, mature)
|
||||
- **[Netrek](netrek.md)** (?, ?, mature, inactive since 2009)
|
||||
- **[Neverball](neverball.md)** (C, GPL-2.0, mature)
|
||||
- **[Nexiuz](nexiuz.md)** (?, ?, mature)
|
||||
- **[O.H.R.RPG.C.E](ohrrpgce.md)** (Basic, GPL-2.0, mature)
|
||||
- **[OGRE3D](ogre3d.md)** (C++, MIT, mature)
|
||||
- **[ORIENT](orient.md)** (C#, Java, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Octaforge](octaforge.md)** (C++, Custom, mature)
|
||||
- **[Oolite](oolite.md)** (Objective-C, C, Javascript, GPL-2.0, mature)
|
||||
- **[Open AL Soft](open_al_soft.md)** (C, LGPL-2.0, mature)
|
||||
- **[Open AL](open_al.md)** (C, Proprietary, mature)
|
||||
- **[Open Apocalypse](open_apocalypse.md)** (C++, MIT, mature)
|
||||
- **[Open Dune](open_dune.md)** (C, GPL-2.0, mature)
|
||||
- **[Open Game Engine](open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008)
|
||||
- **[Open Imperium Galactica](open_imperium_galactica.md)** (Java, GPL-3.0, beta)
|
||||
- **[Open Legend RPG](open_legend_rpg.md)** (Text, Custom, mature)
|
||||
- **[Open Meridian](open_meridian.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Open Panzer](open_panzer.md)** (JavaScript, GPL-2.0, mature)
|
||||
- **[Open RPG Maker](open_rpg_maker.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Open Rails](open_rails.md)** (C#, GPL-3.0, mature)
|
||||
- **[Open Soccer Star](open_soccer_star.md)** (PHP, GPL-3.0, beta)
|
||||
- **[Open Sonic](open_sonic.md)** (C, GPL-2.0, beta)
|
||||
- **[Open Tibia](open_tibia.md)** (C++, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Open Yahtzee](open_yahtzee.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Open Zelda](open_zelda.md)** (C++, zlib, beta)
|
||||
- **[OpenArena](openarena.md)** (C, GPL-2.0, mature, inactive since 2012)
|
||||
- **[OpenBlox](openblox.md)** (Python, Lua, GPL-3.0, beta, inactive since 2011)
|
||||
- **[OpenCity](open_city.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenClonk](openclonk.md)** (C, C++, ISC, mature)
|
||||
- **[OpenFL](open_fl.md)** (Haxe, MIT, mature)
|
||||
- **[OpenHoMM](open_homm.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[OpenLieroX](openlierox.md)** (C++, LGPL, mature)
|
||||
- **[OpenMOO2](open_moo2.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[OpenMW](open_mw.md)** (C++, GPL-3.0, mature)
|
||||
- **[OpenPop](open_pop.md)** (C++, GPL-3.0, beta, inactive since 2009)
|
||||
- **[OpenRA](open_ra.md)** (C#, GPL-3.0, mature)
|
||||
- **[OpenRCT2](open_rct2.md)** (C++, GPL-3.0, beta)
|
||||
- **[OpenRPG](open_rpg.md)** (Python, GPL-2.0, mature, inactive since 2013)
|
||||
- **[OpenSSL](openssl.md)** (C, Custom, mature)
|
||||
- **[OpenSkyscraper](open_skyscraper.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenSoccer](open_soccer.md)** (PHP, GPL-3.0, beta)
|
||||
- **[OpenTTD](open_ttd.md)** (C++, GPL-2.0, mature)
|
||||
- **[OpenWebSoccer-Sim](open_web_soccer.md)** (PHP, LGPL-3.0, mature)
|
||||
- **[OpenXcom](open_xcom.md)** (C++, GPL-3.0, mature)
|
||||
- **[Openglad](openglad.md)** (C++, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Operation Citadel](operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000)
|
||||
- **[Orx](orx.md)** (C, zlib, mature)
|
||||
- **[Other-Life](other_life.md)** (C, C++, Custom, beta)
|
||||
- **[Our Personal Space](our_personal_space.md)** (Ren'py, GPL-3.0, mature)
|
||||
- **[Outer Space](outer_space.md)** (Python, GPL-2.0, beta)
|
||||
- **[PARPG](parpg.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[PCGen](pcgen.md)** (Java, LGPL-2.1, mature)
|
||||
- **[PainTown](paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Panda 3D](panda3d.md)** (C++, C, 3-clause BSD, mature)
|
||||
- **[Pang Zero](pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Pasang Emas](pasang_emas.md)** (Vala, GPL-3.0, mature)
|
||||
- **[Pax Britannica](pax_britannica.md)** (Lua, C, MIT, mature)
|
||||
- **[Phantasy Star Rebirth](phantasy.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Pioneer](pioneer.md)** (C++, C, Apache-2.0, GPL-3.0, mature)
|
||||
- **[Pioneers](pioneers.md)** (C, GPL-2.0, mature)
|
||||
- **[Pizza Business](pizza_business.md)** (C++, GPL-2.0, mature, inactive since 2003)
|
||||
- **[PlaneShift](planeshift.md)** (C++, GPL-2.0, mature)
|
||||
- **[Planetary Hoppers](planetary_hoppers.md)** (Java, GPL-2.0, beta, inactive since 2003)
|
||||
- **[PokerTH](pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
|
||||
- **[Polis](polis.md)** (Java, GPL-3.0, mature, inactive since 2016)
|
||||
- **[Polycode](polycode.md)** (C, C++, MIT, beta)
|
||||
- **[Project Helena](project_helena.md)** (Pascal, GPL-3.0, beta)
|
||||
- **[Pthreads-win32](pthreads_win32.md)** (C, LGPL-2.1, mature)
|
||||
- **[PyKaraoke](pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
|
||||
- **[PySol](pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Pymapper](pymapper.md)** (Python, GPL-3.0, mature)
|
||||
- **[Qt](qt.md)** (C++, LGPL-3.0, mature)
|
||||
- **[Quad-engine](quad.md)** (Pascal, MIT, beta)
|
||||
- **[REGoth](regoth.md)** (C++, GPL-3.0, beta)
|
||||
- **[RPDungeon - computer aided role playing](rpdungeon.md)** (Pascal, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Radakan](radakan.md)** (Python, Custom, beta, inactive since 2014)
|
||||
- **[Ragel](ragel.md)** (C++, MIT, mature)
|
||||
- **[Rails: an 18xx game system](rails_18xx.md)** (Java, GPL-2.0, mature)
|
||||
- **[Red Eclipse](red_eclipse.md)** (C++, zlib, mature)
|
||||
- **[Return to the Roots](return_to_the_roots.md)** (C++, GPL-3.0, mature)
|
||||
- **[Rigs of Rods](rigs_of_rods.md)** (C++, GPL-3.0, mature)
|
||||
- **[Rocks'n'Diamonds ](rocks_and_diamonds.md)** (C, GPL-2.0, mature)
|
||||
- **[Rogue Clone IV](rogue_clone_iv.md)** (C, 3-clause BSD, mature, inactive since 2006)
|
||||
- **[Roguish](roguish.md)** (JavaScript, 3-clause BSD, beta, inactive since 2015)
|
||||
- **[Rolemaster Office](rolemaster_office.md)** (Java, Apache-2.0, mature)
|
||||
- **[Rolisteam](rolisteam.md)** (C++, JavaScript, GPL-2.0, mature)
|
||||
- **[Room for Change](room_for_change.md)** (Java, Apache-2.0, mature, inactive since 2013)
|
||||
- **[Ryzom Core](ryzom_core.md)** (C++, AGPL-3.0, mature)
|
||||
- **[S.C.O.U.R.G.E.](scourge.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[SDL Asylum](sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009)
|
||||
- **[SDL Game Engine 2D](sge2d.md)** (C, MIT, beta, inactive since 2014)
|
||||
- **[SDL Sopwith](sdl_sopwith.md)** (C, GPL-2.0, mature, inactive since 2014)
|
||||
- **[SWIG](swig.md)** (C++, SWIG license, mature)
|
||||
- **[Scorched 3D](scorched_3d.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Scorched Moon](scorched_moon.md)** (Python, GPL-3.0, beta)
|
||||
- **[Scrabble3D](scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Scrolling Game Development Kit 2](scrolling_game_development_kit_2.md)** (C#, ?, mature, inactive since 2017)
|
||||
- **[ScummVM](scummvm.md)** (C++, GPL-2.0, mature)
|
||||
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Sengoku: Warring States of Japan](sengoky_warring_states_of_japan.md)** (C++, Lua, MIT, beta, inactive since 2008)
|
||||
- **[Sentient Storage](sentient_storage.md)** (Python, Public Domain, mature)
|
||||
- **[Settlers III remake](settlers_iii_remake.md)** (Java, MIT, beta)
|
||||
- **[Seven Kingdoms: Ancient Adversaries](seven_kingdoms_ancient_adversaries.md)** (C++, GPL-2.0, mature)
|
||||
- **[SharpKonquest](sharpkonquest.md)** (C#, GPL-2.0, mature, inactive since 2007)
|
||||
- **[Silvertree](silvertree.md)** (C++, GPL-3.0, beta, inactive since 2007)
|
||||
- **[Simple DirectMedia Layer](sdl_2.md)** (C, zlib, mature)
|
||||
- **[Simple and Fast Multimedia Library](sfml.md)** (C++, zlib, mature)
|
||||
- **[Simple-Solitaire](simple_solitaire.md)** (Java, GPL-3.0, mature)
|
||||
- **[SimuTrans](simutrans.md)** (C++, Artistic License, mature)
|
||||
- **[Sintel The Game](sintel.md)** (Python, MIT, beta, inactive since 2014)
|
||||
- **[Skrupel - Tribute Compilation](skrupel.md)** (PHP, JavaScript, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Slash'EM](slash_em.md)** (C, Custom, beta, inactive since 2007)
|
||||
- **[Slay](slay.md)** (Java, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Smash Battle](smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[Smash](smash.md)** (JavaScript, MIT, mature)
|
||||
- **[SoftPixel Engine](softpixel_engine.md)** (C++, zLib, mature, inactive since 2013)
|
||||
- **[Solarus](solarus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Song of Albion](song_of_albion.md)** (C, C++, Apache-2.0, mature, inactive since 2011)
|
||||
- **[Source of Tales](source_of_tales.md)** (Lua, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Space Faring](space_faring.md)** (Java, GPL-3.0, beta)
|
||||
- **[Space Opera](space_opera.md)** (Java, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Space Station 13](space_station_13.md)** (DM, AGPL-3.0, mature)
|
||||
- **[Space Trader for Windows](space_trader_for_windows.md)** (C#, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Space War](space_war.md)** (Java, Apache-2.0, mature)
|
||||
- **[SpaceTrader for Java](space_trader_for_java.md)** (Java, GPL-2.0, mature, inactive since 2010)
|
||||
- **[SpaceZero](spacezero.md)** (C, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Speed Dreams](speed_dreams.md)** (C++, GPL-2.0, mature)
|
||||
- **[Spice Trade](spice_trade.md)** (Java, LGPL-2.0, mature, inactive since 2005)
|
||||
- **[Spring RTS engine](spring_rts_engine.md)** (C++, C, Lua, GPL-2.0, mature)
|
||||
- **[Star Control II: The Ur-Quan Masters](star_control_2.md)** (C, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Star Maiden Astraea Rio](star_maiden_rio.md)** (Ren'py, CC-BY-NC, mature)
|
||||
- **[Star Ruler 2](star_ruler_2.md)** (C, C++, MIT, mature)
|
||||
- **[StarBlastrix ](starblastrix.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Stareater](stareater.md)** (C#, GPL-3.0, beta)
|
||||
- **[Stars! Nova](stars_nova.md)** (C#, GPL-2.0, beta)
|
||||
- **[Stendhal](stendhal.md)** (Java, GPL-2.0, mature)
|
||||
- **[StepMania](stepmania.md)** (C++, MIT, mature)
|
||||
- **[Story of a Lost Sky](story_of_a_lost_sky.md)** (Python, 3-clause BSD, mature)
|
||||
- **[Stunt Rally](stunt_rally.md)** (C++, GPL-3.0, mature)
|
||||
- **[Summoning Wars](summoming_wars.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[SuperTuxKart](supertuxkart.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[Superpowers](superpowers.md)** (Typescript, ISC, mature)
|
||||
- **[Supremacy](supremacy.md)** (C#, Ms-RL, beta, inactive since 2014)
|
||||
- **[T-Bots](t_bots.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[TORCS, The Open Racing Car Simulator](torcs.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[TROPHY](trophy.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[TVTower](tvtower.md)** (BlitzMax, Lua, Custom, mature)
|
||||
- **[Tales of Maj'Eyal](tales_of_maj_eyal.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript, MIT, mature)
|
||||
- **[Tenes Empanadas Graciela](tenes_empanadas_graciela.md)** (C, Javascript, Perl, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Terasology](terasology.md)** (Java, Apache-2.0, mature)
|
||||
- **[TetraVex](tetravex.md)** (Swift, GPL-3.0, beta)
|
||||
- **[The Bub's Brothers](the_bubs_brothers.md)** (Python, MIT, mature, inactive since 2013)
|
||||
- **[The Butterfly Effect](the_butterfly_effect.md)** (C++, GPL-2.0, beta)
|
||||
- **[The Clans](the_clans.md)** (C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[The Endless Dungeons](endless_dungeons.md)** (C, CC BY-NC-SA 2.0, mature, inactive since 2015)
|
||||
- **[The Epic of Heroes](epic_of_heroes.md)** (C++, GPL-3.0, beta, inactive since 2015)
|
||||
- **[The Legend of Edgar](the_legend_of_edgar.md)** (C, GPL-2.0, mature)
|
||||
- **[The Mana World](mana_world.md)** (PHP, GPL-2.0, mature)
|
||||
- **[The hunt for the lost rainbow jewels (Jewelhunt)](jewelhunt.md)** (Java, GPL-2.0, beta)
|
||||
- **[Thousand Parsec](thousand_parsec.md)** (C++, Python, GPL-2.0, beta, inactive since 2012)
|
||||
- **[TinTin++](tintinpp.md)** (C, GPL-3.0, mature)
|
||||
- **[Tremulous](tremulous.md)** (C, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Tressette](tresette.md)** (?, ?, mature, inactive since 2017)
|
||||
- **[Trinity Reign](trinity_reign.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[TripleA](triplea.md)** (Java, GPL-2.0, mature)
|
||||
- **[Tumiki Fighters](tumiki_fighters.md)** (D, 2-clause BSD, mature, inactive since 2005)
|
||||
- **[Turious](turious.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Turn of War](turn_of_war.md)** (Java, GPL-3.0, beta)
|
||||
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Tux Racer](tux_racer.md)** (C, GPL-2.0, beta, inactive since 2001)
|
||||
- **[Tux of Math Command](tux_of_math_command.md)** (C, GPL-3.0, mature, inactive since 2011)
|
||||
- **[Tuxemon](tuxemon.md)** (Python, GPL-3.0, mature)
|
||||
- **[TwinEngine](twin_engine.md)** (C, GPL-2.0, mature, inactive since 2015)
|
||||
- **[UFO2000](ufo2000.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[UlDunAd](uidunad.md)** (Python, GPL-3.0, beta, inactive since 2011)
|
||||
- **[UltraStar Deluxe](ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature)
|
||||
- **[UltraStar](ultrastar.md)** (Pascal, ?, mature, inactive since 2010)
|
||||
- **[Umbra](umbra.md)** (Python, Custom, beta, inactive since 2002)
|
||||
- **[UnNetHack](unnethack.md)** (C, Custom, mature)
|
||||
- **[Underworld Adventures](underworld_adventures.md)** (C++, Lua, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Unknown Horizons](unknown_horizons.md)** (Python, GPL-2.0, beta)
|
||||
- **[Unvanquished](unvanquished.md)** (C++, GPL-3.0, mature)
|
||||
- **[Urho3D](urho3d.md)** (C++, AngelScript, MIT, mature)
|
||||
- **[VASSAL Engine](vassal_engine.md)** (Java, LGPL-2.1, mature)
|
||||
- **[VCMI Project](vcmi.md)** (C++, GPL-2.0, mature)
|
||||
- **[VDrift](vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Valyria Tear](valyria_tear.md)** (Lua, C++, C, GPL, mature)
|
||||
- **[Vega Strike](vega_strike.md)** (C++, GPL-2.0, mature)
|
||||
- **[Veloren](veloren.md)** (Rust, GPL-3.0, beta)
|
||||
- **[WAtomic](watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005)
|
||||
- **[War Of Kingdom](war_of_kingdom.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[Wargamer](wargamer.md)** (C++, GPL-2.0, mature, inactive since 2003)
|
||||
- **[Wargus](wargus.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Warzone 2100](warzone_2100.md)** (C++, GPL-2.0, mature)
|
||||
- **[Waste's Edge](wastes_edge.md)** (Python, GPL-2.0, beta)
|
||||
- **[Widelands](widelands.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Witch Blast](witch_blast.md)** (C++, GPL-3.0, beta, inactive since 2015)
|
||||
- **[Wizards Magic](wizards_magic.md)** (Python, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Wolfpack Empire](wolfpack_empire.md)** (C, GPL-3.0, mature)
|
||||
- **[World Builder](world_builder.md)** (Visual Basic, GPL-2.0, mature, inactive since 2007)
|
||||
- **[World of Heroes](world_of_heroes.md)** (Python, 3-clause BSD, beta, inactive since 2009)
|
||||
- **[World of Phaos](world_of_phaos.md)** (PHP, GPL-2.0, mature, inactive since 2011)
|
||||
- **[WorldForge](worldforge.md)** (C++, GPL-2.0, mature)
|
||||
- **[Wyrmsun](wyrmsun.md)** (Lua, C++, GPL-2.0, mature)
|
||||
- **[X-Force: Fight For Destiny](x-force.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)
|
||||
- **[XPilot](xpilot.md)** (C, GPL-2.0, mature, inactive since 2010)
|
||||
- **[XSera](xsera.md)** (C, Lua, MIT, beta, inactive since 2010)
|
||||
- **[XU4](xu4.md)** (C++, GPL-2.0, mature)
|
||||
- **[XZ Utils](xz.md)** (C, Custom, mature)
|
||||
- **[Xconq](xconq.md)** (C++, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Xenowar](xenowar.md)** (C, C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Xonotic](xonotic.md)** (C, GPL-3.0, mature)
|
||||
- **[YSoccer](ysoccer.md)** (Java, ?, mature, inactive since 2017)
|
||||
- **[Yo Frankie!](yo_frankie.md)** (Blender script, ?, mature, inactive since 2009)
|
||||
- **[ZAngband](zangband.md)** (C, Custom, mature, inactive since 2005)
|
||||
- **[ZGameEditor](zgameeditor.md)** (Pascal, MIT, mature)
|
||||
- **[Zelda: Mystery of Solarus DX](zelda_mystery_of_solarus_dx.md)** (Lua, GPL-3.0, mature)
|
||||
- **[Zero Ballistics](zeroballistics.md)** (C++, MIT, mature, inactive since 2013)
|
||||
- **[Zero-K](zero_k.md)** (Lua, GPL-2.0, mature)
|
||||
- **[Zetawar](zetawar.md)** (Clojure, MIT, mature)
|
||||
- **[Zone of Control](zone_of_control.md)** (Rust, Apache-2.0, beta, inactive since 2017)
|
||||
- **[diablo-js](diablo_js.md)** (Java, JavaScript, MIT, mature)
|
||||
- **[jMonkeyEngine](jmonkeyengine.md)** (Java, 3-clause BSD, mature)
|
||||
- **[kiki the nano bot](kiki_the_nano_bot.md)** (?, ?, mature, inactive since 2007)
|
||||
- **[libGDX](libgdx.md)** (Java, C++, C, Apache-2.0, mature)
|
||||
- **[libpng](libpng.md)** (C, Custom, mature)
|
||||
- **[micropolisJS](micropolis_js.md)** (C++, Java, Python, GPL-3.0, mature)
|
||||
- **[mkxp](mkxp.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[nXtank](nxtank.md)** (Python, GPL-3.0, beta, inactive since 2010)
|
||||
- **[pkg-config](pkgconfig.md)** (C, GPL-2.0, mature)
|
||||
- **[pyORPG](pyorpg.md)** (Python, MIT, beta, inactive since 2015)
|
||||
- **[pygame](pygame.md)** (C, Python, LGPL-2.1, mature)
|
||||
- **[ransack](ransack.md)** (Python, MIT, mature, inactive since 2016)
|
||||
- **[rpge](rpge.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[sandbox Game Maker](sandboxgamemaker.md)** (C++, C, Custom, mature, inactive since 2014)
|
||||
- **[wxWidgets](wxwidgets.md)** (C++, Objective-C, Custom, mature)
|
||||
- **[xdigger](xdigger.md)** (C, GPL-2.0, mature, inactive since 1999)
|
||||
- **[xoreos](xoreos.md)** (C++, GPL-3.0, beta)
|
||||
- **[yaml-cpp](yaml_cpp.md)** (C++, MIT, mature)
|
||||
- **[zlib](zlib.md)** (C, zlib, mature)
|
13
games/_arcade.md
Normal file
13
games/_arcade.md
Normal file
@ -0,0 +1,13 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Arcade
|
||||
|
||||
- **[Battle Tanks](battle_tanks.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Blobby Volley 2](blobby_volley2.md)** (C++, GPL-2.0, mature, inactive since 2017)
|
||||
- **[Bombermaaan](bombermaaan.md)** (C++, GPL-3.0, mature, inactive since 2010)
|
||||
- **[GPL Arcade Volleyball](gpl_arcade_volleyball.md)** (?, ?, beta, inactive since 2006)
|
||||
- **[Maelstrom](maelstrom.md)** (C++, GPL-2.0, mature, inactive since 2002)
|
||||
- **[OpenLieroX](openlierox.md)** (C++, LGPL, mature)
|
||||
- **[PainTown](paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[Pang Zero](pang_zero.md)** (Perl, GPL-2.0, beta, inactive since 2007)
|
||||
- **[SDL Asylum](sdl_asylum.md)** (C, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
12
games/_board game.md
Normal file
12
games/_board game.md
Normal file
@ -0,0 +1,12 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Board game
|
||||
|
||||
- **[Domination](domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[DreamChess](dreamchess.md)** (C, GPL-3.0, beta)
|
||||
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
|
||||
- **[Open Legend RPG](open_legend_rpg.md)** (Text, Custom, mature)
|
||||
- **[Pasang Emas](pasang_emas.md)** (Vala, GPL-3.0, mature)
|
||||
- **[Pioneers](pioneers.md)** (C, GPL-2.0, mature)
|
||||
- **[Scrabble3D](scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
- **[The Bub's Brothers](the_bubs_brothers.md)** (Python, MIT, mature, inactive since 2013)
|
||||
- **[VASSAL Engine](vassal_engine.md)** (Java, LGPL-2.1, mature)
|
4
games/_card game.md
Normal file
4
games/_card game.md
Normal file
@ -0,0 +1,4 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Card game
|
||||
|
||||
- **[Tressette](tresette.md)** (?, ?, mature, inactive since 2017)
|
6
games/_educational.md
Normal file
6
games/_educational.md
Normal file
@ -0,0 +1,6 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Educational
|
||||
|
||||
- **[Childsplay](childsplay.md)** (Python, GPL-3.0, mature)
|
||||
- **[ORIENT](orient.md)** (C#, Java, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Tux of Math Command](tux_of_math_command.md)** (C, GPL-3.0, mature, inactive since 2011)
|
62
games/_framework.md
Normal file
62
games/_framework.md
Normal file
@ -0,0 +1,62 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Framework
|
||||
|
||||
- **[Allegro](allegro.md)** (C, zlib, mature)
|
||||
- **[Annchienta](annchienta.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Arianne / Marauroa](arianne.md)** (Java, GPL-2.0, mature)
|
||||
- **[Atlantis](atlantis.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Blender game engine](blender_game_engine.md)** (C++, GPL-2.0, mature)
|
||||
- **[COCOS2D-X](cocos2dx.md)** (C++, MIT, mature)
|
||||
- **[Castle Game Engine](castle_game_engine.md)** (Pascal, LGPL-2.0, mature)
|
||||
- **[Dash Engine](dash.md)** (D, MIT, mature, inactive since 2015)
|
||||
- **[DeSmuME](desmume.md)** (C, C++, GPL-2.0, mature, inactive since 2015)
|
||||
- **[Delta Engine](deltaengine.md)** (C#, Apache-2.0, mature, inactive since 2015)
|
||||
- **[ENIGMA](enigma_engine.md)** (C++, C, GPL-3.0, mature)
|
||||
- **[EasyRPG Player](easyrpgplayer.md)** (C++, GPL-3.0, mature)
|
||||
- **[Flare Engine](flare_engine.md)** (C++, GPL-3.0, mature)
|
||||
- **[Flixel](flixel.md)** (ActionScript, MIT, mature)
|
||||
- **[GemRB](gemrb.md)** (C++, Python, GPL-2.0, mature)
|
||||
- **[Godot](godot.md)** (C, C++, MIT, mature)
|
||||
- **[H-World](h_world.md)** (C, Lua, GPL-2.0, beta, inactive since 2005)
|
||||
- **[HaxeFlixel](haxeflixel.md)** (Haxe, MIT, mature)
|
||||
- **[Irrlicht Engine](irrlicht.md)** (C++, C, zlib, mature)
|
||||
- **[JiGS Interactive Game System](jigs_php_rpg.md)** (JavaScript, PHP, GPL-3.0, beta)
|
||||
- **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, 3-clause BSD, mature)
|
||||
- **[Lumix Engine](lumix.md)** (C++, MIT, beta)
|
||||
- **[LÖVE](loeve.md)** (C++, zlib, mature)
|
||||
- **[Mana](mana_source.md)** (C++, GPL-2.0, beta)
|
||||
- **[Maratis](maratis.md)** (C++, GPL-2.0, beta)
|
||||
- **[Minetest](minetest.md)** (C++, Lua, LGPL-2.1, mature)
|
||||
- **[MonoGame](monogame.md)** (C#, MPL, MIT, mature)
|
||||
- **[O.H.R.RPG.C.E](ohrrpgce.md)** (Basic, GPL-2.0, mature)
|
||||
- **[OGRE3D](ogre3d.md)** (C++, MIT, mature)
|
||||
- **[Octaforge](octaforge.md)** (C++, Custom, mature)
|
||||
- **[Open Game Engine](open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008)
|
||||
- **[Open RPG Maker](open_rpg_maker.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[OpenFL](open_fl.md)** (Haxe, MIT, mature)
|
||||
- **[OpenRPG](open_rpg.md)** (Python, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Orx](orx.md)** (C, zlib, mature)
|
||||
- **[Panda 3D](panda3d.md)** (C++, C, 3-clause BSD, mature)
|
||||
- **[Polycode](polycode.md)** (C, C++, MIT, beta)
|
||||
- **[Qt](qt.md)** (C++, LGPL-3.0, mature)
|
||||
- **[Quad-engine](quad.md)** (Pascal, MIT, beta)
|
||||
- **[SDL Game Engine 2D](sge2d.md)** (C, MIT, beta, inactive since 2014)
|
||||
- **[Scrolling Game Development Kit 2](scrolling_game_development_kit_2.md)** (C#, ?, mature, inactive since 2017)
|
||||
- **[ScummVM](scummvm.md)** (C++, GPL-2.0, mature)
|
||||
- **[SoftPixel Engine](softpixel_engine.md)** (C++, zLib, mature, inactive since 2013)
|
||||
- **[Solarus](solarus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Superpowers](superpowers.md)** (Typescript, ISC, mature)
|
||||
- **[Terasology](terasology.md)** (Java, Apache-2.0, mature)
|
||||
- **[Urho3D](urho3d.md)** (C++, AngelScript, MIT, mature)
|
||||
- **[VASSAL Engine](vassal_engine.md)** (Java, LGPL-2.1, mature)
|
||||
- **[Vega Strike](vega_strike.md)** (C++, GPL-2.0, mature)
|
||||
- **[WorldForge](worldforge.md)** (C++, GPL-2.0, mature)
|
||||
- **[ZGameEditor](zgameeditor.md)** (Pascal, MIT, mature)
|
||||
- **[jMonkeyEngine](jmonkeyengine.md)** (Java, 3-clause BSD, mature)
|
||||
- **[libGDX](libgdx.md)** (Java, C++, C, Apache-2.0, mature)
|
||||
- **[mkxp](mkxp.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[pyORPG](pyorpg.md)** (Python, MIT, beta, inactive since 2015)
|
||||
- **[pygame](pygame.md)** (C, Python, LGPL-2.1, mature)
|
||||
- **[rpge](rpge.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[sandbox Game Maker](sandboxgamemaker.md)** (C++, C, Custom, mature, inactive since 2014)
|
||||
- **[xoreos](xoreos.md)** (C++, GPL-3.0, beta)
|
10
games/_game engine.md
Normal file
10
games/_game engine.md
Normal file
@ -0,0 +1,10 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Game engine
|
||||
|
||||
- **[Castle Game Engine](castle_game_engine.md)** (Pascal, LGPL-2.0, mature)
|
||||
- **[Free in the Dark (engine)](fitd.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[Open Game Engine](open_game_engine.md)** (C++, LGPL-2.1, beta, inactive since 2008)
|
||||
- **[OpenMW](open_mw.md)** (C++, GPL-3.0, mature)
|
||||
- **[PainTown](paintown.md)** (C++, Java, Python, 3-clause BSD, mature)
|
||||
- **[ScummVM](scummvm.md)** (C++, GPL-2.0, mature)
|
||||
- **[TwinEngine](twin_engine.md)** (C, GPL-2.0, mature, inactive since 2015)
|
25
games/_library.md
Normal file
25
games/_library.md
Normal file
@ -0,0 +1,25 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Library
|
||||
|
||||
- **[Boost (C++ Libraries)](boost.md)** (C++, Boost license 1.0, mature)
|
||||
- **[Crypto++](crypto.md)** (C++, Boost-1.0, mature)
|
||||
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[FreeType](freetype.md)** (C, GPL, mature)
|
||||
- **[HarfBuzz](harfbuzz.md)** (C++, MIT, mature)
|
||||
- **[LZMA SDK](lzma.md)** (C, LGPL-2.0, mature)
|
||||
- **[Libxml2](libxml2.md)** (C, MIT, mature)
|
||||
- **[Lua](lua.md)** (C, MIT, mature)
|
||||
- **[Open AL Soft](open_al_soft.md)** (C, LGPL-2.0, mature)
|
||||
- **[Open AL](open_al.md)** (C, Proprietary, mature)
|
||||
- **[OpenSSL](openssl.md)** (C, Custom, mature)
|
||||
- **[Pthreads-win32](pthreads_win32.md)** (C, LGPL-2.1, mature)
|
||||
- **[Ragel](ragel.md)** (C++, MIT, mature)
|
||||
- **[SWIG](swig.md)** (C++, SWIG license, mature)
|
||||
- **[Simple DirectMedia Layer](sdl_2.md)** (C, zlib, mature)
|
||||
- **[Simple and Fast Multimedia Library](sfml.md)** (C++, zlib, mature)
|
||||
- **[XZ Utils](xz.md)** (C, Custom, mature)
|
||||
- **[libpng](libpng.md)** (C, Custom, mature)
|
||||
- **[pkg-config](pkgconfig.md)** (C, GPL-2.0, mature)
|
||||
- **[wxWidgets](wxwidgets.md)** (C++, Objective-C, Custom, mature)
|
||||
- **[yaml-cpp](yaml_cpp.md)** (C++, MIT, mature)
|
||||
- **[zlib](zlib.md)** (C, zlib, mature)
|
6
games/_music.md
Normal file
6
games/_music.md
Normal file
@ -0,0 +1,6 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Music
|
||||
|
||||
- **[PyKaraoke](pykaraoke.md)** (Python, LGPL-2.1, beta, inactive since 2011)
|
||||
- **[StepMania](stepmania.md)** (C++, MIT, mature)
|
||||
- **[UltraStar Deluxe](ultrastar_deluxe.md)** (Pascal, GPL-2.0, mature)
|
5
games/_platform.md
Normal file
5
games/_platform.md
Normal file
@ -0,0 +1,5 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Platform
|
||||
|
||||
- **[Smash Battle](smash_battle.md)** (C++, ?, beta, inactive since 2011)
|
||||
- **[The Legend of Edgar](the_legend_of_edgar.md)** (C, GPL-2.0, mature)
|
21
games/_puzzle.md
Normal file
21
games/_puzzle.md
Normal file
@ -0,0 +1,21 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Puzzle
|
||||
|
||||
- **[2048](2048.md)** (Javascript, MIT, mature)
|
||||
- **[Atomiks](atomiks.md)** (C, GPL, mature)
|
||||
- **[Atomix](atomix.md)** (C, GPL-2.0, mature)
|
||||
- **[Biniax](biniax.md)** (C, zlib, mature, inactive since 2012)
|
||||
- **[Block Attack - Rise of the Blocks](blockattack.md)** (C++, GPL-2.0, mature)
|
||||
- **[BlockOut II](blockout_ii.md)** (?, ?, mature, inactive since 2014)
|
||||
- **[Brain Workshop](brain_workshop.md)** (Python, GPL, mature, inactive since 2011)
|
||||
- **[Enigma](enigma.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Fish Fillets - Next Generation](fish_fillets_ng.md)** (C++, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Frozen Bubble](frozen_bubble.md)** (Perl, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Grabble](grabble.md)** (Java, ?, mature, inactive since 2006)
|
||||
- **[HoDoKu](hodoku.md)** (Java, GPL-3.0, mature, inactive since 2013)
|
||||
- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature)
|
||||
- **[Me and My Shadow](me_and_my_shadow.md)** (C++, GPL-3.0, beta)
|
||||
- **[Pingus](pingus.md)** (C++, GPL-3.0, mature)
|
||||
- **[Secret Mario Chronicles](secret_mario_chronicles.md)** (C++, GPL-3.0, mature, inactive since 2009)
|
||||
- **[TetraVex](tetravex.md)** (Swift, GPL-3.0, beta)
|
||||
- **[kiki the nano bot](kiki_the_nano_bot.md)** (?, ?, mature, inactive since 2007)
|
120
games/_role playing.md
Normal file
120
games/_role playing.md
Normal file
@ -0,0 +1,120 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Role playing
|
||||
|
||||
- **[Andor's Trail](andors_trail.md)** (Java, GPL-2.0, beta)
|
||||
- **[Angband](angband.md)** (C, GPL-2.0, mature)
|
||||
- **[Ardentryst](ardentryst.md)** (Python, GPL-3.0, mature, inactive since 2009)
|
||||
- **[Argentum Online](argentum_online.md)** (Visual Basic, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Arx Libertatis](arx_libertatis.md)** (C++, GPL-3.0, mature)
|
||||
- **[Atrinik](atrinik.md)** (C, Python, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Avanor](avanor.md)** (C++, Lua, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Battleround](battleround.md)** (Java, Apache-2.0, beta, inactive since 2015)
|
||||
- **[Betrayer's Moon Tactics](betrayer_moon_tactics.md)** (JavaScript, GPL-2.0, beta, inactive since 2006)
|
||||
- **[BrowserQuest](browserquest.md)** (JavaScript, MPL-2.0, mature)
|
||||
- **[Candy Box 2](candy_box2.md)** (Typescript, Javascript, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Castle of the Winds](castle_of_the_winds.md)** (JavaScript, MIT, beta)
|
||||
- **[Cataclysm: Dark Days Ahead](cataclysm_dark_days_ahead.md)** (C++, CC-BY-SA-3.0, mature)
|
||||
- **[Cataclysm](cataclysm.md)** (C++, CC-BY-SA-3, beta, inactive since 2012)
|
||||
- **[Catch Challenger](catch_challenger.md)** (C++, GPL-3.0, mature)
|
||||
- **[Choria](choria.md)** (C++, C, Lua, GPL-3.0, mature)
|
||||
- **[Classic Blades of Exile](blades_of_exile.md)** (C++, GPL-2.0, mature)
|
||||
- **[Crossfire](crossfire.md)** (C, Java, GPL-2.0, mature)
|
||||
- **[DNT](dnt.md)** (C++, GPL-3.0, beta, inactive since 2016)
|
||||
- **[DRL](drl.md)** (Lua, Pascal, GPL-2.0, mature)
|
||||
- **[Daimonin](daimonin.md)** (C, GPL-2.0, mature)
|
||||
- **[Dark City](dark_city.md)** (PHP, GPL-3.0, mature, inactive since 2012)
|
||||
- **[Dawn](dawn.md)** (C++, GPL-3.0, beta, inactive since 2011)
|
||||
- **[Decker](decker.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[Deliantra](deliantra.md)** (C, GPL-2.0, mature)
|
||||
- **[DemiGod](demigod.md)** (Java, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Dragon Hunt](dragon_hunt.md)** (Python, GPL-2.0, mature)
|
||||
- **[Dungeon Craft](dungeon_craft.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dungeon Crawl Stone Soup](dungeon_crawl_stone_soup.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Dungeon Hero](dungeon_hero.md)** (Java, MIT, mature)
|
||||
- **[Dungeon Monkey Eternal](dungeon_monkey_eternal.md)** (Python, GPL-2.0, mature, inactive since 2016)
|
||||
- **[Dungeon Quest](dungeon_quest.md)** (Java, MIT, mature)
|
||||
- **[Egoboo](egoboo.md)** (C++, C, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Endless Sky](endless_sky.md)** (C++, GPL-3.0, mature)
|
||||
- **[Eos, Dawn of Light: A Space Opera](eos_dawn_of_light.md)** (Python, MIT, beta, inactive since 2007)
|
||||
- **[Erebus](erebus.md)** (C++, GPL-3.0, beta)
|
||||
- **[Eternal Lands](eternal_lands.md)** (C, C++, Custom, mature)
|
||||
- **[Evol Online](evol_online.md)** (C, GPL-3.0, mature)
|
||||
- **[Exult](exult.md)** (C++, GPL-2.0, mature)
|
||||
- **[Fall of Imyrin](fall_of_imiryn.md)** (Python, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Fallen Spire](fallen_spire.md)** (Python, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Freedink](freedink.md)** (C++, GPL-3.0, mature)
|
||||
- **[FreedroidRPG](freedroid.md)** (C, GPL-2.0, mature)
|
||||
- **[Fujo](fujo.md)** (Python, CC BY-SA 4.0, mature, inactive since 2014)
|
||||
- **[GalaxyMage Redux](galaxymage_redux.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[GearHead](gearhead.md)** (Pascal, Python, LGPL-2.1, Apache-2.0, mature)
|
||||
- **[Gee Whiz](geewhiz.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[Goblin Hack](goblin_hack.md)** (C++, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Hale](hale.md)** (Java, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Haxima](haxima.md)** (C++, GPL-3.0, beta)
|
||||
- **[Hero of Allacrost](hero_of_allacrost.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Holyspirit](holy_spirit.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[HyperRogue](hyperrogue.md)** (C++, GPL-2.0, mature)
|
||||
- **[Ilarion](ilarion.md)** (C++, Java, Lua, GPL-3.0, mature)
|
||||
- **[Imperium](imperium.md)** (?, ?, mature)
|
||||
- **[Iter Vehemens ad Necem](iter_vehemens_ad_necem.md)** (C++, GPL-2.0, beta)
|
||||
- **[KQ Lives](kq_lives.md)** (C, GPL-2.0, beta, inactive since 2011)
|
||||
- **[Kobold's Quest 2](kobolds_quest_2.md)** (Python, LGPL-3.0, beta, inactive since 2011)
|
||||
- **[Labyrinth of Worlds](labyrinth_of_worlds.md)** (C++, LGPL-3.0, beta, inactive since 2010)
|
||||
- **[Land of Fire](land_of_fire.md)** (Custom, GPL-2.0, beta)
|
||||
- **[Linley's Dungeon Crawl](linleys_dungeon_crawl.md)** (C, Custom, mature, inactive since 2006)
|
||||
- **[Lips of Suna](lips_of_suna.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Magarena](magarena.md)** (Java, Groovy, GPL-3.0, mature)
|
||||
- **[Meridian 59](meridian59.md)** (C++, C, GPL-2.0, mature)
|
||||
- **[Meritous](meritous.md)** (C, GPL-3.0, mature, inactive since 2008)
|
||||
- **[Monstrosity](monstrosity.md)** (Python, MIT, mature)
|
||||
- **[Moria](moria.md)** (C, GPL-3.0, mature)
|
||||
- **[NLarn](nlarn.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[Naev](naev.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[NetHack](nethack.md)** (C, Custom, mature)
|
||||
- **[ORIENT](orient.md)** (C#, Java, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Open Legend RPG](open_legend_rpg.md)** (Text, Custom, mature)
|
||||
- **[Open Meridian](open_meridian.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Open Tibia](open_tibia.md)** (C++, GPL-2.0, beta, inactive since 2014)
|
||||
- **[OpenMW](open_mw.md)** (C++, GPL-3.0, mature)
|
||||
- **[Openglad](openglad.md)** (C++, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Other-Life](other_life.md)** (C, C++, Custom, beta)
|
||||
- **[PARPG](parpg.md)** (Python, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Phantasy Star Rebirth](phantasy.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[PlaneShift](planeshift.md)** (C++, GPL-2.0, mature)
|
||||
- **[REGoth](regoth.md)** (C++, GPL-3.0, beta)
|
||||
- **[Radakan](radakan.md)** (Python, Custom, beta, inactive since 2014)
|
||||
- **[Rogue Clone IV](rogue_clone_iv.md)** (C, 3-clause BSD, mature, inactive since 2006)
|
||||
- **[Roguish](roguish.md)** (JavaScript, 3-clause BSD, beta, inactive since 2015)
|
||||
- **[Room for Change](room_for_change.md)** (Java, Apache-2.0, mature, inactive since 2013)
|
||||
- **[Ryzom Core](ryzom_core.md)** (C++, AGPL-3.0, mature)
|
||||
- **[S.C.O.U.R.G.E.](scourge.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Silvertree](silvertree.md)** (C++, GPL-3.0, beta, inactive since 2007)
|
||||
- **[Slash'EM](slash_em.md)** (C, Custom, beta, inactive since 2007)
|
||||
- **[Source of Tales](source_of_tales.md)** (Lua, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Space Station 13](space_station_13.md)** (DM, AGPL-3.0, mature)
|
||||
- **[Spice Trade](spice_trade.md)** (Java, LGPL-2.0, mature, inactive since 2005)
|
||||
- **[Stendhal](stendhal.md)** (Java, GPL-2.0, mature)
|
||||
- **[Story of a Lost Sky](story_of_a_lost_sky.md)** (Python, 3-clause BSD, mature)
|
||||
- **[Summoning Wars](summoming_wars.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Tales of Maj'Eyal](tales_of_maj_eyal.md)** (C, Lua, GPL-3.0, mature)
|
||||
- **[The Clans](the_clans.md)** (C, GPL-2.0, beta, inactive since 2003)
|
||||
- **[The Endless Dungeons](endless_dungeons.md)** (C, CC BY-NC-SA 2.0, mature, inactive since 2015)
|
||||
- **[The Mana World](mana_world.md)** (PHP, GPL-2.0, mature)
|
||||
- **[The hunt for the lost rainbow jewels (Jewelhunt)](jewelhunt.md)** (Java, GPL-2.0, beta)
|
||||
- **[TinTin++](tintinpp.md)** (C, GPL-3.0, mature)
|
||||
- **[Trinity Reign](trinity_reign.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Tuxemon](tuxemon.md)** (Python, GPL-3.0, mature)
|
||||
- **[UlDunAd](uidunad.md)** (Python, GPL-3.0, beta, inactive since 2011)
|
||||
- **[Umbra](umbra.md)** (Python, Custom, beta, inactive since 2002)
|
||||
- **[UnNetHack](unnethack.md)** (C, Custom, mature)
|
||||
- **[Underworld Adventures](underworld_adventures.md)** (C++, Lua, GPL-2.0, beta, inactive since 2007)
|
||||
- **[Valyria Tear](valyria_tear.md)** (Lua, C++, C, GPL, mature)
|
||||
- **[Veloren](veloren.md)** (Rust, GPL-3.0, beta)
|
||||
- **[Waste's Edge](wastes_edge.md)** (Python, GPL-2.0, beta)
|
||||
- **[Witch Blast](witch_blast.md)** (C++, GPL-3.0, beta, inactive since 2015)
|
||||
- **[World of Phaos](world_of_phaos.md)** (PHP, GPL-2.0, mature, inactive since 2011)
|
||||
- **[XU4](xu4.md)** (C++, GPL-2.0, mature)
|
||||
- **[ZAngband](zangband.md)** (C, Custom, mature, inactive since 2005)
|
||||
- **[Zelda: Mystery of Solarus DX](zelda_mystery_of_solarus_dx.md)** (Lua, GPL-3.0, mature)
|
||||
- **[diablo-js](diablo_js.md)** (Java, JavaScript, MIT, mature)
|
||||
- **[ransack](ransack.md)** (Python, MIT, mature, inactive since 2016)
|
36
games/_simulation.md
Normal file
36
games/_simulation.md
Normal file
@ -0,0 +1,36 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Simulation
|
||||
|
||||
- **[3d.city](3d_city.md)** (JavaScript, GPL-3.0, mature, inactive since 2016)
|
||||
- **[Cart Life](cart_life.md)** (AGS Script, Custom, mature, inactive since 2014)
|
||||
- **[Core War](core_war.md)** (?, ?, mature)
|
||||
- **[Danger from the Deep](danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011)
|
||||
- **[Eat The Whistle](eat_the_whistle.md)** (C, ?, mature, inactive since 2017)
|
||||
- **[FlightGear](flightgear.md)** (C++, GPL-2.0, mature)
|
||||
- **[FreeTrain](freetrain.md)** (C#, LGPL-2.1, beta, inactive since 2009)
|
||||
- **[Freeminer](freeminer.md)** (C++, Lua, GPL-3.0, beta)
|
||||
- **[Golly ](golly.md)** (C++, Java, GPL-2.0, mature)
|
||||
- **[Grobots](grobots.md)** (C++, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Infiniminer](infiniminer.md)** (C#, MIT, mature, inactive since 2016)
|
||||
- **[LinCity-NG](lincity_ng.md)** (C++, GPL, mature)
|
||||
- **[LinCity](lincity.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Micropolis](micropolis.md)** (C++, Java, Python, GPL-3.0, mature)
|
||||
- **[NetStatsBaseball](netstatsbaseball.md)** (C, ?, mature)
|
||||
- **[Oolite](oolite.md)** (Objective-C, C, Javascript, GPL-2.0, mature)
|
||||
- **[Open Rails](open_rails.md)** (C#, GPL-3.0, mature)
|
||||
- **[OpenBlox](openblox.md)** (Python, Lua, GPL-3.0, beta, inactive since 2011)
|
||||
- **[OpenCity](open_city.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenRCT2](open_rct2.md)** (C++, GPL-3.0, beta)
|
||||
- **[OpenSkyscraper](open_skyscraper.md)** (C++, GPL-2.0, beta)
|
||||
- **[OpenTTD](open_ttd.md)** (C++, GPL-2.0, mature)
|
||||
- **[Our Personal Space](our_personal_space.md)** (Ren'py, GPL-3.0, mature)
|
||||
- **[Pioneer](pioneer.md)** (C++, C, Apache-2.0, GPL-3.0, mature)
|
||||
- **[Rigs of Rods](rigs_of_rods.md)** (C++, GPL-3.0, mature)
|
||||
- **[SimuTrans](simutrans.md)** (C++, Artistic License, mature)
|
||||
- **[TORCS, The Open Racing Car Simulator](torcs.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[TROPHY](trophy.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[The Butterfly Effect](the_butterfly_effect.md)** (C++, GPL-2.0, beta)
|
||||
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[VDrift](vdrift.md)** (C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[YSoccer](ysoccer.md)** (Java, ?, mature, inactive since 2017)
|
||||
- **[micropolisJS](micropolis_js.md)** (C++, Java, Python, GPL-3.0, mature)
|
11
games/_sports.md
Normal file
11
games/_sports.md
Normal file
@ -0,0 +1,11 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Sports
|
||||
|
||||
- **[Bygfoot](bygfoot.md)** (Java, GPL-2.0, beta)
|
||||
- **[GPL Arcade Volleyball](gpl_arcade_volleyball.md)** (?, ?, beta, inactive since 2006)
|
||||
- **[NetStatsBaseball](netstatsbaseball.md)** (C, ?, mature)
|
||||
- **[Open Soccer Star](open_soccer_star.md)** (PHP, GPL-3.0, beta)
|
||||
- **[OpenSoccer](open_soccer.md)** (PHP, GPL-3.0, beta)
|
||||
- **[OpenWebSoccer-Sim](open_web_soccer.md)** (PHP, LGPL-3.0, mature)
|
||||
- **[Tux Football](tux_football.md)** (C++, GPL-2.0, beta, inactive since 2012)
|
||||
- **[YSoccer](ysoccer.md)** (Java, ?, mature, inactive since 2017)
|
171
games/_strategy.md
Normal file
171
games/_strategy.md
Normal file
@ -0,0 +1,171 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Strategy
|
||||
|
||||
- **[0 A.D.](0ad.md)** (C++, GPL-2.0, beta)
|
||||
- **[A Planet's Revenge](a_planets_revenge.md)** (Python, GPL-3.0, beta, inactive since 2008)
|
||||
- **[AI Wars](ai_wars.md)** (Python, MIT, beta, inactive since 2010)
|
||||
- **[Advanced Strategic Command](asc.md)** (C++, GPL-2.0, mature)
|
||||
- **[Alien Assault Traders](alien_assault_traders.md)** (PHP, GPL-2.0, beta, inactive since 2009)
|
||||
- **[Ancient Beast](ancient_beast.md)** (JavaScript, AGPL-3.0, mature)
|
||||
- **[Antares](antares.md)** (C++, LGPL-3.0, beta)
|
||||
- **[AntiChess](antichess.md)** (Java, MIT, mature, inactive since 2003)
|
||||
- **[Armies](armies.md)** (C++, GPL-3.0, mature, inactive since 2007)
|
||||
- **[Attal: Lords of doom](attal.md)** (C++, GPL-2.0, mature, inactive since 2008)
|
||||
- **[Battle for Wesnoth](battle_for_wesnoth.md)** (C++, GPL-2.0, mature)
|
||||
- **[Battlefield Java](battlefield_java.md)** (Java, GPL-3.0, beta, inactive since 2011)
|
||||
- **[Battles of Antargis](battles_of_antargis.md)** (C, C++, GPL-2.0, beta, inactive since 2014)
|
||||
- **[Birth of the Empires](birth_of_the_empires.md)** (C++, Custom, mature, inactive since 2016)
|
||||
- **[BlackNova Traders](blacknova_traders.md)** (PHP, JavaScript, GPL-2.0, beta, inactive since 2012)
|
||||
- **[Blitzkrieg](blitzkrieg.md)** (Java, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Bos Wars](bos_wars.md)** (C++, GPL-2.0, mature, inactive since 2013)
|
||||
- **[Boson](boson.md)** (C++, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Brutal Chess](brutal_chess.md)** (C++, GPL, beta, inactive since 2007)
|
||||
- **[Bygfoot](bygfoot.md)** (Java, GPL-2.0, beta)
|
||||
- **[C-evo](c_evo.md)** (Pascal, Public Domain, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Caesar IA](caesar_ia.md)** (C++, GPL-3.0, beta)
|
||||
- **[Call to Power 2](call_to_power2.md)** (C++, Custom, mature)
|
||||
- **[CivOne](civone.md)** (C#, CC0, beta)
|
||||
- **[Civil](civil.md)** (Python, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Colobot](colobot.md)** (C++, GPL-3.0, mature)
|
||||
- **[Colonization too](colonization_too.md)** (C++, GPL-2.0, beta, inactive since 2004)
|
||||
- **[Conquests](conquests.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Corsix Theme Hospital](theme_hospital.md)** (Lua, C++, MIT, mature)
|
||||
- **[Crimson Fields](crimson_fields.md)** (C++, GPL-2.0, mature, inactive since 2010)
|
||||
- **[Crown and Cutlass](crown_and_cutlass.md)** (C++, Custom, beta, inactive since 2009)
|
||||
- **[Dark Destiny](dark_destiny.md)** (Java, Javascript, GPL, mature, inactive since 2016)
|
||||
- **[Dark Oberon](dark_oberon.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Devana](devana.md)** (PHP, zlib, beta)
|
||||
- **[Domination](domination.md)** (Java, GPL-3.0, mature)
|
||||
- **[DreamChess](dreamchess.md)** (C, GPL-3.0, beta)
|
||||
- **[Duel Commander](duel_commander.md)** (C, GPL-3.0, beta, inactive since 2009)
|
||||
- **[Dune Dynasty](dune_dynasty.md)** (C, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Dune II - The Maker](dune_ii_the_maker.md)** (Java, MIT, beta)
|
||||
- **[Dune Legacy](dune_legacy.md)** (C++, GPL-2.0, mature)
|
||||
- **[EPOH](epoh.md)** (JavaScript, MIT, beta)
|
||||
- **[Endgame: Singularity](singularity.md)** (Python, GPL-2.0, beta)
|
||||
- **[EternalWinterWars](eternalwinterwars.md)** (Java, MIT, beta, inactive since 2014)
|
||||
- **[Evil Cult](evil_cult.md)** (Haxe, JavaScript, GPL-3.0, mature)
|
||||
- **[FAR Colony](farcolony.md)** (Pascal, GPL-3.0, beta, inactive since 2014)
|
||||
- **[First Strike](first_strike.md)** (Java, MIT, mature)
|
||||
- **[Free Mars](free_mars.md)** (Java, GPL-3.0, mature)
|
||||
- **[Free Orion](freeorion.md)** (C++, Python, GPL-2.0, beta)
|
||||
- **[Free Space Colonization](free_space_colonization.md)** (C, GPL-2.0, beta)
|
||||
- **[Free heroes2 engine](free_heroes2_engine.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[FreeCol](freecol.md)** (Java, GPL-2.0, mature)
|
||||
- **[FreeLords](freelords.md)** (Java, GPL-2.0, beta)
|
||||
- **[FreeRCT](freerct.md)** (C++, GPL-2.0, beta, inactive since 2016)
|
||||
- **[FreeRails](freerails.md)** (Java, GPL-2.0, beta)
|
||||
- **[FreeSynd](free_synd.md)** (C++, GPL-2.0, beta)
|
||||
- **[Freeciv WebGL](freeciv_web.md)** (JavaScript, Java, AGPL-3.0, mature)
|
||||
- **[Freeciv](freeciv.md)** (C, GPL-2.0, mature)
|
||||
- **[Freeserf](freeserf.md)** (C++, GPL-3.0, beta)
|
||||
- **[Freestars](freestars.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[GalaxyNG](galaxyng.md)** (C, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Gigalomania](gigalomania.md)** (C++, GPL-2.0, mature)
|
||||
- **[Glest](glest.md)** (C++, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Globulation2](globulation2.md)** (C++, GPL-3.0, mature)
|
||||
- **[Goblin Camp](goblin_camp.md)** (C++, GPL-3.0, beta, inactive since 2012)
|
||||
- **[Greenius' Civil War](greenius_civil_war.md)** (C++, GPL-2.0, beta, inactive since 2001)
|
||||
- **[Harris](harris.md)** (C, Python, GPL-3.0, beta)
|
||||
- **[Heroes of Wesnoth](heroes_of_wesnoth.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Heroes of Wing Commander](heroes_of_wing_commander.md)** (Python, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Hex Game](hexgame.md)** (C++, MIT, beta)
|
||||
- **[Hexwar](hexwar.md)** (Ruby, JavaScript, MIT, beta, inactive since 2012)
|
||||
- **[Isometric Turn-Based Strategy](itbs.md)** (Python, MIT, beta)
|
||||
- **[JQuest](jquest.md)** (Java, GPL-2.0, beta, inactive since 2006)
|
||||
- **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature)
|
||||
- **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Custom, mature)
|
||||
- **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Pascal, AGPL-3.0, mature)
|
||||
- **[LGeneral](lgeneral.md)** (C, GPL-2.0, mature)
|
||||
- **[LordsAWar!](lordsawar.md)** (C++, GPL-3.0, mature)
|
||||
- **[M.E.W.L.](mewl.md)** (C++, GPL-2.0, beta, inactive since 2015)
|
||||
- **[Machinations](machinations.md)** (C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[Mars, Land of No Mercy](mars_land_of_no_mercy.md)** (C++, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Mechanized Assault & eXploration Reloaded ](maxr.md)** (C++, C, GPL-2.0, beta, inactive since 2016)
|
||||
- **[MegaGlest](megaglest.md)** (C++, GPL-2.0, mature)
|
||||
- **[MegaMek](megamek.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)
|
||||
- **[Mpango](mpango.md)** (Java, GPL-2.0, beta, inactive since 2013)
|
||||
- **[NetPanzer](netpanzer.md)** (C++, GPL-2.0, beta)
|
||||
- **[Open Apocalypse](open_apocalypse.md)** (C++, MIT, mature)
|
||||
- **[Open Dune](open_dune.md)** (C, GPL-2.0, mature)
|
||||
- **[Open Imperium Galactica](open_imperium_galactica.md)** (Java, GPL-3.0, beta)
|
||||
- **[Open Panzer](open_panzer.md)** (JavaScript, GPL-2.0, mature)
|
||||
- **[Open Soccer Star](open_soccer_star.md)** (PHP, GPL-3.0, beta)
|
||||
- **[Open Yahtzee](open_yahtzee.md)** (C++, GPL-2.0, mature, inactive since 2016)
|
||||
- **[OpenHoMM](open_homm.md)** (C++, GPL-3.0, beta, inactive since 2010)
|
||||
- **[OpenMOO2](open_moo2.md)** (Python, GPL-2.0, beta, inactive since 2011)
|
||||
- **[OpenPop](open_pop.md)** (C++, GPL-3.0, beta, inactive since 2009)
|
||||
- **[OpenRA](open_ra.md)** (C#, GPL-3.0, mature)
|
||||
- **[OpenSoccer](open_soccer.md)** (PHP, GPL-3.0, beta)
|
||||
- **[OpenWebSoccer-Sim](open_web_soccer.md)** (PHP, LGPL-3.0, mature)
|
||||
- **[OpenXcom](open_xcom.md)** (C++, GPL-3.0, mature)
|
||||
- **[Operation Citadel](operation_citadel.md)** (C++, GPL-2.0, beta, inactive since 2000)
|
||||
- **[Outer Space](outer_space.md)** (Python, GPL-2.0, beta)
|
||||
- **[Pasang Emas](pasang_emas.md)** (Vala, GPL-3.0, mature)
|
||||
- **[Pax Britannica](pax_britannica.md)** (Lua, C, MIT, mature)
|
||||
- **[Pioneers](pioneers.md)** (C, GPL-2.0, mature)
|
||||
- **[Pizza Business](pizza_business.md)** (C++, GPL-2.0, mature, inactive since 2003)
|
||||
- **[Planetary Hoppers](planetary_hoppers.md)** (Java, GPL-2.0, beta, inactive since 2003)
|
||||
- **[PokerTH](pokerth.md)** (C++, AGPL-3.0, mature, inactive since 2017)
|
||||
- **[Polis](polis.md)** (Java, GPL-3.0, mature, inactive since 2016)
|
||||
- **[Project Helena](project_helena.md)** (Pascal, GPL-3.0, beta)
|
||||
- **[PySol](pysol.md)** (Python, GPL-2.0, mature, inactive since 2004)
|
||||
- **[Rails: an 18xx game system](rails_18xx.md)** (Java, GPL-2.0, mature)
|
||||
- **[Return to the Roots](return_to_the_roots.md)** (C++, GPL-3.0, mature)
|
||||
- **[Scorched Moon](scorched_moon.md)** (Python, GPL-3.0, beta)
|
||||
- **[Scrabble3D](scrabble3d.md)** (Pascal, GPL-3.0, mature, inactive since 2015)
|
||||
- **[Sengoku: Warring States of Japan](sengoky_warring_states_of_japan.md)** (C++, Lua, MIT, beta, inactive since 2008)
|
||||
- **[Settlers III remake](settlers_iii_remake.md)** (Java, MIT, beta)
|
||||
- **[Seven Kingdoms: Ancient Adversaries](seven_kingdoms_ancient_adversaries.md)** (C++, GPL-2.0, mature)
|
||||
- **[SharpKonquest](sharpkonquest.md)** (C#, GPL-2.0, mature, inactive since 2007)
|
||||
- **[Simple-Solitaire](simple_solitaire.md)** (Java, GPL-3.0, mature)
|
||||
- **[Skrupel - Tribute Compilation](skrupel.md)** (PHP, JavaScript, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Slay](slay.md)** (Java, GPL-3.0, beta, inactive since 2010)
|
||||
- **[Song of Albion](song_of_albion.md)** (C, C++, Apache-2.0, mature, inactive since 2011)
|
||||
- **[Space Faring](space_faring.md)** (Java, GPL-3.0, beta)
|
||||
- **[Space Opera](space_opera.md)** (Java, GPL-2.0, beta, inactive since 2008)
|
||||
- **[Space Trader for Windows](space_trader_for_windows.md)** (C#, GPL-2.0, mature, inactive since 2009)
|
||||
- **[Space War](space_war.md)** (Java, Apache-2.0, mature)
|
||||
- **[SpaceTrader for Java](space_trader_for_java.md)** (Java, GPL-2.0, mature, inactive since 2010)
|
||||
- **[SpaceZero](spacezero.md)** (C, GPL-3.0, beta, inactive since 2013)
|
||||
- **[Spring RTS engine](spring_rts_engine.md)** (C++, C, Lua, GPL-2.0, mature)
|
||||
- **[Star Control II: The Ur-Quan Masters](star_control_2.md)** (C, GPL-2.0, mature, inactive since 2011)
|
||||
- **[Star Ruler 2](star_ruler_2.md)** (C, C++, MIT, mature)
|
||||
- **[Stareater](stareater.md)** (C#, GPL-3.0, beta)
|
||||
- **[Stars! Nova](stars_nova.md)** (C#, GPL-2.0, beta)
|
||||
- **[Supremacy](supremacy.md)** (C#, Ms-RL, beta, inactive since 2014)
|
||||
- **[T-Bots](t_bots.md)** (C, GPL-2.0, beta, inactive since 2004)
|
||||
- **[TVTower](tvtower.md)** (BlitzMax, Lua, Custom, mature)
|
||||
- **[Tanks of Freedom](tanks_of_freedom.md)** (GDScript, MIT, mature)
|
||||
- **[Tenes Empanadas Graciela](tenes_empanadas_graciela.md)** (C, Javascript, Perl, GPL-2.0, beta, inactive since 2015)
|
||||
- **[The Epic of Heroes](epic_of_heroes.md)** (C++, GPL-3.0, beta, inactive since 2015)
|
||||
- **[Thousand Parsec](thousand_parsec.md)** (C++, Python, GPL-2.0, beta, inactive since 2012)
|
||||
- **[TripleA](triplea.md)** (Java, GPL-2.0, mature)
|
||||
- **[Turious](turious.md)** (C, GPL-3.0, beta, inactive since 2014)
|
||||
- **[Turn of War](turn_of_war.md)** (Java, GPL-3.0, beta)
|
||||
- **[UFO2000](ufo2000.md)** (C++, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, GPL-2.0, mature)
|
||||
- **[Unknown Horizons](unknown_horizons.md)** (Python, GPL-2.0, beta)
|
||||
- **[VCMI Project](vcmi.md)** (C++, GPL-2.0, mature)
|
||||
- **[WAtomic](watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005)
|
||||
- **[War Of Kingdom](war_of_kingdom.md)** (C, C++, GPL-2.0, beta)
|
||||
- **[Wargamer](wargamer.md)** (C++, GPL-2.0, mature, inactive since 2003)
|
||||
- **[Wargus](wargus.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Warzone 2100](warzone_2100.md)** (C++, GPL-2.0, mature)
|
||||
- **[Widelands](widelands.md)** (C++, Lua, GPL-2.0, mature)
|
||||
- **[Wizards Magic](wizards_magic.md)** (Python, GPL-2.0, mature, inactive since 2012)
|
||||
- **[Wolfpack Empire](wolfpack_empire.md)** (C, GPL-3.0, mature)
|
||||
- **[World of Heroes](world_of_heroes.md)** (Python, 3-clause BSD, beta, inactive since 2009)
|
||||
- **[Wyrmsun](wyrmsun.md)** (Lua, C++, GPL-2.0, mature)
|
||||
- **[X-Force: Fight For Destiny](x-force.md)** (Pascal, GPL-2.0, beta, inactive since 2011)
|
||||
- **[XArchon](xarchon.md)** (C, C++, GPL-2.0, beta, inactive since 2003)
|
||||
- **[XSera](xsera.md)** (C, Lua, MIT, beta, inactive since 2010)
|
||||
- **[Xconq](xconq.md)** (C++, GPL-2.0, mature, inactive since 2005)
|
||||
- **[Xenowar](xenowar.md)** (C, C++, GPL-3.0, mature, inactive since 2014)
|
||||
- **[Zero Ballistics](zeroballistics.md)** (C++, MIT, mature, inactive since 2013)
|
||||
- **[Zero-K](zero_k.md)** (Lua, GPL-2.0, mature)
|
||||
- **[Zetawar](zetawar.md)** (Clojure, MIT, mature)
|
||||
- **[Zone of Control](zone_of_control.md)** (Rust, Apache-2.0, beta, inactive since 2017)
|
18
games/_tool.md
Normal file
18
games/_tool.md
Normal file
@ -0,0 +1,18 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Tool
|
||||
|
||||
- **[AutoREALM](autorealm.md)** (C++, GPL-3.0, mature)
|
||||
- **[D-Fend Reloaded](dfend_reloaded.md)** (Pascal, GPL, mature, inactive since 2015)
|
||||
- **[Deity](deity.md)** (Python, GPL-2.0, mature, inactive since 2014)
|
||||
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[Dungeon Mapper](dungeon_mapper.md)** (C++, GPL-3.0, beta, inactive since 2013)
|
||||
- **[GM Tools](gm_tools.md)** (C++, GPL-2.0, beta, inactive since 2004)
|
||||
- **[JaNaG - Java Name Generator](janag_java_name_generator.md)** (Java, GPL-3.0, mature, inactive since 2016)
|
||||
- **[Monster Generator](monster_generator.md)** (Java, MIT, mature)
|
||||
- **[PCGen](pcgen.md)** (Java, LGPL-2.1, mature)
|
||||
- **[Pymapper](pymapper.md)** (Python, GPL-3.0, mature)
|
||||
- **[RPDungeon - computer aided role playing](rpdungeon.md)** (Pascal, GPL-2.0, beta, inactive since 2006)
|
||||
- **[Rolemaster Office](rolemaster_office.md)** (Java, Apache-2.0, mature)
|
||||
- **[Rolisteam](rolisteam.md)** (C++, JavaScript, GPL-2.0, mature)
|
||||
- **[World Builder](world_builder.md)** (Visual Basic, GPL-2.0, mature, inactive since 2007)
|
||||
- **[pkg-config](pkgconfig.md)** (C, GPL-2.0, mature)
|
7
games/_visual novel.md
Normal file
7
games/_visual novel.md
Normal file
@ -0,0 +1,7 @@
|
||||
[comment]: # (autogenerated content, do not edit)
|
||||
# Visual novel
|
||||
|
||||
- **[Digital: A Love Story](digital_a_love_story.md)** (Ren'py, CC-BY-NC-SA, mature)
|
||||
- **[Murder In The Public Domain](murder_in_the_public_domain.md)** (C++, GPL-3.0, mature, inactive since 2013)
|
||||
- **[Our Personal Space](our_personal_space.md)** (Ren'py, GPL-3.0, mature)
|
||||
- **[Star Maiden Astraea Rio](star_maiden_rio.md)** (Ren'py, CC-BY-NC, mature)
|
@ -5,7 +5,7 @@ _A text-based, turn-based strategy game set in space. It is similar to a 4X game
|
||||
- Home: https://sourceforge.net/projects/aplanetsrevenge/
|
||||
- State: beta, inactive since 2008
|
||||
- Download: https://sourceforge.net/projects/aplanetsrevenge/files/aplanetsrevenge/apr-1.0-alpha/
|
||||
- Keywords: strategy
|
||||
- Keywords: strategy, text-based
|
||||
- Code repository: https://gitlab.com/osgames/aplanetsrevenge.git (copy of last source release)
|
||||
- Code language: Python
|
||||
- Code license: GPL-3.0
|
||||
|
@ -7,7 +7,7 @@ _Continuation of Bungie's Marathon 2 FPS game engine._
|
||||
- State: mature, inactive since 2015
|
||||
- Download: https://sourceforge.net/projects/marathon/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: action, fps
|
||||
- Keywords: action, shooter
|
||||
- Code repository: https://github.com/Aleph-One-Marathon/alephone.git, https://svn.code.sf.net/p/marathon/code/ (svn)
|
||||
- Code language: C++, Lua
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Alien Assault Traders is an online, web-based, turn-based strategy space tradin
|
||||
- Home: http://www.aatraders.com/, https://sourceforge.net/projects/aatrade/
|
||||
- State: beta, inactive since 2009
|
||||
- Download: https://sourceforge.net/projects/aatrade/files/
|
||||
- Keywords: strategy, online
|
||||
- Keywords: online, strategy
|
||||
- Code repository: https://github.com/tarnus/aatraders.git, https://gitlab.com/osgames/aatraders.git (+)
|
||||
- Code language: PHP
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story._
|
||||
- State: beta
|
||||
- Download: https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/
|
||||
- Platform: Android
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/Zukero/andors-trail.git
|
||||
- Code language: Java
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Single-player dungeon exploration game._
|
||||
- Media: <https://en.wikipedia.org/wiki/Angband_(video_game)>
|
||||
- State: mature
|
||||
- Download: http://rephial.org/release/
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://github.com/angband/angband.git
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Port of the original Ares code base that was open sourced in 2008._
|
||||
- Home: https://arescentral.org/antares/
|
||||
- State: beta
|
||||
- Download: (see home)
|
||||
- Keywords: strategy, RTS, shooter
|
||||
- Keywords: real time, shooter, strategy
|
||||
- Code repository: https://github.com/arescentral/antares.git
|
||||
- Code language: C++
|
||||
- Code license: LGPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Action/RPG sidescroller, focused not just on fighting, but on story, and charac
|
||||
- Home: http://www.jordantrudgett.com/ardentryst/, https://sourceforge.net/projects/ardentryst/, https://www.pygame.org/project-Ardentryst-596-.html
|
||||
- State: mature, inactive since 2009
|
||||
- Download: http://www.jordantrudgett.com/ardentryst/ardentryst-downloads/, https://sourceforge.net/projects/ardentryst/files/
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/hhirsch/ardentryst.git
|
||||
- Code language: Python
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Open Source FREE 2D MMORPG._
|
||||
- Home: http://www.comunidadargentum.com/ (Spanish)
|
||||
- State: beta, inactive since 2014
|
||||
- Download: http://www.comunidadargentum.com/descargas/
|
||||
- Keywords: rpg, MMO
|
||||
- Keywords: massive multiplayer online, role playing
|
||||
- Code repository: https://github.com/Argentum-Online/Argentum-Online.git, http://morgoao.cvs.sourceforge.net/ (cvs)
|
||||
- Code language: Visual Basic
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _An open source multiplayer online framework._
|
||||
- Home: https://arianne-project.org/, https://arianne-project.org/engine/marauroa.html, https://sourceforge.net/projects/arianne/
|
||||
- State: mature
|
||||
- Download: https://arianne-project.org/engine/marauroa.html
|
||||
- Keywords: framework, 2D, MP
|
||||
- Keywords: 2D, framework, multiplayer
|
||||
- Code repository: https://git.code.sf.net/p/arianne/marauroa, http://arianne.cvs.sourceforge.net (cvs)
|
||||
- Code language: Java
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 fir
|
||||
- Media: https://en.wikipedia.org/wiki/Arx_Fatalis#Development
|
||||
- State: mature
|
||||
- Download: http://wiki.arx-libertatis.org/Download
|
||||
- Keywords: rpg, SP
|
||||
- Keywords: role playing, singleplayer
|
||||
- Code repository: https://github.com/arx/ArxLibertatis.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Turn based strategy game._
|
||||
- Home: http://www.asc-hq.org/, https://sourceforge.net/projects/asc-hq/
|
||||
- Media: https://en.wikipedia.org/wiki/Battle_Isle#Clones
|
||||
- State: mature
|
||||
- Keywords: strategy, TBS
|
||||
- Keywords: strategy, turn-based
|
||||
- Code repository: http://hg.asc-hq.org/hg/asc (hg)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Scorched Earth clone similar to the Worms series._
|
||||
- State: mature, inactive since 2016
|
||||
- Download: https://sourceforge.net/projects/atanks/files/
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: action, artillery
|
||||
- Keywords: action, artillery, wormslike
|
||||
- Code repository: https://git.code.sf.net/p/atanks/atanks
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Faithful remake of, and a tribute to, Atomix, a classic puzzle game created by
|
||||
- Home: http://atomiks.sourceforge.net/, https://sourceforge.net/projects/atomiks
|
||||
- State: mature
|
||||
- Download: https://sourceforge.net/projects/atomiks/files
|
||||
- Keywords: puzzle, puzzle
|
||||
- Keywords: puzzle
|
||||
- Code repository: https://svn.code.sf.net/p/atomiks/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL
|
||||
|
@ -5,7 +5,7 @@ _Multiplayer Online Role Playing Game (MORPG) with 2D isometric graphics based o
|
||||
- Home: https://www.atrinik.org/, https://github.com/atrinik
|
||||
- State: mature, inactive since 2016
|
||||
- Download: (see home)
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/atrinik/atrinik.git
|
||||
- Code language: C, Python
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Themeable turn-based strategy game._
|
||||
- Home: https://sourceforge.net/projects/attal/
|
||||
- State: mature, inactive since 2008
|
||||
- Download: https://sourceforge.net/projects/attal/files/Attal/
|
||||
- Keywords: strategy, TBS
|
||||
- Keywords: strategy, turn-based
|
||||
- Code repository: https://gitlab.com/osgames/attal.git (backup of cvs), http://attal.cvs.sourceforge.net/ (cvs)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Role-playing game mapping program._
|
||||
- Home: https://sourceforge.net/projects/autorealm/
|
||||
- State: mature
|
||||
- Download: https://sourceforge.net/projects/autorealm/files
|
||||
- Keywords: tools, tool
|
||||
- Keywords: tool
|
||||
- Code repository: https://git.code.sf.net/p/autorealm/code, https://git.code.sf.net/p/autorealm/http (+), https://git.code.sf.net/p/autorealm/delphi (+)
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Relatively easy to win but feature rich fantasy roguelike game with a highly in
|
||||
- Home: http://avanor.sourceforge.net/, https://sourceforge.net/projects/avanor/
|
||||
- State: beta, inactive since 2008
|
||||
- Download: https://sourceforge.net/projects/avanor/files
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://gitlab.com/osgames/avanor.git (backup of svn), https://svn.code.sf.net/p/avanor/code/ (svn)
|
||||
- Code language: C++, Lua
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _The Battle for Wesnoth is an open source, turn-based strategy game with a high
|
||||
- Media: https://en.wikipedia.org/wiki/The_Battle_for_Wesnoth
|
||||
- State: mature
|
||||
- Download: http://www.wesnoth.org/#download
|
||||
- Keywords: strategy, MP, TBS
|
||||
- Keywords: multiplayer, strategy, turn-based
|
||||
- Code repository: https://github.com/wesnoth/wesnoth.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Battle Tanks
|
||||
|
||||
_Fast 2d tank arcade game with multiplayer and split-screen modes._
|
||||
_Fast 2D tank arcade game with multiplayer and split-screen modes._
|
||||
|
||||
- Home: http://btanks.sourceforge.net/blog/, https://sourceforge.net/projects/btanks/
|
||||
- State: mature, inactive since 2009
|
||||
|
@ -5,7 +5,7 @@ _Round based RPG._
|
||||
- Home: https://github.com/Leejjon/Battleround
|
||||
- State: beta, inactive since 2015
|
||||
- Platform: Android
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/Leejjon/Battleround.git
|
||||
- Code language: Java
|
||||
- Code license: Apache-2.0
|
||||
|
@ -5,7 +5,7 @@ _Innovative, original strategy-action RPG developed in Sphere._
|
||||
- Home: https://sourceforge.net/projects/bm-game/
|
||||
- State: beta, inactive since 2006
|
||||
- Download: https://sourceforge.net/projects/bm-game/files
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://gitlab.com/osgames/bmtactics.git (copy of source releases)
|
||||
- Code language: JavaScript
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Role-playing video games created by Jeff Vogel of Spiderweb Software._
|
||||
- Home: http://www.spiderwebsoftware.com/blades/opensource.html, http://spiderwebforums.ipbhost.com/forum/12-blades-of-exile/, https://github.com/calref/cboe
|
||||
- Media: <https://en.wikipedia.org/wiki/Exile_(1995_video_game_series)#Blades_of_Exile>
|
||||
- State: mature
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/calref/cboe.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _A match-3 game inspired by "Tetris Attack" but more PC friendly._
|
||||
- State: mature
|
||||
- Download: https://blockattack.net/download/
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: puzzle, match 3, sliding blocks, tetris attack
|
||||
- Keywords: match 3, puzzle, sliding blocks, tetris attack
|
||||
- Code repository: https://github.com/blockattack/blockattack-game.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Futuristic real time strategy game (RTS)._
|
||||
- Home: https://www.boswars.org/
|
||||
- State: mature, inactive since 2013
|
||||
- Download: https://www.boswars.org/download.shtml
|
||||
- Keywords: strategy, RTS
|
||||
- Keywords: real time, strategy
|
||||
- Code repository: https://github.com/OneSleepyDev/boswars_osd.git, https://github.com/OneSleepyDev/boswars_osd_archive.git (+)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Dual n-back brain training exercise._
|
||||
- State: mature, inactive since 2011
|
||||
- Download: http://brainworkshop.sourceforge.net/download.html, https://sourceforge.net/projects/brainworkshop/files/brainworkshop/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: puzzle, brain exercise
|
||||
- Keywords: brain exercise, puzzle
|
||||
- Code repository: https://svn.code.sf.net/p/brainworkshop/code/ (svn)
|
||||
- Code language: Python
|
||||
- Code license: GPL
|
||||
|
@ -5,7 +5,7 @@ _A Massively Multiplayer Adventure._
|
||||
- Home: http://browserquest.mozilla.org/
|
||||
- Media: https://en.wikipedia.org/wiki/BrowserQuest
|
||||
- State: mature
|
||||
- Keywords: rpg, MMO
|
||||
- Keywords: massive multiplayer online, role playing
|
||||
- Code repository: https://github.com/mozilla/BrowserQuest.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Inspired by the once popular "Battle Chess" released by Interplay circa 1988._
|
||||
- State: beta, inactive since 2007
|
||||
- Download: https://sourceforge.net/projects/brutalchess/files/
|
||||
- Platform: Windows, Linux
|
||||
- Keywords: strategy, chess
|
||||
- Keywords: chess, strategy
|
||||
- Code repository: https://svn.code.sf.net/p/brutalchess/code/(svn))
|
||||
- Code language: C++
|
||||
- Code license: GPL
|
||||
|
@ -5,7 +5,7 @@ _Football (a.k.a. soccer) manager game featuring many international leagues and
|
||||
- Home: http://bygfoot.sourceforge.net/new/, https://sourceforge.net/projects/bygfoot
|
||||
- State: beta
|
||||
- Download: https://sourceforge.net/projects/bygfoot/files/
|
||||
- Keywords: strategy, sports
|
||||
- Keywords: sports, strategy
|
||||
- Code repository: https://git.code.sf.net/p/bygfoot/git, https://svn.code.sf.net/p/bygfoot/code/ (svn)
|
||||
- Code language: Java
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _C-evo is a freeware empire building game for Windows._
|
||||
- Media: https://en.wikipedia.org/wiki/C-evo
|
||||
- State: mature, inactive since 2013
|
||||
- Download: http://www.c-evo.org/files/files.php
|
||||
- Keywords: strategy, TBS
|
||||
- Keywords: strategy, turn-based
|
||||
- Code repository: https://github.com/vn971/cevo.git (and also download http://www.c-evo.org/files/download.php?cevosrc.cevosrc.zip)
|
||||
- Code language: Pascal
|
||||
- Code license: Public Domain (original project), GPL-3.0 (Github project)
|
||||
|
@ -5,7 +5,7 @@ _Strategy game released by Activision as a sequel to Civilization: Call to Power
|
||||
- Home: http://ctp2.darkdust.net/, https://apolyton.net/forum/other-games/call-to-power-2/ctp2-source-code-project
|
||||
- Media: https://en.wikipedia.org/wiki/Call_to_Power_II#Source_code_release
|
||||
- State: mature
|
||||
- Keywords: strategy, TBS
|
||||
- Keywords: strategy, turn-based
|
||||
- Code repository: https://github.com/civctp2/civctp2.git (mirror), http://ctp2.darkdust.net/anonsvn/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: Custom (Activision CTP2 source EULA)
|
||||
|
@ -7,7 +7,7 @@ _Online text-based role-playing game featuring ASCII art._
|
||||
- State: mature, inactive since 2013
|
||||
- Play: https://candybox2.github.io/
|
||||
- Platform: Browser
|
||||
- Keywords: rpg, asciiart, browser, text
|
||||
- Keywords: asciiart, role playing, text-based
|
||||
- Code repository: https://github.com/candybox2/candybox2.github.io.git
|
||||
- Code language: Typescript, Javascript
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Castle of the Winds remake._
|
||||
- Home: http://game.castleofthewinds.com/, http://mordrax.github.io/cotwmtor/
|
||||
- State: beta
|
||||
- Play: http://game.castleofthewinds.com/
|
||||
- Keywords: rpg, remake
|
||||
- Keywords: remake, role playing
|
||||
- Code repository: https://github.com/mordrax/cotwmtor.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MIT
|
||||
|
@ -4,7 +4,7 @@ _Post-apocalyptic roguelike._
|
||||
|
||||
- Home: http://cataclysmrl.blogspot.com/
|
||||
- State: beta, inactive since 2012
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://github.com/Whales/Cataclysm.git
|
||||
- Code language: C++
|
||||
- Code license: CC-BY-SA-3
|
||||
|
@ -6,7 +6,7 @@ _Turn-based survival game set in a post-apocalyptic world._
|
||||
- State: mature
|
||||
- Download: https://cataclysmdda.org/releases/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://github.com/CleverRaven/Cataclysm-DDA.git
|
||||
- Code language: C++
|
||||
- Code license: CC-BY-SA-3.0
|
||||
|
@ -5,7 +5,7 @@ _A independent MMORPG, Lan game and a SP game._
|
||||
- Home: https://catchchallenger.first-world.info/
|
||||
- State: mature
|
||||
- Download: https://catchchallenger.first-world.info/download.html
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/alphaonex86/CatchChallenger.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Top-down space shooter in the legacy of Chromium BSU._
|
||||
- Home: https://sourceforge.net/projects/celestron/
|
||||
- State: beta, inactive since 2012
|
||||
- Download: https://sourceforge.net/projects/celestron/files/
|
||||
- Keywords: action, shooter, top down
|
||||
- Keywords: action, shooter, top-down
|
||||
- Code repository: https://git.code.sf.net/p/celestron/code
|
||||
- Code language: Python
|
||||
- Code license: GPL-3.0
|
||||
|
@ -4,7 +4,7 @@ _An MMORPG that's all about grinding and doing chores._
|
||||
|
||||
- Home: https://github.com/jazztickets/choria
|
||||
- State: mature
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/jazztickets/choria.git
|
||||
- Code language: C++, C, Lua
|
||||
- Code license: GPL-3.0
|
||||
|
@ -6,7 +6,7 @@ _Remake of the 1986 game They Stole a Million._
|
||||
- Media: https://en.wikipedia.org/wiki/The_Clue!
|
||||
- State: beta
|
||||
- Download: https://sourceforge.net/projects/cosp/files/
|
||||
- Keywords: adventure, action/adventure
|
||||
- Keywords: action/adventure, adventure
|
||||
- Code repository: https://github.com/vcosta/derclou.git, https://sourceforge.net/p/cosp/code/ (cvs)
|
||||
- Code language: C
|
||||
- Code license: Custom (Der Clou! Public License)
|
||||
|
@ -5,7 +5,7 @@ _Real-time strategy game, where you can program your units (bots) in a language
|
||||
- Home: https://colobot.info/
|
||||
- State: mature
|
||||
- Download: https://colobot.info/download-colobot-gold/
|
||||
- Keywords: strategy, RTS
|
||||
- Keywords: real time, strategy
|
||||
- Code repository: https://github.com/colobot/colobot.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -4,7 +4,7 @@ _Nostalgic glimpse in the past in a form of Commodore 64 game "Commando"._
|
||||
|
||||
- Home: http://commandojs.org/
|
||||
- State: beta, inactive since 2012
|
||||
- Keywords: action, browser
|
||||
- Keywords: action
|
||||
- Code repository: https://github.com/commandojs/CommandoJS.git
|
||||
- Code language: JavaScript, CoffeeScript
|
||||
- Code license: MIT
|
||||
|
@ -5,9 +5,10 @@ _Two or more battle programs (called "warriors") compete for control of a virtua
|
||||
- Home: https://corewar.co.uk/, http://www.corewar.info/, http://vyznev.net/corewar/guide.html, https://sourceforge.net/projects/corewar/, https://corewar.co.uk/standards/icws94.htm, http://www.corewar.info/emulator.htm
|
||||
- Media: https://en.wikipedia.org/wiki/Core_War
|
||||
- State: mature
|
||||
- Keywords: simulation, programming
|
||||
- Keywords: programming, simulation
|
||||
- Code repository: http://corewar.cvs.sourceforge.net (cvs)
|
||||
- Code language: ?
|
||||
- Code license: ?
|
||||
|
||||
See also [SDL pMars](https://corewar.co.uk/pihlaja/pmars-sdl/index.htm), [corewar.io](https://www.corewar.io/) with [sources on Github](https://github.com/gareththegeek/corewar)
|
||||
|
@ -5,7 +5,7 @@ _Turn-based tactical war game._
|
||||
- Home: http://crimson.seul.org/
|
||||
- State: mature, inactive since 2010
|
||||
- Download: http://crimson.seul.org/download.php
|
||||
- Keywords: strategy, TBS
|
||||
- Keywords: strategy, turn-based
|
||||
- Code repository: https://gitlab.com/osgames/crimson.git (import of cvs), http://crimson.seul.org/cvs.php (cvs)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Cooperative multiplayer graphical RPG and adventure game._
|
||||
- Media: https://en.wikipedia.org/wiki/Crossfire_(1992_video_game)
|
||||
- State: mature
|
||||
- Download: http://crossfire.real-time.com/download/index.html, https://sourceforge.net/projects/crossfire/files/
|
||||
- Keywords: rpg, MMO
|
||||
- Keywords: massive multiplayer online, role playing
|
||||
- Code repository: https://svn.code.sf.net/p/crossfire/code/ (svn)
|
||||
- Code language: C, Java
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Massively Multiplayer On-line Role-playing Game (MMORPG)._
|
||||
- Media: <https://en.wikipedia.org/wiki/Crossfire_(1992_video_game)#Influence_on_other_online_games>
|
||||
- State: mature
|
||||
- Download: https://www.daimonin.org/downloads/
|
||||
- Keywords: rpg, MMO
|
||||
- Keywords: massive multiplayer online, role playing
|
||||
- Code repository: https://svn.code.sf.net/p/daimonin/code/ (svn)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _DarkCity is a MMORPG game, in text mode on the Internet._
|
||||
- Home: https://sourceforge.net/projects/darkcity/
|
||||
- State: mature, inactive since 2012
|
||||
- Download: https://sourceforge.net/projects/darkcity/files/
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing, text-based
|
||||
- Code repository: https://svn.code.sf.net/p/darkcity/code/ (svn)
|
||||
- Code language: PHP
|
||||
- Code license: GPL-3.0
|
||||
|
@ -4,7 +4,7 @@ _Turn-based online space strategy game playable in internet browsers._
|
||||
|
||||
- Home: http://www.darkdestiny.at/, http://www.thedarkdestiny.at/portalApp/#/, https://sourceforge.net/projects/darkdestiny/
|
||||
- State: mature, inactive since 2016
|
||||
- Keywords: strategy, MMO
|
||||
- Keywords: massive multiplayer online, strategy
|
||||
- Code repository: https://gitlab.com/osgames/darkdestiny.git(mirror), https://svn.code.sf.net/p/darkdestiny/code/ (svn)
|
||||
- Code language: Java, Javascript
|
||||
- Code license: GPL
|
||||
|
@ -5,7 +5,7 @@ _Real-time strategy game similar to Warcraft II._
|
||||
- Home: http://dark-oberon.sourceforge.net/, https://sourceforge.net/projects/dark-oberon/
|
||||
- State: mature, inactive since 2009
|
||||
- Download: http://dark-oberon.sourceforge.net/?page=download
|
||||
- Keywords: strategy, RTS
|
||||
- Keywords: real time, strategy
|
||||
- Code repository: https://gitlab.com/osgames/dark-oberon.git (backup of svn), https://svn.code.sf.net/p/dark-oberon/code/ (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -4,7 +4,7 @@ _2D RPG set in a fantasy world._
|
||||
|
||||
- Home: https://github.com/iamCode/Dawn/wiki
|
||||
- State: beta, inactive since 2011
|
||||
- Keywords: rpg, SP
|
||||
- Keywords: role playing, singleplayer
|
||||
- Code repository: https://github.com/iamCode/Dawn.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Cyberspace hacking RPG where you hack into corporate systems to perform mission
|
||||
- Home: <https://web.archive.org/web/20110926115405/http://www10.caro.net:80/dsi/decker/>, https://sourceforge.net/projects/decker/
|
||||
- State: beta, inactive since 2013
|
||||
- Download: https://sourceforge.net/projects/decker/files
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/jpmalkiewicz/decker.git (import), https://sourceforge.net/p/decker/code/HEAD/tree/ (svn)
|
||||
- Code language: Java
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _GameMaster (i.e. role-playing) utility._
|
||||
- Home: http://deity.sourceforge.net/, https://sourceforge.net/projects/deity/
|
||||
- State: mature, inactive since 2014
|
||||
- Download: https://sourceforge.net/projects/deity/files
|
||||
- Keywords: tools, tool
|
||||
- Keywords: tool
|
||||
- Code repository: https://gitlab.com/osgames/deity.git (backup of svn), https://svn.code.sf.net/p/deity/code/ (svn)
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _A cooperative multiplayer RPG and adventure game set in a classical medieval en
|
||||
- Home: http://www.deliantra.net/index.html
|
||||
- State: mature
|
||||
- Download: http://www.deliantra.net/play.html
|
||||
- Keywords: rpg, MMO
|
||||
- Keywords: massive multiplayer online, role playing
|
||||
- Code repository: http://cvs.schmorp.de/deliantra/ (cvs)
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Retro-style, turn-based RPG game._
|
||||
- Home: https://github.com/MattMatt0240/DemiGod
|
||||
- State: beta, inactive since 2013
|
||||
- Platform: Android
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/MattMatt0240/DemiGod.git
|
||||
- Code language: Java
|
||||
- Code license: GPL-3.0
|
||||
|
@ -6,7 +6,7 @@ _Nintendo DS emulator._
|
||||
- State: mature, inactive since 2015
|
||||
- Download: http://desmume.org/download/, https://sourceforge.net/projects/desmume/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: framework, emulator
|
||||
- Keywords: emulator, framework
|
||||
- Code repository: https://github.com/TASVideos/desmume.git
|
||||
- Code language: C, C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Browser strategy game._
|
||||
- Home: https://web.archive.org/web/20180419021717/http://devana.eu/, https://sourceforge.net/projects/devana/
|
||||
- State: beta
|
||||
- Download: https://sourceforge.net/projects/devana/files
|
||||
- Keywords: strategy, browser
|
||||
- Keywords: strategy
|
||||
- Code repository: https://gitlab.com/osgames/devana.git (snapshot of source releases)
|
||||
- Code language: PHP
|
||||
- Code license: zlib
|
||||
|
@ -6,7 +6,7 @@ _Graphical environment for DOSBox._
|
||||
- State: mature, inactive since 2015
|
||||
- Download: http://dfendreloaded.sourceforge.net/Download.html, https://sourceforge.net/projects/dfendreloaded/files/D-Fend%20Reloaded/
|
||||
- Platform: Windows
|
||||
- Keywords: tools, frontend, tool
|
||||
- Keywords: frontend, tool
|
||||
- Code repository: (see download)
|
||||
- Code language: Pascal
|
||||
- Code license: GPL
|
||||
|
@ -4,7 +4,7 @@ _Isometric minimal-code style game at html5 canvas and javascript._
|
||||
|
||||
- Home: https://github.com/mitallast/diablo-js
|
||||
- State: mature
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/mitallast/diablo-js.git
|
||||
- Code language: Java, JavaScript
|
||||
- Code license: MIT
|
||||
|
@ -5,7 +5,7 @@ _3D RPG in a satirical post-apocalyptic world._
|
||||
- Home: http://dnt.dnteam.org/cgi-bin/about.py, https://sourceforge.net/projects/dnt/
|
||||
- State: beta, inactive since 2016
|
||||
- Download: http://dnt.dnteam.org/cgi-bin/downloads.py
|
||||
- Keywords: rpg, SP
|
||||
- Keywords: role playing, singleplayer
|
||||
- Code repository: https://git.code.sf.net/p/dnt/code (git)
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -6,7 +6,7 @@ _Is a bit like the well known board game of Risk or RisiKo._
|
||||
- State: mature
|
||||
- Download: http://domination.sourceforge.net/download.shtml, https://sourceforge.net/projects/domination/files/
|
||||
- Platform: Windows, Linux, macOS, Android
|
||||
- Keywords: strategy, boardgame, risklike
|
||||
- Keywords: board game, risklike, strategy
|
||||
- Code repository: https://svn.code.sf.net/p/domination/code/Domination (svn)
|
||||
- Code language: Java
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Role-playing game designed to be flexible and fun._
|
||||
- Home: http://emhsoft.com/dh.html, http://savannah.nongnu.org/projects/dragon-hunt
|
||||
- State: mature
|
||||
- Download: (see home)
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://gitlab.com/osgames/dragon-hunt.git (backup of cvs), http://savannah.nongnu.org/cvs/?group=dragon-hunt (cvs)
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _3D chess game._
|
||||
- State: beta
|
||||
- Download: https://www.dreamchess.org/downloads, https://sourceforge.net/projects/dreamchess/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: strategy, boardgame, chess
|
||||
- Keywords: board game, chess, strategy
|
||||
- Code repository: https://github.com/dreamchess/dreamchess.git
|
||||
- Code language: C
|
||||
- Code license: GPL-3.0
|
||||
|
@ -7,7 +7,7 @@ _Fast and furious coffee-break Roguelike game that is heavily inspired by Doom._
|
||||
- State: mature
|
||||
- Download: https://drl.chaosforge.org/downloads
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://github.com/ChaosForge/doomrl.git
|
||||
- Code language: Lua, Pascal
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Continuation of the classic real-time strategy game Dune II by Westwood Studios
|
||||
- Home: http://dunedynasty.sourceforge.net/, https://sourceforge.net/projects/dunedynasty/
|
||||
- State: mature, inactive since 2014
|
||||
- Download: https://sourceforge.net/projects/dunedynasty
|
||||
- Keywords: strategy, requires original content (Dune 2)
|
||||
- Keywords: requires original content (Dune 2), strategy
|
||||
- Code repository: https://git.code.sf.net/p/dunedynasty/dunedynasty
|
||||
- Code language: C
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Clone of the good old Dune II by Westwood Studios._
|
||||
- Home: http://dune2themaker.fundynamic.com/
|
||||
- State: beta
|
||||
- Download: http://dune2themaker.fundynamic.com/?page_id=11
|
||||
- Keywords: strategy, RTS
|
||||
- Keywords: real time, strategy
|
||||
- Code repository: https://github.com/Fundynamic/dune2themaker4j.git
|
||||
- Code language: Java
|
||||
- Code license: MIT
|
||||
|
@ -5,7 +5,7 @@ _Updated clone of Westwood Studios' Dune2 which uses data files from the origina
|
||||
- Home: http://dunelegacy.sourceforge.net/website/, https://sourceforge.net/projects/dunelegacy
|
||||
- State: mature
|
||||
- Download: http://dunelegacy.sourceforge.net/website/downloads.html, https://sourceforge.net/projects/dunelegacy/files
|
||||
- Keywords: strategy, requires original content
|
||||
- Keywords: requires original content, strategy
|
||||
- Code repository: https://git.code.sf.net/p/dunelegacy/code
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Updated emulator of Forgotten Realms: Unlimited Adventures._
|
||||
- Home: http://uaf.sourceforge.net/, https://sourceforge.net/projects/uaf/, http://www.dianneandpaul.net/UAF/DungeonCraft.html
|
||||
- State: mature
|
||||
- Download: https://sourceforge.net/projects/uaf/files/
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://gitlab.com/osgames/uaf.git (mirror), https://sourceforge.net/p/uaf/code/ (cvs)
|
||||
- Code language: C++
|
||||
- Code license: GPL-2.0
|
||||
|
@ -5,7 +5,7 @@ _Roguelike adventure through dungeons filled with dangerous monsters in a quest
|
||||
- Home: http://crawl.develz.org/
|
||||
- State: mature
|
||||
- Download: http://crawl.develz.org/download.htm
|
||||
- Keywords: rpg, roguelike
|
||||
- Keywords: roguelike, role playing
|
||||
- Code repository: https://github.com/crawl/crawl.git
|
||||
- Code language: C++, Lua
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Choose between 6 unique heroes, equip yourself with powerful magic items and pr
|
||||
- State: mature
|
||||
- Download: https://play.google.com/store/apps/details?id=com.glevel.dungeonhero
|
||||
- Platform: Android
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/guillaume-gouchon/dungeonhero.git
|
||||
- Code language: Java
|
||||
- Code license: MIT
|
||||
|
@ -5,7 +5,7 @@ _Map your dungeons for your next role playing adventure._
|
||||
- Home: http://dungeonmap.sourceforge.net/, https://sourceforge.net/projects/dungeonmap/
|
||||
- State: beta, inactive since 2013
|
||||
- Download: https://sourceforge.net/projects/dungeonmap/files
|
||||
- Keywords: tools, tool
|
||||
- Keywords: tool
|
||||
- Code repository: https://gitlab.com/osgames/dungeonmap.git (backup of svn), https://svn.code.sf.net/p/dungeonmap/code/trunk (svn)
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -4,7 +4,7 @@ _Third game in the dungeon monkey series._
|
||||
|
||||
- Home: https://github.com/jwvhewitt/dmeternal
|
||||
- State: mature, inactive since 2016
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/jwvhewitt/dmeternal.git
|
||||
- Code language: Python
|
||||
- Code license: GPL-2.0
|
||||
|
@ -6,7 +6,7 @@ _Smashing more monsters than ever in this turn-based dungeon crawling game._
|
||||
- State: mature
|
||||
- Download: https://play.google.com/store/apps/details?id=com.giggs.heroquest
|
||||
- Platform: Android
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/guillaume-gouchon/dungeonquest.git
|
||||
- Code language: Java
|
||||
- Code license: MIT
|
||||
|
@ -6,7 +6,7 @@ _Football simulation game_
|
||||
- State: mature, inactive since 2017
|
||||
- Download: https://sourceforge.net/projects/etw/files/
|
||||
- Platform: Windows, Linux, macOS
|
||||
- Keywords: simulation, football
|
||||
- Keywords: football, simulation
|
||||
- Code repository: https://svn.code.sf.net/p/etw/code/ (svn), http://etw.cvs.sourceforge.net/viewvc/ (cvs)
|
||||
- Code language: C
|
||||
- Code license: ?
|
||||
|
@ -6,7 +6,7 @@ _A three-dimensional dungeon crawling adventure that borrows a lot of elements f
|
||||
- Media: <https://en.wikipedia.org/wiki/Egoboo_(video_game)>
|
||||
- State: mature, inactive since 2015
|
||||
- Download: http://egoboo.sourceforge.net/download.html
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://github.com/egoboo/egoboo.git, https://sourceforge.net/p/egoboo/svn/HEAD/tree/ (svn)
|
||||
- Code language: C++, C
|
||||
- Code license: GPL-3.0
|
||||
|
@ -6,7 +6,7 @@ _Free random dungeon game RPG (Roguelike)_
|
||||
- State: mature, inactive since 2015
|
||||
- Download: https://sourceforge.net/projects/endlessdungeons/files/
|
||||
- Platform: Windows
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://gitlab.com/osgames/endlessdungeons.git (archive of source releases)
|
||||
- Code language: C
|
||||
- Code license: CC BY-NC-SA 2.0
|
||||
|
@ -6,7 +6,7 @@ _2D space trading and combat game similar to the classic Escape Velocity series.
|
||||
- Media: https://en.wikipedia.org/wiki/Escape_Velocity_(video_game)#Legacy
|
||||
- State: mature
|
||||
- Download: https://github.com/endless-sky/endless-sky/releases
|
||||
- Keywords: rpg, popular
|
||||
- Keywords: popular, role playing
|
||||
- Code repository: https://github.com/endless-sky/endless-sky.git
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
@ -6,7 +6,7 @@ _ENIGMA is a free development environment geared towards game development._
|
||||
- Media: https://en.wikipedia.org/wiki/Enigma_Engine
|
||||
- State: mature
|
||||
- Download: https://enigma-dev.org/download.htm
|
||||
- Keywords: framework, 3D
|
||||
- Keywords: 3D, framework
|
||||
- Code repository: https://github.com/enigma-dev/enigma-dev.git
|
||||
- Code language: C++, C
|
||||
- Code license: GPL-3.0
|
||||
|
@ -5,7 +5,7 @@ _Space adventure game with elements of arcade and strategy._
|
||||
- Home: https://sourceforge.net/projects/eos-game/
|
||||
- State: beta, inactive since 2007
|
||||
- Download: https://sourceforge.net/projects/eos-game/files
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://gitlab.com/osgames/eos-game.git (backup of svn), https://svn.code.sf.net/p/eos-game/code/ (svn)
|
||||
- Code language: Python
|
||||
- Code license: MIT
|
||||
|
@ -4,7 +4,7 @@ _Multiplayer turn-based browser strategy game._
|
||||
|
||||
- Home: http://www.epoh.io/
|
||||
- State: beta
|
||||
- Keywords: strategy, online
|
||||
- Keywords: online, strategy
|
||||
- Code repository: https://github.com/tautvilas/epoh.git
|
||||
- Code language: JavaScript
|
||||
- Code license: MIT
|
||||
|
@ -5,7 +5,7 @@ _RPG (Role-Playing Game), for PCs, smartphones, tablets and handhelds._
|
||||
- Home: http://erebusrpg.sourceforge.net/, https://sourceforge.net/projects/erebusrpg/
|
||||
- State: beta
|
||||
- Download: http://erebusrpg.sourceforge.net/#download
|
||||
- Keywords: rpg
|
||||
- Keywords: role playing
|
||||
- Code repository: https://git.code.sf.net/p/erebusrpg/code
|
||||
- Code language: C++
|
||||
- Code license: GPL-3.0
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user