Merge pull request #59 from thatType/patch-1

Update README: add Twine to the list
This commit is contained in:
Ellison Leão
2015-04-23 00:14:49 -03:00

View File

@@ -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