From 16f6c5de6631940fd536390a0191f7cf0911e671 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 2 Nov 2022 00:12:51 +0530 Subject: Article Update * Updates Game Tools Listing --- src/_data/gtools.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/src/_data/gtools.json b/src/_data/gtools.json index b747304..1aa3296 100644 --- a/src/_data/gtools.json +++ b/src/_data/gtools.json @@ -1,5 +1,12 @@ { "gameTools": [ + { + "toolName": "Audacity", + "type": "Music Editor", + "graphics": "N/A", + "link": "https://www.audacityteam.org/", + "os": "Windows, Linux, Mac OS" + }, { "toolName": "Babylon.js", "type": "Game Engine", @@ -43,12 +50,19 @@ "os": "Windows, Linux, Mac OS" }, { - "toolName": "Ebitengine ", + "toolName": "Ebitengine", "type": "Game Engine", "graphics": "2D", "link": "https://ebitengine.org/", "os": "Windows, Linux, Mac OS" }, + { + "toolName": "Flame", + "type": "Game Engine", + "graphics": "2D", + "link": "https://flame-engine.org/", + "os": "Windows, Linux, Mac OS" + }, { "toolName": "Gdevelop", "type": "Game Engine", @@ -126,6 +140,13 @@ "link": "https://libresprite.github.io/", "os": "Windows, Linux" }, + { + "toolName": "LMMS", + "type": "Music & Audio (DAW)", + "graphics": "N/A", + "link": "https://lmms.io/", + "os": "Windows, Linux, Mac OS" + }, { "toolName": "LÖVE 2D", "type": "Game Framework", -- cgit v1.2.3