From ff11d9e237e51a5eb40690e44f690108ac7175b7 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Nov 2022 04:59:39 +0530 Subject: Website Update * Full Rewrite * Removed Tailwind CSS * Stripdowned to barebone css --- src/posts/big-list-game-dev.njk | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/posts/big-list-game-dev.njk') diff --git a/src/posts/big-list-game-dev.njk b/src/posts/big-list-game-dev.njk index e609bad..ac97cb3 100644 --- a/src/posts/big-list-game-dev.njk +++ b/src/posts/big-list-game-dev.njk @@ -3,47 +3,47 @@ layout: "posts.njk", title: "Big List of Open Source Game Development Tools", description: "Big List of Open Source Game Development Tools", - date: "Created", + date: new Date("27 October 2022"), modified: function() { - return (new Date().toUTCString()) + return (new Date("20 November 2022").toUTCString()) } } --- -
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.
-- | + | + | Tool Type | -+ | Supported Graphics | -+ | Development Environment |
---|---|---|---|---|---|---|---|
+ | |||||||
{{tool.toolName}} | -+ | {{tool.type}} | -+ | {{tool.graphics}} | -+ | {{tool.os}} |