From c16eed5b8ab304796ddf4c70327749644e930ef1 Mon Sep 17 00:00:00 2001 From: thatType Date: Wed, 22 Apr 2015 23:10:14 -0400 Subject: [PATCH] Update README: add Twine to the list Twine is a great little game development tool used to create Choose-Your-Own-Adventure stories. It makes it easy to create branched narratives, and games can be styled with CSS and played online. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bacd43a..c5a0b55 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,7 @@ Code * [SpriteKit](https://developer.apple.com/library/ios/documentation/GraphicsAnimation/Conceptual/SpriteKit_PG/Introduction/Introduction.html) - iOS/Mac 2D Game Engine. * [Starling](http://gamua.com/starling/) - The GPU powered 2D Flash API * [Stencyl](http://www.stencyl.com/) - a game creation platform that allows users to create 2D video games for computers, mobile devices, and the web. +* [Twine](http://twinery.org/) - Downloadable or browser-based game development platform that allows users to create linked story paths. Not just text-based, Twine supports music, images, and sound effects. Very little coding knowledge required for basic text adventure games. * [XNA](https://msxna.codeplex.com/) - Microsoft's game development framework. * [p2.js](http://schteppe.github.io/p2.js/) - JavaScript 2D physics library