From 5952db43c480daac5092bd41ffba435f5f91b32b Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 24 Nov 2022 00:22:30 +0530 Subject: Main Website Changes * Layout and Style Changes --- src/posts/big-list-game-dev.njk | 58 +++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'src/posts') diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index 7e3579d..bb09b12 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -10,38 +10,40 @@ cover: "/images/open-source.jpg" } --- +
-

- -

+

+ +

-

Welcome to the big list (eventually it will be) of always updating bucket of Open Source Game Development Tools. +

Welcome to the big list (eventually it will be) of always updating bucket of Open 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%} -
- -
- - {{tool.type}} +

+
+
+ {% for tool in gtools.gameTools%} +
+ +
+ + {{tool.type}} +
+
+ + {{tool.graphics}} +
+
+ + {{tool.os}} +
-
- - {{tool.graphics}} -
-
- - {{tool.os}} -
-
- {% endfor %} + {% endfor %} +
+
+
+ If you want to add a tool or engine to this list or if you have any complaint with this article feel free to drop a mail @ indrajith(at)indrajith(dot)dev
-
-
- If you want to add a tool or engine to this list or if you have any complaint with this article feel free to drop a mail @ indrajith(at)indrajith(dot)dev
\ No newline at end of file -- cgit v1.2.3