From 0bbb011cf0e309adb7e480893a88846f3538cf81 Mon Sep 17 00:00:00 2001 From: CodeCrate Date: Thu, 28 Aug 2025 11:52:36 -0400 Subject: [PATCH 1/2] Removed links that no longer function Removed links: - Java Voxel Engine Tutorial - 3D Game Development with LWJGL 3 --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c8adb64..ad466a3 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,6 @@ It's a great way to learn. * [**C#**: _Build a C#/WPF RPG_](https://scottlilly.com/build-a-cwpf-rpg/) * [**Go**: _Games With Go_](https://www.youtube.com/playlist?list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) [video] * [**Java**: _Code a 2D Game Engine using Java - Full Course for Beginners_](https://www.youtube.com/watch?v=025QFeZfeyM) [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/) @@ -387,7 +386,6 @@ It's a great way to learn. #### Build your own `Voxel Engine` * [**C++**: _Let's Make a Voxel Engine_](https://sites.google.com/site/letsmakeavoxelengine/home) -* [**Java**: _Java Voxel Engine Tutorial_](https://www.youtube.com/watch?v=QZ4Vk2PkPZk&list=PL80Zqpd23vJfyWQi-8FKDbeO_ZQamLKJL) [video] #### Build your own `Web Browser` From 427e67f58ff52b1a57b6ba64a740c44417345583 Mon Sep 17 00:00:00 2001 From: CodeCrate Date: Thu, 28 Aug 2025 12:14:55 -0400 Subject: [PATCH 2/2] Reverted link removal Reverted the removal of the Java 3D Game Development with LWJGL 3 link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ad466a3..354a868 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ It's a great way to learn. * [**C#**: _Build a C#/WPF RPG_](https://scottlilly.com/build-a-cwpf-rpg/) * [**Go**: _Games With Go_](https://www.youtube.com/playlist?list=PLDZujg-VgQlZUy1iCqBbe5faZLMkA3g2x) [video] * [**Java**: _Code a 2D Game Engine using Java - Full Course for Beginners_](https://www.youtube.com/watch?v=025QFeZfeyM) [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/)