From 4cf8b151b9f47249d1806b3af372524cac42d5eb Mon Sep 17 00:00:00 2001 From: Ojas Aklecha <90605717+ojasaklechayt@users.noreply.github.com> Date: Thu, 29 Jun 2023 14:35:09 +0530 Subject: [PATCH] Update game-development.json --- database/youtube/game-development.json | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/database/youtube/game-development.json b/database/youtube/game-development.json index 3fb25171e..2e8008663 100644 --- a/database/youtube/game-development.json +++ b/database/youtube/game-development.json @@ -1,8 +1,10 @@ -{ - "name": "Game Design 101", - "description": "This playlist consists of videos where Mark Brown, a well-known game developer, teaches you the fundamental lessons of game design. These videos are applicable to pretty much every type of game.", - "url": "https://youtube.com/playlist?list=PLc38fcMFcV_vToz9Nvc_YQTNH8hkIQ2uC", - "category": "youtube", - "subcategory": "game-development", - "language": "english" -} +[ + { + "name": "Game Design 101", + "description": "This playlist consists of videos where Mark Brown, a well-known game developer, teaches you the fundamental lessons of game design. These videos are applicable to pretty much every type of game.", + "url": "https://youtube.com/playlist?list=PLc38fcMFcV_vToz9Nvc_YQTNH8hkIQ2uC", + "category": "youtube", + "subcategory": "game-development", + "language": "english" + } +]