From 281e2c89dd10c149c630b6acb0b0bb6bb51e961a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Spencer=20=E2=98=BA?= Date: Thu, 13 Oct 2016 22:36:34 -0400 Subject: [PATCH] Added TIC Game Engine Added the TIC - Tiny Computer Game Engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d684dc..1a3bd47 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ Code * [Stage.js](http://piqnt.com/stage.js/) - Lightweight and fast 2D HTML5 rendering and layout engine for cross-platform game development. * [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. +* [TIC - Tiny Computer](http://nesbox.com/tic/) - a tiny computer where you can make, play and share tiny games. * [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](http://mxa.codeplex.com/) - Microsoft's game development framework. * [iio.js](https://github.com/iioinc/iio.js) - A javascript library that speeds the creation and deployment of HTML5 Canvas applications