Category: other posts
-
Basics of Game Development
Prerequisite Basic programming skills & logic-building. Before reading this, if you are a complete…
-
Simulating Hydraulic Erosion of Terrain
Hydraulic erosion is a nature-based algorithm that simulates erosion caused by water on terrain.…
-
Noise Functions
In a Nutshell Noise functions are math-like functions used to generate random numbers in…
-
3D Procedural World Generation
I was making my bird game & the player should be able to fly…