From cf73739078e1a85b415c0382052cd602edd3be2a Mon Sep 17 00:00:00 2001 From: Andrew Yavorskiy Date: Wed, 1 Feb 2017 00:00:27 +0200 Subject: [PATCH] Added Defold engine (#112) * Added Defold engine * Added [free] flag for Defold --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 003f416..c002189 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ Code * [Construct 2](https://www.scirra.com/) - an HTML5 game maker, meaning you are not actually writing JavaScript. Instead, you use actions, events and conditions to do the heavy lifting. * [Coquette](http://coquette.maryrosecook.com/) - A micro framework for JavaScript games. Handles collision detection, the game update loop, canvas rendering, and keyboard and mouse input. * [Corona SDK](https://coronalabs.com/) - A Cross-Platform Mobile App Development for iOS and Android. +* [Defold](http://www.defold.com/) - Free 2D Game Engine for Cross-Platform Publishing ![free](/img/free.png) * [Duality](http://duality.adamslair.net/) - C# / OpenGL 2D Game Engine that comes with visual editor. * [ENGi](https://github.com/ajhager/engi) - A multi-platform 2D game library for Go. * [Ejecta](http://impactjs.com/ejecta) - A Fast, Open Source JavaScript, Canvas & Audio Implementation for iOS. ![open soucce](/img/opensource.png)