From 0db4793494f238813ac30f18e415bd4f3439415e Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 20 May 2018 10:32:50 +0200 Subject: [PATCH] Add tutorial #102 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a683ce1..efedaa9 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ * [**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] +* [**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) * [**JavaScript**: _Developing Games with React, Redux, and SVG_](https://auth0.com/blog/developing-games-with-react-redux-and-svg-part-1/)