From e9288960ef8d646649c868fee98afa2bb7ea8665 Mon Sep 17 00:00:00 2001 From: Trilarion Date: Tue, 5 Jun 2018 14:10:44 +0200 Subject: [PATCH] new entries --- README.md | 11 +++---- games/framework/_toc.md | 3 ++ games/framework/jigs_php_rpg.md | 13 ++++++++ games/framework/pyorpg.md | 15 +++++++++ games/framework/terasology.md | 15 +++++++++ games/puzzle/_toc.md | 9 ----- games/rpg/_toc.md | 13 +++++++- games/rpg/ardentryst.md | 14 ++++++++ games/rpg/demigod.md | 13 ++++++++ games/rpg/fallen_spire.md | 13 ++++++++ games/rpg/haxima.md | 13 ++++++++ .../{allacrost.md => hero_of_allacrost.md} | 0 games/rpg/holy_spirit.md | 15 +++++++++ games/rpg/magarena.md | 14 ++++++++ games/rpg/naev.md | 15 +++++++++ games/rpg/phantasy.md | 13 ++++++++ games/rpg/regoth.md | 14 ++++++++ games/rpg/story_of_a_lost_sky.md | 14 ++++++++ games/rpg/uidunad.md | 14 ++++++++ games/simulation/_toc.md | 1 + games/simulation/freeminer.md | 14 ++++++++ games/statistics.md | 33 ++++++++++--------- games/strategy/_toc.md | 4 +++ games/{puzzle => strategy}/atomiks.md | 0 games/{puzzle => strategy}/atomix.md | 0 games/{puzzle => strategy}/katomic.md | 0 games/{puzzle => strategy}/watomic.md | 0 27 files changed, 251 insertions(+), 32 deletions(-) create mode 100644 games/framework/jigs_php_rpg.md create mode 100644 games/framework/pyorpg.md create mode 100644 games/framework/terasology.md delete mode 100644 games/puzzle/_toc.md create mode 100644 games/rpg/ardentryst.md create mode 100644 games/rpg/demigod.md create mode 100644 games/rpg/fallen_spire.md create mode 100644 games/rpg/haxima.md rename games/rpg/{allacrost.md => hero_of_allacrost.md} (100%) create mode 100644 games/rpg/holy_spirit.md create mode 100644 games/rpg/magarena.md create mode 100644 games/rpg/naev.md create mode 100644 games/rpg/phantasy.md create mode 100644 games/rpg/regoth.md create mode 100644 games/rpg/story_of_a_lost_sky.md create mode 100644 games/rpg/uidunad.md create mode 100644 games/simulation/freeminer.md rename games/{puzzle => strategy}/atomiks.md (100%) rename games/{puzzle => strategy}/atomix.md (100%) rename games/{puzzle => strategy}/katomic.md (100%) rename games/{puzzle => strategy}/watomic.md (100%) diff --git a/README.md b/README.md index 9d9cf1de..3ce00fe5 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ # Open Source Games [comment]: # (start of autogenerated content, do not edit) -355 entries +370 entries - **[Action/Arcade games](games/action/_toc.md)** (16) - **[Adventure games & Visual novels](games/adventure/_toc.md)** (16) -- **[Game frameworks](games/framework/_toc.md)** (49) +- **[Game frameworks](games/framework/_toc.md)** (52) - **[Popular required libraries](games/library/_toc.md)** (22) -- **[Puzzle games](games/puzzle/_toc.md)** (4) -- **[Role Playing Games](games/rpg/_toc.md)** (70) -- **[Simulation games](games/simulation/_toc.md)** (15) -- **[Strategy games](games/strategy/_toc.md)** (162) +- **[Role Playing Games](games/rpg/_toc.md)** (81) +- **[Simulation games](games/simulation/_toc.md)** (16) +- **[Strategy games](games/strategy/_toc.md)** (166) - **[Tools & Manuals](games/misc/_toc.md)** (1) [comment]: # (end of autogenerated content) diff --git a/games/framework/_toc.md b/games/framework/_toc.md index 7fa55dff..3fc3aa2f 100644 --- a/games/framework/_toc.md +++ b/games/framework/_toc.md @@ -18,6 +18,7 @@ - **[H-World](h_world.md)** (C, Lua, beta, inactive since 2005) - **[HaxeFlixel](haxeflixel.md)** (Haxe, mature) - **[Irrlicht Engine](irrlicht.md)** (C++, C, mature) +- **[JiGS Interactive Game System](jigs_php_rpg.md)** (Javascript, PHP, GPL-3.0, beta) - **[Lightweight Java Game Library](lwjgl.md)** (Kotlin, C, mature) - **[Lumix Engine](lumix.md)** (C++, beta) - **[LÖVE](loeve.md)** (C++, mature) @@ -39,6 +40,7 @@ - **[ScummVM](scummvm.md)** (C++, mature) - **[Solarus](solarus.md)** (C++, mature) - **[Superpowers](superpowers.md)** (Typescript) +- **[Terasology](terasology.md)** (Java, Apache-2.0, mature) - **[Urho3D](urho3d.md)** (C++, Angelscript, mature) - **[Vega Strike](vegastrike.md)** (C++, mature) - **[WorldForge](worldforge.md)** (C++, mature) @@ -46,6 +48,7 @@ - **[jMonkeyEngine](jmonkeyengine.md)** (Java, mature) - **[libGDX](libgdx.md)** (Java, C++, C, mature) - **[mkxp](mkxp.md)** (C++, C) +- **[pyORPG](pyorpg.md)** (Python, MIT, beta, inactive since 2015) - **[pygame](pygame.md)** (C, Python, mature) - **[rpge](rpge.md)** (C, beta, inactive since 2014) - **[sandbox Game Maker](sandboxgamemaker.md)** (C++, C) diff --git a/games/framework/jigs_php_rpg.md b/games/framework/jigs_php_rpg.md new file mode 100644 index 00000000..a333637c --- /dev/null +++ b/games/framework/jigs_php_rpg.md @@ -0,0 +1,13 @@ +# JiGS Interactive Game System + +_Online RPG engine built in php._ + +- Home: http://www.eclecticmeme.com/ +- State: beta +- Keywords: online +- Code: https://github.com/EMC23/JiGS-PHP-RPG-engine +- Language(s): Javascript, PHP +- License: GPL-3.0 + +## Building + diff --git a/games/framework/pyorpg.md b/games/framework/pyorpg.md new file mode 100644 index 00000000..8653392b --- /dev/null +++ b/games/framework/pyorpg.md @@ -0,0 +1,15 @@ +# pyORPG + +_ORPG (online role-playing-game) engine that allows everyone to create their own ORPG adventure within minutes._ + +- Home: https://web.archive.org/web/20131114162141/http://www.powrtoch.org:80/pyorpg +- State: beta, inactive since 2015 +- Code: https://github.com/marcusmoller/pyorpg-client, https://github.com/marcusmoller/pyorpg-server +- Language(s): Python +- License: MIT +- Dependencies: PyGame + +Is this an engine or a game? + +## Building + diff --git a/games/framework/terasology.md b/games/framework/terasology.md new file mode 100644 index 00000000..5cce580e --- /dev/null +++ b/games/framework/terasology.md @@ -0,0 +1,15 @@ +# Terasology + +_Stable platform for various types of gameplay settings in a voxel world._ + +- Home: http://terasology.org/index.html +- State: mature +- Keywords: 3D +- Code: https://github.com/MovingBlocks/Terasology +- Language(s): Java +- License: Apache-2.0 + +Not sure if it's a game, a game engine/framework or a graphical/scene framework. + +## Building + diff --git a/games/puzzle/_toc.md b/games/puzzle/_toc.md deleted file mode 100644 index fa1419c8..00000000 --- a/games/puzzle/_toc.md +++ /dev/null @@ -1,9 +0,0 @@ -# Puzzle games - -[comment]: # (start of autogenerated content, do not edit) -- **[Atomiks](atomiks.md)** (C, GPL, custom (Leveldesign, see Readme), mature) -- **[Atomix](atomix.md)** (C, GPL-2.0, mature) -- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature) -- **[WAtomic](watomic.md)** (Pascal, GPL-2.0, mature, inactive since 2005) - -[comment]: # (end of autogenerated content) \ No newline at end of file diff --git a/games/rpg/_toc.md b/games/rpg/_toc.md index 24023f93..fefc7018 100644 --- a/games/rpg/_toc.md +++ b/games/rpg/_toc.md @@ -2,6 +2,7 @@ [comment]: # (start of autogenerated content, do not edit) - **[Andor's Trail](andors_trail.md)** (Java, beta) +- **[Ardentryst](ardentryst.md)** (Python, GPL-3.0, mature, inactive since 2009) - **[Argentum Online](argentum_online.md)** (VB, beta, inactive since 2014) - **[Arx Libertatis](arx_libertatis.md)** (C++, mature) - **[Atrinik](atrinik.md)** (C) @@ -15,6 +16,7 @@ - **[Dark City](dark_city.md)** (PHP, mature, inactive since 2012) - **[Dawn](dawn.md)** (C++, beta, inactive since 2011) - **[Deliantra](deliantra.md)** (C, mature) +- **[DemiGod](demigod.md)** (Java, GPL-3.0, beta, inactive since 2013) - **[Dragon Hunt](dragon_hunt.md)** (Python, GPL-2.0, mature) - **[Dungeon Hero](dungeon_hero.md)** (Java, MIT, mature) - **[Dungeon Monkey Eternal](dungeon_monkey_eternal.md)** (Python) @@ -25,13 +27,16 @@ - **[Evol Online](evol_online.md)** () - **[Exult](exult.md)** (C++, mature) - **[Fall of Imyrin](fall_of_imiryn.md)** (Python, beta, inactive since 2009) +- **[Fallen Spire](fallen_spire.md)** (Python, GPL-3.0, beta, inactive since 2009) - **[Freedink](freedink.md)** (C++) - **[FreedroidRPG](freedroid.md)** (C, mature) - **[GalaxyMage Redux](galaxymage_redux.md)** (Python, GPL-2.0, beta, inactive since 2011) - **[Gee Whiz](geewhiz.md)** (C, GPL-2.0, beta, inactive since 2004) - **[Goblin Hack](goblin_hack.md)** (C++, beta, inactive since 2009) - **[Hale](hale.md)** (Java, beta, inactive since 2014) -- **[Hero of Allacrost](allacrost.md)** (C++, Lua, mature) +- **[Haxima](haxima.md)** (C++, GPL-3.0, beta) +- **[Hero of Allacrost](hero_of_allacrost.md)** (C++, Lua, mature) +- **[Holyspirit](holy_spirit.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[Ilarion](ilarion.md)** (C++, Java, Lua, mature) - **[Imperium](imperium.md)** (mature) - **[KQ Lives](kq_lives.md)** (C, GPL-2.0, beta, inactive since 2011) @@ -39,15 +44,19 @@ - **[Labyrinth of Worlds](labyrinth_of_worlds.md)** (C++, beta, inactive since 2010) - **[Land of Fire](land_of_fire.md)** () - **[Lips of Suna](lips_of_suna.md)** (C, beta, inactive since 2014) +- **[Magarena](magarena.md)** (Java, Groovy, GPL-3.0, mature) - **[Meridian 59](meridian59.md)** (C++, C, mature) - **[Meritous](meritous.md)** () +- **[Naev](naev.md)** (C, Lua, GPL-3.0, mature) - **[Open Meridian](open_meridian.md)** (C, C++, mature) - **[Open Tibia](open_tibia.md)** (C++, beta, inactive since 2014) - **[Openglad](openglad.md)** (C++, GPL-2.0, mature, inactive since 2004) - **[Other-Life](other_life.md)** (C, C++) - **[PARPG](parpg.md)** (beta, inactive since 2012) +- **[Phantasy Star Rebirth](phantasy.md)** (C++, GPL-3.0, beta, inactive since 2013) - **[PlaneShift](planeshift.md)** (C++, mature) - **[Project Diaspora](project_diaspora.md)** (C, beta, inactive since 2011) +- **[REGoth](regoth.md)** (C++, GPL-3.0, beta) - **[Radakan](radakan.md)** (Python, beta, inactive since 2010) - **[Roguish](roguish.md)** (Javascript, beta, inactive since 2015) - **[Room for Change](room_for_change.md)** (Java) @@ -58,10 +67,12 @@ - **[Space Station 13](space_station_13.md)** (mature) - **[Spice Trade](spice_trade.md)** (Java, LGPL-2.0, mature, inactive since 2005) - **[Stendhal](stendhal.md)** (Java, mature) +- **[Story of a Lost Sky](story_of_a_lost_sky.md)** (Python, BSD, mature) - **[Summoning Wars](summoming_wars.md)** (C++, beta, inactive since 2014) - **[The Mana World](manaworld.md)** (PHP) - **[Trinity Reign](trinity_reign.md)** (C++, 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, beta, inactive since 2002) - **[Underworld Adventures](underworld_adventures.md)** (C++, Lua, GPL-2.0, beta, inactive since 2006) - **[Valyria Tear](valyria_tear.md)** (Lua, C++, C) diff --git a/games/rpg/ardentryst.md b/games/rpg/ardentryst.md new file mode 100644 index 00000000..b4de8b41 --- /dev/null +++ b/games/rpg/ardentryst.md @@ -0,0 +1,14 @@ +# Ardentryst + +_Action/RPG sidescroller, focused not just on fighting, but on story, and character development._ + +- Home: http://www.jordantrudgett.com/ardentryst/, https://sourceforge.net/projects/ardentryst/, https://www.pygame.org/project-Ardentryst-596-.html +- Download: http://www.jordantrudgett.com/ardentryst/ardentryst-downloads/, https://sourceforge.net/projects/ardentryst/files/ +- State: mature, inactive since 2009 +- Code: see download +- Language(s): Python +- License: GPL-3.0 +- Dependencies: PyGame + +## Building + diff --git a/games/rpg/demigod.md b/games/rpg/demigod.md new file mode 100644 index 00000000..4928d8e4 --- /dev/null +++ b/games/rpg/demigod.md @@ -0,0 +1,13 @@ +# DemiGod + +_Retro-style, turn-based RPG game._ + +- Home: https://github.com/MattMatt0240/DemiGod +- State: beta, inactive since 2013 +- Keywords: android +- Code: https://github.com/MattMatt0240/DemiGod +- Language(s): Java +- License: GPL-3.0 + +## Building + diff --git a/games/rpg/fallen_spire.md b/games/rpg/fallen_spire.md new file mode 100644 index 00000000..c9c262b7 --- /dev/null +++ b/games/rpg/fallen_spire.md @@ -0,0 +1,13 @@ +# Fallen Spire + +_RPG adventure game written in PyGame._ + +- Home: https://www.pygame.org/project-Fallen+Spire-1033-.html, https://fallenspire.wordpress.com/, https://code.google.com/archive/p/fallenspire/ +- State: beta, inactive since 2009 +- Code: https://code.google.com/archive/p/fallenspire/source/default/source +- Language(s): Python +- License: GPL-3.0 +- Dependencies: PyGame, https://code.google.com/archive/p/pgu/ + +## Building + diff --git a/games/rpg/haxima.md b/games/rpg/haxima.md new file mode 100644 index 00000000..f5fbf906 --- /dev/null +++ b/games/rpg/haxima.md @@ -0,0 +1,13 @@ +# Haxima + +_Ultima-like game engine (2D tile graphics) with combat, magic, NPC AI, an embedded scripting language, and in-game editing._ + +- Home: https://sourceforge.net/projects/nazghul/ +- Download: https://sourceforge.net/projects/nazghul/files +- State: beta +- Code: https://sourceforge.net/p/nazghul/git/ci/master/tree/src/, https://sourceforge.net/p/nazghul/cvs/ (cvs) +- Language(s): C++ +- License: GPL-3.0 + +## Building + diff --git a/games/rpg/allacrost.md b/games/rpg/hero_of_allacrost.md similarity index 100% rename from games/rpg/allacrost.md rename to games/rpg/hero_of_allacrost.md diff --git a/games/rpg/holy_spirit.md b/games/rpg/holy_spirit.md new file mode 100644 index 00000000..6e954a2f --- /dev/null +++ b/games/rpg/holy_spirit.md @@ -0,0 +1,15 @@ +# Holyspirit + +_2D isometric hack'n'slash game (action-rpg)._ + +- Home: https://sourceforge.net/projects/lechemindeladam/ +- Download: https://sourceforge.net/projects/lechemindeladam/files +- State: beta, inactive since 2013 +- Keywords: action-rpg +- Code: https://sourceforge.net/p/lechemindeladam/code/HEAD/tree/ (svn), https://sourceforge.net/p/lechemindeladam/cvs/ (cvs) +- Language(s): C++ +- License: GPL-3.0 +- Dependencies: SFML + +## Building + diff --git a/games/rpg/magarena.md b/games/rpg/magarena.md new file mode 100644 index 00000000..378f7c26 --- /dev/null +++ b/games/rpg/magarena.md @@ -0,0 +1,14 @@ +# Magarena + +_Single-player fantasy card game played against a computer opponent._ + +- Home: http://magarena.github.io/ +- Download: https://github.com/magarena/magarena/releases/ +- State: mature +- Keywords: cards +- Code: https://github.com/magarena/magarena +- Language(s): Java, Groovy +- License: GPL-3.0 + +## Building + diff --git a/games/rpg/naev.md b/games/rpg/naev.md new file mode 100644 index 00000000..03dcfbf1 --- /dev/null +++ b/games/rpg/naev.md @@ -0,0 +1,15 @@ +# Naev + +_2D space trading and combat game, taking inspiration from the Escape Velocity series._ + +- Home: http://blog.naev.org/, https://sourceforge.net/projects/naev/ +- Download: http://blog.naev.org/downloads/ +- State: mature +- Code: https://github.com/naev/naev +- Language(s): C, Lua +- License: GPL-3.0 + +Also available on Steam. + +## Building + diff --git a/games/rpg/phantasy.md b/games/rpg/phantasy.md new file mode 100644 index 00000000..439779e5 --- /dev/null +++ b/games/rpg/phantasy.md @@ -0,0 +1,13 @@ +# Phantasy Star Rebirth + +_Oldschool 90' sega genesis style._ + +- Home: https://sourceforge.net/projects/phantasy/ +- Download: https://sourceforge.net/projects/phantasy/files +- State: beta, inactive since 2013 +- Code: https://sourceforge.net/p/phantasy/code/ci/default/tree/ (hg) +- Language(s): C++ +- License: GPL-3.0 + +## Building + diff --git a/games/rpg/regoth.md b/games/rpg/regoth.md new file mode 100644 index 00000000..89096eca --- /dev/null +++ b/games/rpg/regoth.md @@ -0,0 +1,14 @@ +# REGoth + +_Reimplementation of the zEngine, used by the game "Gothic" and "Gothic II"._ + +- Home: https://github.com/REGoth-project/REGoth, https://github.com/REGoth-project/REGoth/wiki +- Download: https://github.com/REGoth-project/REGoth/releases +- State: beta +- Keywords: remake, requires original content (Gothic 1 and Gothic 2) +- Code: https://github.com/REGoth-project/REGoth +- Language(s): C++ +- License: GPL-3.0 + +## Building + diff --git a/games/rpg/story_of_a_lost_sky.md b/games/rpg/story_of_a_lost_sky.md new file mode 100644 index 00000000..40a775fb --- /dev/null +++ b/games/rpg/story_of_a_lost_sky.md @@ -0,0 +1,14 @@ +# Story of a Lost Sky + +_Turn Based Strategy RPG with gameplay that is similar to Fire Emblem._ + +- Home: https://www.pygame.org/project-Story+of+a+Lost+Sky-1106-.html, https://bitbucket.org/featheredmelody/lost-sky-project-public/wiki/Home +- Download: https://bitbucket.org/featheredmelody/lost-sky-project-public/downloads/ +- State: mature +- Code: https://bitbucket.org/featheredmelody/lost-sky-project-public/src +- Language(s): Python +- License: BSD +- Dependencies: PyGame + +## Building + diff --git a/games/rpg/uidunad.md b/games/rpg/uidunad.md new file mode 100644 index 00000000..ac227419 --- /dev/null +++ b/games/rpg/uidunad.md @@ -0,0 +1,14 @@ +# UlDunAd + +_Ultimate Dungeon Adventure (UlDunAd) - the extremely flexible, fun, text/graphical interfaced RPG._ + +- Home: https://www.pygame.org/project-UlDunAd-1140-.html +- State: beta, inactive since 2011 +- Keywords: text-based +- Code: https://github.com/nhydock/UlDunAd +- Language(s): Python +- License: GPL-3.0 +- Dependencies: PyGame + +## Building + diff --git a/games/simulation/_toc.md b/games/simulation/_toc.md index d258dbfa..790ae278 100644 --- a/games/simulation/_toc.md +++ b/games/simulation/_toc.md @@ -4,6 +4,7 @@ - **[3d.city](3d_city.md)** (Javascript) - **[Danger from the Deep](danger_from_the_deep.md)** (C++, GPL-2.0, beta, inactive since 2011) - **[FreeTrain](freetrain.md)** (C#, LPGL-2.1, beta, inactive since 2009) +- **[Freeminer](freeminer.md)** (C++, Lua, GPL-3.0, beta) - **[LinCity](lincity.md)** (C, mature, inactice since 2005) - **[LinCity-NG](lincity_ng.md)** (C++, beta) - **[Micropolis](micropolis.md)** (C++, Java, Python, mature) diff --git a/games/simulation/freeminer.md b/games/simulation/freeminer.md new file mode 100644 index 00000000..bf30e7de --- /dev/null +++ b/games/simulation/freeminer.md @@ -0,0 +1,14 @@ +# Freeminer + +_Sandbox game inspired by Minecraft._ + +- Home: https://web.archive.org/web/20170531043347/http://freeminer.org/ +- State: beta +- Code: https://github.com/freeminer/freeminer +- Language(s): C++, Lua +- License: GPL-3.0 + +Home page of project currently empty. + +## Building + diff --git a/games/statistics.md b/games/statistics.md index e3f67edd..157da4eb 100644 --- a/games/statistics.md +++ b/games/statistics.md @@ -1,17 +1,17 @@ [comment]: # (autogenerated content, do not edit) # Statistics -analyzed 354 entries on 2018-06-04 16:52:57 +analyzed 369 entries on 2018-06-05 14:10:05 ## State -- mature: 167 (47.2%) -- beta: 139 (39.3%) -- inactive: 125 (35.3%) +- mature: 172 (46.6%) +- beta: 149 (40.4%) +- inactive: 132 (35.8%) ##### Inactive State -zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), wargame (2016), egoboo (2015), epic_of_heroes (2015), free_heroes2_engine (2015), mewl (2015), project_helena (2015), roguish (2015), argentum_online (2014), battles_of_antargis (2014), drop_shock (2014), dune_dynasty (2014), eternalwinterwars (2014), farcolony (2014), hale (2014), heroes_of_wing_commander (2014), kingdoms (2014), lips_of_suna (2014), open_tibia (2014), openrpgmaker (2014), rpge (2014), sintel (2014), summoming_wars (2014), turious (2014), xenowar (2014), bos_wars (2013), c_evo (2013), mechcommander2_omnitech (2013), mpango (2013), openrpg (2013), trinity_reign (2013), vegatrek (2013), blacknova_traders (2012), commando_js (2012), conquests (2012), dark_city (2012), golbin_camp (2012), hexwar (2012), outer_space (2012), parpg (2012), solar_empire (2012), thousand_parsec (2012), wizards_magic (2012), age_of_magic (2011), atlantis (2011), battlefield_java (2011), danger_from_the_deep (2011), dawn (2011), galaxymage_redux (2011), kobolds_quest_2 (2011), kq_lives (2011), open_moo2 (2011), project_diaspora (2011), runesword_ii (2011), song_of_albion (2011), star_control_2 (2011), world_of_phaos (2011), x-force (2011), ai_wars (2010), labyrinth_of_worlds (2010), linwarrior (2010), mercenary_commander (2010), open_homm (2010), radakan (2010), singularity (2010), skrupel (2010), slay (2010), space_trader_for_java (2010), xsera (2010), 8kingdoms (2009), alien_assault_traders (2009), annchienta (2009), begin2 (2009), blitzkrieg (2009), dark_oberon (2009), duel_commander (2009), fall_of_imiryn (2009), freetrain (2009), glest (2009), goblin_hack (2009), open_pop (2009), secret_mario_chronicles (2009), world_of_heroes (2009), a_planets_revenge (2008), attal (2008), freestars (2008), mars_land_of_no_mercy (2008), moopy (2008), scoreos (2008), scourge (2008), sengoky_warring_states_of_japan (2008), space_opera (2008), space_trader_for_windows (2008), armies (2007), silvertree (2007), arthurs_knights (2006), boson (2006), crown_and_cutless (2006), eleconics (2006), jquest (2006), metal_mech (2006), underworld_adventures (2006), galaxyng (2005), h_world (2005), spice_trade (2005), watomic (2005), colonization_too (2004), geewhiz (2004), openglad (2004), promisance (2004), t_bots (2004), antichess (2003), civil (2003), machinations (2003), pizza_business (2003), planetary_hoppers (2003), wargamer (2003), umbra (2002), civil_war (2001), tuxracer (2001), operation_citadel (2000) +zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), wargame (2016), egoboo (2015), epic_of_heroes (2015), free_heroes2_engine (2015), mewl (2015), project_helena (2015), pyorpg (2015), roguish (2015), argentum_online (2014), battles_of_antargis (2014), drop_shock (2014), dune_dynasty (2014), eternalwinterwars (2014), farcolony (2014), hale (2014), heroes_of_wing_commander (2014), kingdoms (2014), lips_of_suna (2014), open_tibia (2014), openrpgmaker (2014), rpge (2014), sintel (2014), summoming_wars (2014), turious (2014), xenowar (2014), bos_wars (2013), c_evo (2013), demigod (2013), holy_spirit (2013), mechcommander2_omnitech (2013), mpango (2013), openrpg (2013), phantasy (2013), trinity_reign (2013), vegatrek (2013), blacknova_traders (2012), commando_js (2012), conquests (2012), dark_city (2012), golbin_camp (2012), hexwar (2012), outer_space (2012), parpg (2012), solar_empire (2012), thousand_parsec (2012), wizards_magic (2012), age_of_magic (2011), atlantis (2011), battlefield_java (2011), danger_from_the_deep (2011), dawn (2011), galaxymage_redux (2011), kobolds_quest_2 (2011), kq_lives (2011), open_moo2 (2011), project_diaspora (2011), runesword_ii (2011), song_of_albion (2011), star_control_2 (2011), uidunad (2011), world_of_phaos (2011), x-force (2011), ai_wars (2010), labyrinth_of_worlds (2010), linwarrior (2010), mercenary_commander (2010), open_homm (2010), radakan (2010), singularity (2010), skrupel (2010), slay (2010), space_trader_for_java (2010), xsera (2010), 8kingdoms (2009), alien_assault_traders (2009), annchienta (2009), ardentryst (2009), begin2 (2009), blitzkrieg (2009), dark_oberon (2009), duel_commander (2009), fall_of_imiryn (2009), fallen_spire (2009), freetrain (2009), glest (2009), goblin_hack (2009), open_pop (2009), secret_mario_chronicles (2009), world_of_heroes (2009), a_planets_revenge (2008), attal (2008), freestars (2008), mars_land_of_no_mercy (2008), moopy (2008), scoreos (2008), scourge (2008), sengoky_warring_states_of_japan (2008), space_opera (2008), space_trader_for_windows (2008), armies (2007), silvertree (2007), arthurs_knights (2006), boson (2006), crown_and_cutless (2006), eleconics (2006), jquest (2006), metal_mech (2006), underworld_adventures (2006), galaxyng (2005), h_world (2005), spice_trade (2005), watomic (2005), colonization_too (2004), geewhiz (2004), openglad (2004), promisance (2004), t_bots (2004), antichess (2003), civil (2003), machinations (2003), pizza_business (2003), planetary_hoppers (2003), wargamer (2003), umbra (2002), civil_war (2001), tuxracer (2001), operation_citadel (2000) ##### Without state tag (48) @@ -19,20 +19,20 @@ zoc (2017), dark_destiny (2016), dnt (2016), freerct (2016), polis (2016), warga ## Languages -Without language tag: 19 (5.4%) +Without language tag: 19 (5.1%) civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, machinations, meritous, murder_in_the_public_domain, open_general, open_moo2, openal, openrpgmaker, parpg, solaris, space_station_13, star_maiden_rio, vegatrek, xconq ##### Language frequency -- C++ (37.9%) -- C (20.4%) -- Java (11.5%) -- Python (7.7%) -- Lua (4.5%) -- PHP (3.7%) -- Javascript (3.5%) -- C# (2.5%) +- C++ (37.4%) +- C (19.8%) +- Java (11.7%) +- Python (8.6%) +- Lua (4.8%) +- PHP (3.8%) +- Javascript (3.6%) +- C# (2.4%) - Ren'py (1.0%) - Haxe (0.7%) - Pascal (0.7%) @@ -47,6 +47,7 @@ civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, - Coffeescript (0.2%) - D (0.2%) - GDScript (0.2%) +- Groovy (0.2%) - Kotlin (0.2%) - Lazarus (0.2%) - Objective C (0.2%) @@ -60,9 +61,9 @@ civil_war, crimson_fields, dragon_history, evol_online, imperium, land_of_fire, ## Code licenses -Without license tag: 185 (52.3%) +Without license tag: 200 (54.2%) -8kingdoms, a_planets_revenge, age_of_magic, ai_wars, alien_assault_traders, ancient_beast, antares, antichess, armies, arthurs_knights, atlantis, atomiks, atomix, atrinik, atromenace, attal, battlefield_java, battles_of_antargis, begin2, blacknova_traders, blitzkrieg, bos_wars, boson, bygfoot, c_evo, caesar_ia, call_to_power2, camelia_girls, catch_challenger, civil_war, civone, clou, colobot, colonization_too, commando_js, conquests, crimson_fields, danger_from_the_deep, dark_destiny, dark_oberon, devana, digital, dragon_hunt, drop_shock, duel_commander, dune_dynasty, dune_ii_the_maker, dune_legacy, dungeon_hero, dungeon_quest, eleconics, epic_of_heroes, epoh, eternalwinterwars, evil_cult, evol_online, fanwor, farcolony, first_strike, free_heroes2_engine, free_space_colonization, free_synd, freelords, freerails, freerct, freeserf, freespace_colonization, freestars, freetrain, galaxymage_redux, galaxyng, gdash, geewhiz, golbin_camp, h_world, harris, heroes_of_wesnoth, heroes_of_wing_commander, hexwar, imperium, jagged_alliance2, jquest, jsettlers, katomic, kingdoms, knights_and_merchants_remake, kobolds_quest_2, kq_lives, labyrinth_of_worlds, land_of_fire, linwarrior, machinations, mars_land_of_no_mercy, mechcommander2_omnitech, mercenary_commander, meritous, metal_mech, mewl, moopy, mpango, open_apocalypse, open_dune, open_general, open_homm, open_moo2, open_panzer, open_pop, open_rails, open_rct2, open_skyscraper, open_soccer, open_soccer_star, open_sonic, open_web_soccer, open_zelda, openglad, openrpg, openrpgmaker, operation_citadel, other_life, outer_space, parpg, pioneers, pizza_business, planetary_hoppers, polis, project_helena, promisance, red_eclipse, return_to_the_roots, rocks_and_diamonds, runesword_ii, scorched_moon, scoreos, scourge, secret_mario_chronicles, sengoky_warring_states_of_japan, settlers_iii_remake, simple_solitaire, sintel, skrupel, slay, smash, solar_empire, solaris, song_of_albion, space_faring, space_opera, space_station_13, space_trader_for_java, space_trader_for_windows, space_war, speed_dreams, spice_trade, star_maiden_rio, stars_nova, super_tux_kart, supremacy, t_bots, theme_hospital, thousand_parsec, turious, turn_of_war, tuxemon, tuxracer, tvtower, underworld_adventures, vcmi, war_of_kingdom, wargame, wargamer, wargus, warzone_2100, wastes_edge, watomic, wizards_magic, wolfpack_empire, world_of_heroes, wyrmsun, x-force, xarchon, xenowar, xonotic, xsera, zoc +8kingdoms, a_planets_revenge, age_of_magic, ai_wars, alien_assault_traders, ancient_beast, antares, antichess, ardentryst, armies, arthurs_knights, atlantis, atomiks, atomix, atrinik, atromenace, attal, battlefield_java, battles_of_antargis, begin2, blacknova_traders, blitzkrieg, bos_wars, boson, bygfoot, c_evo, caesar_ia, call_to_power2, camelia_girls, catch_challenger, civil_war, civone, clou, colobot, colonization_too, commando_js, conquests, crimson_fields, danger_from_the_deep, dark_destiny, dark_oberon, demigod, devana, digital, dragon_hunt, drop_shock, duel_commander, dune_dynasty, dune_ii_the_maker, dune_legacy, dungeon_hero, dungeon_quest, eleconics, epic_of_heroes, epoh, eternalwinterwars, evil_cult, evol_online, fallen_spire, fanwor, farcolony, first_strike, free_heroes2_engine, free_space_colonization, free_synd, freelords, freeminer, freerails, freerct, freeserf, freespace_colonization, freestars, freetrain, galaxymage_redux, galaxyng, gdash, geewhiz, golbin_camp, h_world, harris, haxima, heroes_of_wesnoth, heroes_of_wing_commander, hexwar, holy_spirit, imperium, jagged_alliance2, jigs_php_rpg, jquest, jsettlers, katomic, kingdoms, knights_and_merchants_remake, kobolds_quest_2, kq_lives, labyrinth_of_worlds, land_of_fire, linwarrior, machinations, magarena, mars_land_of_no_mercy, mechcommander2_omnitech, mercenary_commander, meritous, metal_mech, mewl, moopy, mpango, naev, open_apocalypse, open_dune, open_general, open_homm, open_moo2, open_panzer, open_pop, open_rails, open_rct2, open_skyscraper, open_soccer, open_soccer_star, open_sonic, open_web_soccer, open_zelda, openglad, openrpg, openrpgmaker, operation_citadel, other_life, outer_space, parpg, phantasy, pioneers, pizza_business, planetary_hoppers, polis, project_helena, promisance, pyorpg, red_eclipse, regoth, return_to_the_roots, rocks_and_diamonds, runesword_ii, scorched_moon, scoreos, scourge, secret_mario_chronicles, sengoky_warring_states_of_japan, settlers_iii_remake, simple_solitaire, sintel, skrupel, slay, smash, solar_empire, solaris, song_of_albion, space_faring, space_opera, space_station_13, space_trader_for_java, space_trader_for_windows, space_war, speed_dreams, spice_trade, star_maiden_rio, stars_nova, story_of_a_lost_sky, super_tux_kart, supremacy, t_bots, terasology, theme_hospital, thousand_parsec, turious, turn_of_war, tuxemon, tuxracer, tvtower, uidunad, underworld_adventures, vcmi, war_of_kingdom, wargame, wargamer, wargus, warzone_2100, wastes_edge, watomic, wizards_magic, wolfpack_empire, world_of_heroes, wyrmsun, x-force, xarchon, xenowar, xonotic, xsera, zoc ##### Licenses frequency diff --git a/games/strategy/_toc.md b/games/strategy/_toc.md index 352aab74..aa334252 100644 --- a/games/strategy/_toc.md +++ b/games/strategy/_toc.md @@ -13,6 +13,8 @@ - **[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) +- **[Atomiks](atomiks.md)** (C, GPL, custom (Leveldesign, see Readme), mature) +- **[Atomix](atomix.md)** (C, GPL-2.0, mature) - **[Attal](attal.md)** (C++, GPL-2.0, mature, inactive since 2008) - **[Battle for Wesnoth](wesnoth.md)** (C++, mature) - **[Battlefield Java](battlefield_java.md)** (Java, beta, inactive since 2011) @@ -76,6 +78,7 @@ - **[JQuest](jquest.md)** (Java, beta, inactive since 2006) - **[JSettlers](jsettlers.md)** (Java, GPL-3.0, mature) - **[Jagged Alliance 2 Stracciatella](jagged_alliance2.md)** (C++, Various, mature) +- **[KAtomic](katomic.md)** (C++, GPL-2.0, mature) - **[Kingdoms](kingdoms.md)** (C++, GPL-3.0, beta, inactive since 2014) - **[Knights and Merchants Remake](knights_and_merchants_remake.md)** (Delphi, AGPL-3.0, mature) - **[LGeneral](lgeneral.md)** (C, mature) @@ -145,6 +148,7 @@ - **[Ufo: Alien Invasion](ufo_alien_invasion.md)** (C, C++, mature) - **[Unknown Horizons](unknown_horizons.md)** (Python, 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++, beta) - **[WarGame](wargame.md)** (Unity, C#, CDDL, beta, inactive since 2016) - **[Wargamer](wargamer.md)** (C++, GPL-20, mature, inactive since 2003) diff --git a/games/puzzle/atomiks.md b/games/strategy/atomiks.md similarity index 100% rename from games/puzzle/atomiks.md rename to games/strategy/atomiks.md diff --git a/games/puzzle/atomix.md b/games/strategy/atomix.md similarity index 100% rename from games/puzzle/atomix.md rename to games/strategy/atomix.md diff --git a/games/puzzle/katomic.md b/games/strategy/katomic.md similarity index 100% rename from games/puzzle/katomic.md rename to games/strategy/katomic.md diff --git a/games/puzzle/watomic.md b/games/strategy/watomic.md similarity index 100% rename from games/puzzle/watomic.md rename to games/strategy/watomic.md