From 8b1492ee134edd0a86d914656cd2a0006eb4e4b7 Mon Sep 17 00:00:00 2001 From: Akashsingh Sisodiya Date: Sat, 16 Jul 2022 17:12:45 +0530 Subject: [PATCH] Update Games With Go unavailable link [https://gameswithgo.org/](https://gameswithgo.org/) This website is no longer available. Hence update the URL to point to it's [Original YouTube Video Playlist](https://www.youtube.com/playlist?list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a788f0f..f9ac000 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**C#**: _Learn C# by Building a Simple RPG_](http://scottlilly.com/learn-c-by-building-a-simple-rpg-index/) * [**C#**: _Creating a Roguelike Game in C#_](https://roguesharp.wordpress.com/) * [**C#**: _Build a C#/WPF RPG_](https://scottlilly.com/build-a-cwpf-rpg/) -* [**Go**: _Games With Go_](https://gameswithgo.org/) [video] +* [**Go**: _Games With Go_](https://www.youtube.com/playlist?list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) [video] * [**Java**: _3D Game Development with LWJGL 3_](https://lwjglgamedev.gitbooks.io/3d-game-development-with-lwjgl/content/) * [**JavaScript**: _2D breakout game using Phaser_](https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_breakout_game_Phaser) * [**JavaScript**: _How to Make Flappy Bird in HTML5 With Phaser_](http://www.lessmilk.com/tutorial/flappy-bird-phaser-1)