From 0d2116beb5fdf41dfa11e0616ebb0c6455ef021c Mon Sep 17 00:00:00 2001 From: Trilarion Date: Sat, 2 Dec 2017 14:16:17 +0100 Subject: [PATCH] new entries --- README.md | 6 +++--- adventure/_toc.md | 6 +++++- adventure/adaventure.md | 16 ++++++++++++++++ adventure/clou.md | 18 ++++++++++++++++++ adventure/fitd.md | 15 +++++++++++++++ framework/_toc.md | 2 ++ framework/arianne.md | 18 ++++++++++++++++++ framework/octaforge.md | 17 +++++++++++++++++ rpg/_toc.md | 7 ++++++- rpg/allacrost.md | 16 ++++++++++++++++ rpg/arx_libertatis.md | 17 +++++++++++++++++ rpg/browserquest.md | 15 +++++++++++++++ rpg/freedroid.md | 17 +++++++++++++++++ 13 files changed, 165 insertions(+), 5 deletions(-) create mode 100644 adventure/adaventure.md create mode 100644 adventure/clou.md create mode 100644 adventure/fitd.md create mode 100644 framework/arianne.md create mode 100644 framework/octaforge.md create mode 100644 rpg/allacrost.md create mode 100644 rpg/arx_libertatis.md create mode 100644 rpg/browserquest.md create mode 100644 rpg/freedroid.md diff --git a/README.md b/README.md index da8f00af..d83bf8ef 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ See also the list of [popular games on Github](https://github.com/leereilly/game ## Contents - [Libraries](library/_toc.md) (7) -- [Frameworks](framework/_toc.md) (7) -- [Adventures](adventure/_toc.md) (0) -- [RPGs](rpg/_toc.md) (0) +- [Frameworks](framework/_toc.md) (9) +- [Adventures & Visual Novels](adventure/_toc.md) (3) +- [RPGs](rpg/_toc.md) (4) - [Simulation](simulation/_toc.md) (3) - [Strategy](strategy/_toc.md) (14) diff --git a/adventure/_toc.md b/adventure/_toc.md index b8941883..2fe18b48 100644 --- a/adventure/_toc.md +++ b/adventure/_toc.md @@ -1 +1,5 @@ -# Adventure games \ No newline at end of file +# Adventure games & Visual novels + +- [AdaVenture](adaventure.md) +- [Clou!](clou.md) +- [Free in the Dark (engine)](fitd.md) diff --git a/adventure/adaventure.md b/adventure/adaventure.md new file mode 100644 index 00000000..f9bcbfe1 --- /dev/null +++ b/adventure/adaventure.md @@ -0,0 +1,16 @@ +# AdaVenture + +_A point & click quest set in ancient Persia._ + +- Home: https://github.com/fastrgv/AdaVenture +- Download: https://github.com/fastrgv/AdaVenture/releases +- State: stable +- Type: point&click, kid-friendly +- Code: see home +- Language(s): Ada? +- License: GPL-3.0 + +## Building + +see README + diff --git a/adventure/clou.md b/adventure/clou.md new file mode 100644 index 00000000..6c640b3e --- /dev/null +++ b/adventure/clou.md @@ -0,0 +1,18 @@ +# Clou! + +_Remake of the 1986 game They Stole a Million._ + +- Home: https://sourceforge.net/projects/cosp/ +- Wikipedia: https://en.wikipedia.org/wiki/The_Clue! +- Download: https://sourceforge.net/projects/cosp/files/?source=navbar +- State: alpha +- Type: action/adventure +- Code: https://sourceforge.net/p/cosp/code/?source=navbar (cvs) https://github.com/vcosta/derclou +- Language(s): C +- License: ?? + +May require original game files. + +## Building + + diff --git a/adventure/fitd.md b/adventure/fitd.md new file mode 100644 index 00000000..8ee3ad2e --- /dev/null +++ b/adventure/fitd.md @@ -0,0 +1,15 @@ +# Free in the Dark (engine) + +_Open source vesion of the engine used in the Alone in the Dark and sequels._ + +- State: beta +- Type: engine +- Code: https://github.com/jmimu/FITD +- Language(s): C, C++ +- License: GPL-2.0 + +Requires original, proprietary content. + +## Building + + diff --git a/framework/_toc.md b/framework/_toc.md index ee435191..fa30a8e9 100644 --- a/framework/_toc.md +++ b/framework/_toc.md @@ -1,9 +1,11 @@ # Game frameworks +- [Arianne / Marauroa](arianne.md) - [COCOS2D-X](cocos2dx.md) - [Godot](godot.md) - [LÖVE](loeve.md) - [Maratis](maratis.md) +- [Octaforge](octaforge.md) - [Orx](orx.md) - [Polycode](polycode.md) - [Urho3D](urho3d.md) diff --git a/framework/arianne.md b/framework/arianne.md new file mode 100644 index 00000000..fc9d4e70 --- /dev/null +++ b/framework/arianne.md @@ -0,0 +1,18 @@ +# Arianne / Marauroa + +_An open source multiplayer online framework._ + +- Home: https://arianne-project.org/ https://arianne-project.org/engine/marauroa.html +- Download: https://arianne-project.org/engine/marauroa.html +- State: mature +- Type: multiplayer, 2D +- Code: git://git.code.sf.net/p/arianne/marauroa +- Language(s): Java +- License: GPL-2.0 + +Framework/engine is the Marauroa subproject. + +## Building + +Uses Ant + diff --git a/framework/octaforge.md b/framework/octaforge.md new file mode 100644 index 00000000..2dbbc4c4 --- /dev/null +++ b/framework/octaforge.md @@ -0,0 +1,17 @@ +# Octaforge + +_OctaForge is a 3D game engine and a game development platform._ + +- Home: https://octaforge.org/ +- Download: https://octaforge.org/page/downloads +- State: mature +- Code: https://git.octaforge.org/ https://github.com/OctaForge (mirrors) +- Language(s): C++ +- License: [University of Illinois/NCSA Open Source License](https://github.com/OctaForge/OF-Engine/blob/master/COPYING.md) + +## Building + +Uses make + +[Build instructions](https://github.com/OctaForge/OF-Engine/blob/master/INSTALL.md) + diff --git a/rpg/_toc.md b/rpg/_toc.md index e7fdd72d..9f82602e 100644 --- a/rpg/_toc.md +++ b/rpg/_toc.md @@ -1 +1,6 @@ -# Role Playing Games \ No newline at end of file +# Role Playing Games + +- [Arx Libertatis](arx_libertatis.md) +- [BrowserQuest](browserquest.md) +- [FreedroidRPG](freedroid.md) +- [Hero of Allacrost](allacrost.md) diff --git a/rpg/allacrost.md b/rpg/allacrost.md new file mode 100644 index 00000000..1fe6642b --- /dev/null +++ b/rpg/allacrost.md @@ -0,0 +1,16 @@ +# Hero of Allacrost + +_Hero of Allacrost is a single player 2D role-playing game inspired by classic console RPGs._ + +- Home: http://allacrost.org +- Download: https://bitbucket.org/allacrost/allacrost/downloads/ +- State: stable +- Type: single player, 2D +- Code: https://bitbucket.org/allacrost/allacrost/src (hg) +- Language(s): C++, Lua +- License: GPL-2.0 + +## Building + +Uses Autoconf + diff --git a/rpg/arx_libertatis.md b/rpg/arx_libertatis.md new file mode 100644 index 00000000..7865ac7d --- /dev/null +++ b/rpg/arx_libertatis.md @@ -0,0 +1,17 @@ +# Arx Libertatis + +_Arx Libertatis is a cross-platform, open source port of Arx Fatalis, a 2002 first-person role-playing game / dungeon crawler._ + +- Home: http://arx-libertatis.org/ +- Wikipedia: https://en.wikipedia.org/wiki/Arx_Fatalis#Development +- Download: http://wiki.arx-libertatis.org/Download +- State: mature +- Type: single player +- Code: https://github.com/arx/ArxLibertatis +- Language(s): C++ +- License: GPL-3.0 + +## Building + +Uses CMake + diff --git a/rpg/browserquest.md b/rpg/browserquest.md new file mode 100644 index 00000000..59570b9b --- /dev/null +++ b/rpg/browserquest.md @@ -0,0 +1,15 @@ +# BrowserQuest + +_A Massively Multiplayer Adventure._ + +- Home: http://browserquest.mozilla.org/ +- Wikipedia: https://en.wikipedia.org/wiki/BrowserQuest +- State: matures +- Type: MMORPG +- Code: https://github.com/mozilla/BrowserQuest +- Language(s): Javascript +- License: MPL-2.0 + +## Building + + diff --git a/rpg/freedroid.md b/rpg/freedroid.md new file mode 100644 index 00000000..881c1882 --- /dev/null +++ b/rpg/freedroid.md @@ -0,0 +1,17 @@ +# FreedroidRPG + +_FreedroidRPG is an open source role playing game._ + +- Home: http://www.freedroid.org/ +- Wikipedia: https://de.wikipedia.org/wiki/FreedroidRPG (english?) +- Download: http://www.freedroid.org/download/ +- State: mature +- Type: single player, isometric +- Code: https://gitlab.com/freedroid/freedroid-src +- Language(s): C +- License: GPL-2.0 + +## Building + +Uses make +