new entries
This commit is contained in:
parent
8e77dcf609
commit
56b00cb09a
@ -1,14 +1,14 @@
|
|||||||
# Open Source Games
|
# Open Source Games
|
||||||
|
|
||||||
[comment]: # (start of autogenerated content, do not edit)
|
[comment]: # (start of autogenerated content, do not edit)
|
||||||
206 entries
|
215 entries
|
||||||
- **[Action games](games/action/_toc.md)** (1)
|
- **[Action games](games/action/_toc.md)** (1)
|
||||||
- **[Adventure games & Visual novels](games/adventure/_toc.md)** (15)
|
- **[Adventure games & Visual novels](games/adventure/_toc.md)** (15)
|
||||||
- **[Game frameworks](games/framework/_toc.md)** (47)
|
- **[Game frameworks](games/framework/_toc.md)** (48)
|
||||||
- **[Popular required libraries](games/library/_toc.md)** (22)
|
- **[Popular required libraries](games/library/_toc.md)** (22)
|
||||||
- **[Role Playing Games](games/rpg/_toc.md)** (61)
|
- **[Role Playing Games](games/rpg/_toc.md)** (61)
|
||||||
- **[Simulation games](games/simulation/_toc.md)** (10)
|
- **[Simulation games](games/simulation/_toc.md)** (10)
|
||||||
- **[Strategy games](games/strategy/_toc.md)** (49)
|
- **[Strategy games](games/strategy/_toc.md)** (57)
|
||||||
- **[Tools & Manuals](games/misc/_toc.md)** (1)
|
- **[Tools & Manuals](games/misc/_toc.md)** (1)
|
||||||
|
|
||||||
[comment]: # (end of autogenerated content)
|
[comment]: # (end of autogenerated content)
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
- **[Allegro](allegro.md)** (C, mature)
|
- **[Allegro](allegro.md)** (C, mature)
|
||||||
- **[Annchienta](annchienta.md)** (C++, mature, inactive since 2009)
|
- **[Annchienta](annchienta.md)** (C++, mature, inactive since 2009)
|
||||||
- **[Arianne / Marauroa](arianne.md)** (Java, mature)
|
- **[Arianne / Marauroa](arianne.md)** (Java, mature)
|
||||||
|
- **[Atlantis](atlantis.md)** (C++, GPL-2.0, mature, inactive since 2011)
|
||||||
- **[Blender game engine](blender_game_engine.md)** (C++, mature)
|
- **[Blender game engine](blender_game_engine.md)** (C++, mature)
|
||||||
- **[COCOS2D-X](cocos2dx.md)** (C++, mature)
|
- **[COCOS2D-X](cocos2dx.md)** (C++, mature)
|
||||||
- **[Dash Engine](dash.md)** (D)
|
- **[Dash Engine](dash.md)** (D)
|
||||||
@ -32,7 +33,7 @@
|
|||||||
- **[Panda 3D](panda3d.md)** (C++, C, mature)
|
- **[Panda 3D](panda3d.md)** (C++, C, mature)
|
||||||
- **[Polycode](polycode.md)** (C, C++, beta)
|
- **[Polycode](polycode.md)** (C, C++, beta)
|
||||||
- **[Qt](qt.md)** (C++, mature)
|
- **[Qt](qt.md)** (C++, mature)
|
||||||
- **[Quad-engine](quad.md)** (Delphi, beta)
|
- **[Quad-engine](quad.md)** (Delphi Pascal, beta)
|
||||||
- **[SDL Game Engine 2D](sge2d.md)** (C, beta)
|
- **[SDL Game Engine 2D](sge2d.md)** (C, beta)
|
||||||
- **[ScummVM](scummvm.md)** (C++, mature)
|
- **[ScummVM](scummvm.md)** (C++, mature)
|
||||||
- **[Solarus](solarus.md)** (C++, mature)
|
- **[Solarus](solarus.md)** (C++, mature)
|
||||||
|
17
games/framework/atlantis.md
Normal file
17
games/framework/atlantis.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Atlantis
|
||||||
|
|
||||||
|
_PBEM Game engine which is used to create many different strategy wargames today and for the past decade._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/atlantis/
|
||||||
|
- Download: https://sourceforge.net/projects/atlantis/files/Atlantis%204/Release%204.1.0/
|
||||||
|
- State: mature, inactive since 2011
|
||||||
|
- Code: https://svn.code.sf.net/p/atlantis/code/
|
||||||
|
- Language(s): C++
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
Game engine? Implementations?
|
||||||
|
|
||||||
|
See also [Atlantis Little Helper](https://sourceforge.net/projects/alh/)
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
@ -6,7 +6,7 @@ _No description available._
|
|||||||
- Download: http://quad-engine.com/downloads.html
|
- Download: http://quad-engine.com/downloads.html
|
||||||
- State: beta
|
- State: beta
|
||||||
- Code: https://bitbucket.org/Darthman/quad/src (hg)
|
- Code: https://bitbucket.org/Darthman/quad/src (hg)
|
||||||
- Language(s): Delphi
|
- Language(s): Delphi Pascal
|
||||||
- Code license: MIT
|
- Code license: MIT
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
[comment]: # (autogenerated content, do not edit)
|
[comment]: # (autogenerated content, do not edit)
|
||||||
# Statistics
|
# Statistics
|
||||||
|
|
||||||
analyzed 206 entries on 2018-01-29 16:25:05
|
analyzed 215 entries on 2018-01-30 13:34:34
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
- mature: 104 (50.5%)
|
- mature: 108 (50.2%)
|
||||||
- beta: 56 (27.2%)
|
- beta: 61 (28.4%)
|
||||||
- inactive: 41 (19.9%)
|
- inactive: 50 (23.3%)
|
||||||
|
|
||||||
##### Inactive State
|
##### Inactive State
|
||||||
|
|
||||||
zoc (2017), dnt (2016), egoboo (2015), roguish (2015), argentum_online (2014), hale (2014), lips_of_suna (2014), open_tibia (2014), openrpgmaker (2014), rpge (2014), sintel (2014), summoming_wars (2014), sworsorc (2014), xenowar (2014), c_evo (2013), openrpg (2013), trinity_reign (2013), vegatrek (2013), dark_city (2012), hexwar (2012), parpg (2012), dawn (2011), kobolds_quest_2 (2011), kq_lives (2011), project_diaspora (2011), star_control_2 (2011), world_of_phaos (2011), radakan (2010), singularity (2010), 8kingdoms (2009), annchienta (2009), fall_of_imiryn (2009), glest (2009), goblin_hack (2009), a_planets_revenge (2008), silvertree (2007), crown_and_cutless (2006), geewhiz (2004), openglad (2004), civil (2003), umbra (2002)
|
zoc (2017), dnt (2016), egoboo (2015), roguish (2015), argentum_online (2014), drop_shock (2014), hale (2014), lips_of_suna (2014), open_tibia (2014), openrpgmaker (2014), rpge (2014), sintel (2014), summoming_wars (2014), sworsorc (2014), xenowar (2014), c_evo (2013), openrpg (2013), trinity_reign (2013), vegatrek (2013), astral_clades (2012), dark_city (2012), hexwar (2012), parpg (2012), age_of_magic (2011), atlantis (2011), dawn (2011), kobolds_quest_2 (2011), kq_lives (2011), project_diaspora (2011), star_control_2 (2011), world_of_phaos (2011), radakan (2010), singularity (2010), 8kingdoms (2009), alien_assault_traders (2009), annchienta (2009), fall_of_imiryn (2009), glest (2009), goblin_hack (2009), a_planets_revenge (2008), altera_terra (2007), armies (2007), silvertree (2007), arthurs_knights (2006), crown_and_cutless (2006), geewhiz (2004), openglad (2004), antichess (2003), civil (2003), umbra (2002)
|
||||||
|
|
||||||
##### Without state tag (46)
|
##### Without state tag (46)
|
||||||
|
|
||||||
@ -19,21 +19,22 @@ zoc (2017), dnt (2016), egoboo (2015), roguish (2015), argentum_online (2014), h
|
|||||||
|
|
||||||
## Languages
|
## Languages
|
||||||
|
|
||||||
Without language tag: 16 (7.8%)
|
Without language tag: 16 (7.4%)
|
||||||
|
|
||||||
crimson_fields, dragon_history, evol_online, imperium, land_of_fire, meritous, murder_in_the_public_domain, open_general, openal, openrpgmaker, parpg, solaris, space_station_13, star_maiden_rio, vegatrek, xconq
|
crimson_fields, dragon_history, evol_online, imperium, land_of_fire, meritous, murder_in_the_public_domain, open_general, openal, openrpgmaker, parpg, solaris, space_station_13, star_maiden_rio, vegatrek, xconq
|
||||||
|
|
||||||
##### Language frequency
|
##### Language frequency
|
||||||
|
|
||||||
- C++ (39.7%)
|
- C++ (39.8%)
|
||||||
- C (24.1%)
|
- C (23.2%)
|
||||||
- Java (8.4%)
|
- Java (9.3%)
|
||||||
- Python (8.4%)
|
- Python (8.1%)
|
||||||
- Lua (4.2%)
|
- Lua (4.1%)
|
||||||
- Javascript (3.0%)
|
- Javascript (2.8%)
|
||||||
- Ren'py (1.7%)
|
- PHP (2.0%)
|
||||||
- C# (1.3%)
|
- Ren'py (1.6%)
|
||||||
- PHP (1.3%)
|
- C# (1.2%)
|
||||||
|
- Delphi Pascal (0.8%)
|
||||||
- Haxe (0.8%)
|
- Haxe (0.8%)
|
||||||
- ActionScript (0.4%)
|
- ActionScript (0.4%)
|
||||||
- Ada (0.4%)
|
- Ada (0.4%)
|
||||||
@ -41,8 +42,6 @@ crimson_fields, dragon_history, evol_online, imperium, land_of_fire, meritous, m
|
|||||||
- Basic (0.4%)
|
- Basic (0.4%)
|
||||||
- Clojure (0.4%)
|
- Clojure (0.4%)
|
||||||
- D (0.4%)
|
- D (0.4%)
|
||||||
- Delphi (0.4%)
|
|
||||||
- Delphi Pascal (0.4%)
|
|
||||||
- GDScript (0.4%)
|
- GDScript (0.4%)
|
||||||
- Kotlin (0.4%)
|
- Kotlin (0.4%)
|
||||||
- Objective C (0.4%)
|
- Objective C (0.4%)
|
||||||
@ -55,18 +54,18 @@ crimson_fields, dragon_history, evol_online, imperium, land_of_fire, meritous, m
|
|||||||
|
|
||||||
## Code licenses
|
## Code licenses
|
||||||
|
|
||||||
Without license tag: 36 (17.5%)
|
Without license tag: 46 (21.4%)
|
||||||
|
|
||||||
8kingdoms, a_planets_revenge, atrinik, camelia_girls, catch_challenger, clou, crimson_fields, digital, dragon_hunt, epoh, evol_online, freerails, geewhiz, heroes_of_wesnoth, hexwar, imperium, kobolds_quest_2, kq_lives, land_of_fire, meritous, open_general, openglad, openrpg, openrpgmaker, other_life, parpg, sintel, solaris, space_station_13, star_maiden_rio, sworsorc, war_of_kingdom, warzone_2100, wastes_edge, xenowar, zoc
|
8kingdoms, a_planets_revenge, age_of_magic, alien_assault_traders, altera_terra, antichess, armies, arthurs_knights, astral_clades, atlantis, atrinik, c_evo, camelia_girls, catch_challenger, clou, crimson_fields, digital, dragon_hunt, drop_shock, epoh, evol_online, freerails, geewhiz, heroes_of_wesnoth, hexwar, imperium, kobolds_quest_2, kq_lives, land_of_fire, meritous, open_general, openglad, openrpg, openrpgmaker, other_life, parpg, sintel, solaris, space_station_13, star_maiden_rio, sworsorc, war_of_kingdom, warzone_2100, wastes_edge, xenowar, zoc
|
||||||
|
|
||||||
##### Licenses frequency
|
##### Licenses frequency
|
||||||
|
|
||||||
- GPL-2.0 (37.1%)
|
- GPL-2.0 (37.3%)
|
||||||
- GPL-3.0 (18.8%)
|
- GPL-3.0 (19.5%)
|
||||||
- MIT (12.9%)
|
- MIT (13.0%)
|
||||||
- Special (7.1%)
|
- Special (7.1%)
|
||||||
- zlib (4.1%)
|
- zlib (4.1%)
|
||||||
- GPL (3.5%)
|
- GPL (3.6%)
|
||||||
- Apache-2.0 (2.4%)
|
- Apache-2.0 (2.4%)
|
||||||
- BSD-3 (1.8%)
|
- BSD-3 (1.8%)
|
||||||
- LGPL-2.0 (1.2%)
|
- LGPL-2.0 (1.2%)
|
||||||
@ -78,12 +77,10 @@ Without license tag: 36 (17.5%)
|
|||||||
- Boost-1.0 (0.6%)
|
- Boost-1.0 (0.6%)
|
||||||
- Different, see file Copying, liblzma is public domain (0.6%)
|
- Different, see file Copying, liblzma is public domain (0.6%)
|
||||||
- Freeware (0.6%)
|
- Freeware (0.6%)
|
||||||
- GPl-3.0 (0.6%)
|
|
||||||
- ISC (0.6%)
|
- ISC (0.6%)
|
||||||
- LGPL-3.0 (0.6%)
|
- LGPL-3.0 (0.6%)
|
||||||
- MPL-2.0 (0.6%)
|
- MPL-2.0 (0.6%)
|
||||||
- Ms-MPL MIT (0.6%)
|
- Ms-MPL MIT (0.6%)
|
||||||
- None found (0.6%)
|
|
||||||
- Proprietary (0.6%)
|
- Proprietary (0.6%)
|
||||||
- Public Domain (0.6%)
|
- Public Domain (0.6%)
|
||||||
- zlib (core) (0.6%)
|
- zlib (core) (0.6%)
|
||||||
|
@ -5,12 +5,20 @@
|
|||||||
- **[8 Kingdoms](8kingdoms.md)** (C++, beta, inactive since 2009)
|
- **[8 Kingdoms](8kingdoms.md)** (C++, beta, inactive since 2009)
|
||||||
- **[A Planet's Revenge](a_planets_revenge.md)** (Python, beta, inactive since 2008)
|
- **[A Planet's Revenge](a_planets_revenge.md)** (Python, beta, inactive since 2008)
|
||||||
- **[Advanced Strategic Command](asc.md)** (C++, mature)
|
- **[Advanced Strategic Command](asc.md)** (C++, mature)
|
||||||
|
- **[Age of Magic](age_of_magic.md)** (C++, GPL-2.0, beta, inactive since 2011)
|
||||||
|
- **[Alien Assault Traders](alien_assault_traders.md)** (PHP, beta, inactive since 2009)
|
||||||
|
- **[Altera Terra](altera_terra.md)** (Java, GPL-2.0, beta, inactive since 2007)
|
||||||
|
- **[AntiChess](antichess.md)** (Java, mature, inactive since 2003)
|
||||||
|
- **[Armies](armies.md)** (C++, mature, inactive since 2007)
|
||||||
|
- **[Arthur's Knights](arthurs_knights.md)** (C++, Educational, beta, inactive since 2006)
|
||||||
|
- **[Astral Clades](astral_clades.md)** (Java, beta, inactive since 2012)
|
||||||
- **[Battle for Wesnoth](wesnoth.md)** (C++, mature)
|
- **[Battle for Wesnoth](wesnoth.md)** (C++, mature)
|
||||||
- **[Birth of the Empires](birth_of_the_empires.md)** (C++)
|
- **[Birth of the Empires](birth_of_the_empires.md)** (C++)
|
||||||
- **[C-evo](c_evo.md)** (Delphi Pascal, mature, inactive since 2013)
|
- **[C-evo](c_evo.md)** (Delphi Pascal, mature, inactive since 2013)
|
||||||
- **[Civil](civil.md)** (Python, beta, inactive since 2003)
|
- **[Civil](civil.md)** (Python, beta, inactive since 2003)
|
||||||
- **[Crimson Fields](crimson_fields.md)** ()
|
- **[Crimson Fields](crimson_fields.md)** ()
|
||||||
- **[Crown and Cutless](crown_and_cutless.md)** (C++, beta, inactive since 2006)
|
- **[Crown and Cutless](crown_and_cutless.md)** (C++, beta, inactive since 2006)
|
||||||
|
- **[Drop Shock](drop_shock.md)** (PHP, mature, inactive since 2014)
|
||||||
- **[EPOH](epoh.md)** (Javascript, MIT, beta)
|
- **[EPOH](epoh.md)** (Javascript, MIT, beta)
|
||||||
- **[Endgame: Singularity](singularity.md)** (Python, beta, inactive since 2010)
|
- **[Endgame: Singularity](singularity.md)** (Python, beta, inactive since 2010)
|
||||||
- **[Free Orion](freeorion.md)** (C++, Python, beta)
|
- **[Free Orion](freeorion.md)** (C++, Python, beta)
|
||||||
|
13
games/strategy/age_of_magic.md
Normal file
13
games/strategy/age_of_magic.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Age of Magic
|
||||||
|
|
||||||
|
_Turn-based strategy game for Symbian._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/ageofmagic/
|
||||||
|
- Download: https://sourceforge.net/projects/ageofmagic/files/
|
||||||
|
- State: beta, inactive since 2011
|
||||||
|
- Code: https://svn.code.sf.net/p/ageofmagic/code/
|
||||||
|
- Language(s): C++
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
12
games/strategy/alien_assault_traders.md
Normal file
12
games/strategy/alien_assault_traders.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Alien Assault Traders
|
||||||
|
|
||||||
|
_Alien Assault Traders is an online, web-based, turn-based strategy space trading game forked off the source of both Black Nova Traders and Nova Game Systems software and inspired by the popular BBS game of TradeWars._
|
||||||
|
|
||||||
|
- Home: http://www.aatraders.com/, https://sourceforge.net/projects/aatrade/
|
||||||
|
- Download: https://sourceforge.net/projects/aatrade/files/AATraders%200.4x/
|
||||||
|
- State: beta, inactive since 2009
|
||||||
|
- Keywords: online
|
||||||
|
- Language(s): PHP
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
14
games/strategy/altera_terra.md
Normal file
14
games/strategy/altera_terra.md
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Altera Terra
|
||||||
|
|
||||||
|
_Altera Terra is a Civ-like turn-based strategy game._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/alteraterra/
|
||||||
|
- Download: https://sourceforge.net/projects/alteraterra/files/AlteraTerra/
|
||||||
|
- State: beta, inactive since 2007
|
||||||
|
- Keywords: TBS
|
||||||
|
- Code: https://svn.code.sf.net/p/alteraterra/code/
|
||||||
|
- Language(s): Java
|
||||||
|
- License: GPL-2.0
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
12
games/strategy/antichess.md
Normal file
12
games/strategy/antichess.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# AntiChess
|
||||||
|
|
||||||
|
_AntiChess is an anti chess game. You have to take your opponents piece if you can._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/antichess/
|
||||||
|
- Download: https://sourceforge.net/projects/antichess/files/antichess/1.0/
|
||||||
|
- State: mature, inactive since 2003
|
||||||
|
- Code: http://antichess.cvs.sourceforge.net/ (cvs)
|
||||||
|
- Language(s): Java
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
12
games/strategy/armies.md
Normal file
12
games/strategy/armies.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Armies
|
||||||
|
|
||||||
|
_Turn based strategy game. It has simple and well designed rules._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/armies/
|
||||||
|
- Download: https://sourceforge.net/projects/armies/files/
|
||||||
|
- State: mature, inactive since 2007
|
||||||
|
- Code: see download
|
||||||
|
- Language(s): C++
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
13
games/strategy/arthurs_knights.md
Normal file
13
games/strategy/arthurs_knights.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Arthur's Knights
|
||||||
|
|
||||||
|
_A small turned based game._
|
||||||
|
|
||||||
|
- Home: http://ainenn.org/KingArthur/, https://sourceforge.net/projects/king-arthur/
|
||||||
|
- Download: https://sourceforge.net/projects/king-arthur/files/king-arthur/Alpha%200.3/
|
||||||
|
- State: beta, inactive since 2006
|
||||||
|
- Code: see download
|
||||||
|
- Language(s): C++
|
||||||
|
- License: Educational
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
12
games/strategy/astral_clades.md
Normal file
12
games/strategy/astral_clades.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Astral Clades
|
||||||
|
|
||||||
|
_A turn-based, 4X strategy game with some real-time tactical and also role playing aspects._
|
||||||
|
|
||||||
|
- Home: https://sourceforge.net/projects/astralclades/
|
||||||
|
- State: beta, inactive since 2012
|
||||||
|
- Code: https://svn.code.sf.net/p/astralclades/code/
|
||||||
|
- Language(s): Java
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Uses LWJGL.
|
@ -9,6 +9,5 @@ _C-evo is a freeware empire building game for Windows._
|
|||||||
- Keywords: TBS
|
- Keywords: TBS
|
||||||
- Code: http://www.c-evo.org/files/download.php?cevosrc.cevosrc.zip
|
- Code: http://www.c-evo.org/files/download.php?cevosrc.cevosrc.zip
|
||||||
- Language(s): Delphi Pascal
|
- Language(s): Delphi Pascal
|
||||||
- Code license: None found
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
12
games/strategy/drop_shock.md
Normal file
12
games/strategy/drop_shock.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Drop Shock
|
||||||
|
|
||||||
|
_Massively Multiplayer Turn-Based Strategy Game._
|
||||||
|
|
||||||
|
- Home: http://www.tinywarz.com/index.php, https://sourceforge.net/projects/dropshock/
|
||||||
|
- State: mature, inactive since 2014
|
||||||
|
- Keywords: online
|
||||||
|
- Code: https://git.code.sf.net/p/dropshock/code
|
||||||
|
- Language(s): PHP
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
@ -9,7 +9,7 @@ _Recreates and modernizes the classic Command & Conquer real time strategy games
|
|||||||
- Keywords: RTS
|
- Keywords: RTS
|
||||||
- Code: https://github.com/OpenRA/OpenRA
|
- Code: https://github.com/OpenRA/OpenRA
|
||||||
- Language(s): C#
|
- Language(s): C#
|
||||||
- Code license: GPl-3.0
|
- Code license: GPL-3.0
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user