From 59226ee954e40b21e64187fed3eef80db436d148 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 31 Oct 2022 16:29:56 +0530 Subject: * Article Published * Adds Twitter Share Button * Style Changes --- src/posts/big-list-game-dev.njk | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/posts/big-list-game-dev.njk (limited to 'src/posts') diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk new file mode 100644 index 0000000..921daea --- /dev/null +++ b/src/posts/big-list-game-dev.njk @@ -0,0 +1,63 @@ +--- +layout: posts.njk +title: Big List of Open Source Game Development Tools +--- + +

+ People always think game development is an expensive thing, because most of + the time when we search about game development we will discouraged by either + the subscription amount or the percentage cut of the so called AAA engines. + Yes you can makes games with those tools nobody is going to stop you, but the thing is by using + open source tools and engines you are not bound to restrictive tools, you can adapt, modify and even + introduce your own functionality in the tools/engine you are using. +

+ +

Welcome to the big list (eventually it will be) of always updating list ofOpen Source Game Development Tools. + Here you find not only Game Engines but other open source tools and utilities that will help you + in developing your dream game/prototypes. +

+

+

+ + + + + + + + + + + + {% for tool in gtools.gameTools%} + + + + + + + + {% endfor %} + +
+ Tool + + Tool Type + + Supported Graphics + + OS Supported + + Link +
{{tool.toolName}} + + {{tool.type}} + + {{tool.graphics}} + + {{tool.os}} + + {{tool.link}} +
+
+

-- cgit v1.2.3