1
0
mirror of https://github.com/danistefanovic/build-your-own-x.git synced 2025-08-16 03:54:08 +02:00

add a Go resources to games section

This commit is contained in:
H. Emre ARI
2018-05-14 22:47:41 +03:00
committed by GitHub
parent 33d22a102e
commit f540751d32

View File

@@ -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/)