From d95e526047cf7306d1d8c89cb7e2cd842f24ccc2 Mon Sep 17 00:00:00 2001 From: James <31216671+JamesC01@users.noreply.github.com> Date: Wed, 15 Dec 2021 23:50:14 +0000 Subject: [PATCH] Added a tutorial for making a voxel engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06971a8..8d6abc5 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ No specific order. * [**XNA Game Tutorials**](http://xnatd.blogspot.co.at/) - Some XNA game tutorials (2D collision, etc…) * [**The Darkside of MonoGame**](http://www.youtube.com/c/TheDarksideofMonoGame) - New tutorial series delivering both Video and Text tutorials on the latest MonoGame content * [**Basic 2D Platformer Physics**](https://gamedevelopment.tutsplus.com/series/basic-2d-platformer-physics--cms-998) - Nice series by Daniel Branicki. +* [**Let's Make a Voxel Engine**](https://sites.google.com/site/letsmakeavoxelengine/home) - Short series with advice on making a voxel engine. * [**Game Programming Adventures**](https://cynthiamcmahon.ca/blog/) - A blog with some MonoGame/XNA game tutorials. * [**Scott Lilly's site**](https://scottlilly.com/) - Some C# tutorials, with a focus on making an RPG game with windows forms/WPF.