From f540751d3201b444b7451786915cfc137a9932d9 Mon Sep 17 00:00:00 2001 From: "H. Emre ARI" Date: Mon, 14 May 2018 22:47:41 +0300 Subject: [PATCH] add a Go resources to games section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccae95d..5920cb2 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ * [**C++**: *Beginning Game Programming v2.0*](http://lazyfoo.net/tutorials/SDL/) * [**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/) +* [**Go**: *Games With Go*](https://gameswithgo.org/) [video] * [**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) * [**JavaScript**: *Developing Games with React, Redux, and SVG*](https://auth0.com/blog/developing-games-with-react-redux-and-svg-part-1/)