diff options
author | Indrajith K L | 2022-11-02 00:12:51 +0530 |
---|---|---|
committer | Indrajith K L | 2022-11-02 00:12:51 +0530 |
commit | 16f6c5de6631940fd536390a0191f7cf0911e671 (patch) | |
tree | 19a82bab26a0b94fd767889c4d7ea2376d28d94c | |
parent | 6a488b0267e85957bc8c5219528371dd51b00188 (diff) | |
download | indrajith-dev-16f6c5de6631940fd536390a0191f7cf0911e671.tar.gz indrajith-dev-16f6c5de6631940fd536390a0191f7cf0911e671.tar.bz2 indrajith-dev-16f6c5de6631940fd536390a0191f7cf0911e671.zip |
Article Update
* Updates Game Tools Listing
-rw-r--r-- | src/_data/gtools.json | 23 |
1 files changed, 22 insertions, 1 deletions
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,6 +1,13 @@ { "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", "graphics": "3D", @@ -43,13 +50,20 @@ "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", "graphics": "2D, 3D*", @@ -127,6 +141,13 @@ "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", "graphics": "2D", |