#88 A section for text engines

Open
Oreolek wants to merge 2 commits from Oreolek/master into Calinou/master
1 changed files with 18 additions and 2 deletions
  1. 18 2
      README.md

+ 18 - 2
README.md

@@ -222,8 +222,6 @@ These are full-blown game engines.
   language. [Expat][11].
 * [qfusion][206] - Implemented in C++. Designed for FPS games. [GNU GPLv2][14]
   or later.
-* [Ren'Py][107] - Implemented in Python. Designed for visual
-  novels. [Expat][11], with some parts under [GNU LGPLv3][38] only.
 * [SGE][387] - Implemented in Python. Designed for 2-D games. [GNU GPLv3][23]
 * [SLUDGE][56] - Implemented in C++. Has its own scripting
   language. [GNU LGPLv3][38] only with the GTK Dev Kit [GNU GPLv3][23] or later.
@@ -270,6 +268,17 @@ Unless stated otherwise, these engines are implemented in ECMAScript.
 * [Oimo.js][272] - Implemented in ECMAScript. [Expat][11].
 * [Physics.js][274] - Implemented in ECMAScript. [Expat][11].
 
+### Text-based ###
+
+These engines suit text-rich games (from parser adventures to visual novels).
+
+* [Ink][391] - An embeddable scripting engine. Implemented in C# (also see [InkJS][396]).[Expat][11]
+* [INSTEAD][392] - Designed for visual novels. The engine is implemented in C with interface in Lua. [Expat][11]
+* [Ren'Py][107] - Implemented in Python. Designed for visual novels. [Expat][11], with some parts under [GNU LGPLv3][38] only.
+* [Salet][393] - Designed for rich media novels. Implemented in CoffeeScript. [Expat][11]
+* [Twine][394] - Novice-friendly, wide range of style. Implemented in JavaScript. [Expat][11]
+* [Quest][395] - The only parser engine on the list. Implemented in C#. [Expat][11]
+
 ## Fonts ##
 
 * [Google Fonts][232] - A collection of freely-licensed fonts. [OFL][302].
@@ -1147,3 +1156,10 @@ This is a catch-all category for things that don't fit anywhere else.
 [387]: http://stellarengine.nongnu.org/
 [388]: http://hexoshi.nongnu.org/
 [389]: http://openclonk.org/
+[390]: http://ifwiki.org/index.php/Interactive_fiction
+[391]: http://www.inklestudios.com/ink/
+[392]: http://instead.syscall.ru/
+[393]: https://salet.su/
+[394]: http://twinery.org/
+[395]: https://textadventures.co.uk/quest/
+[396]: https://github.com/y-lohse/inkjs