PHP

Building a procedurally generated game with PHP

A few experiment by Brent. His process involves using noise generation, specifically the xxHash algorithm, to create a cohesive world map with smooth transitions between land and water using linear interpolation (LERP) Read more

By , ago