Category: other posts
-
Make Platformer Jump Feel Satisfying using Coyote Timer
In all of my older platformer games, the jumping always felt slightly off. Big…
-
[Thoughts] How I Use AI to Speed Up Game Creation
Alright I am back on this blog after months of inactivity due to my…
-
Procedural Generation Using L-Systems
Cover photo credits: https://www.shadertoy.com/view/XtyGzh Lindenmayer system (L-system) is a representation of how plants and…
-
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…