Created using SFML, libnoise, and Visual C++ 2015, this demonstrates the fundamental use of a noise/height map to procedurally generate terrain using a tile set. Code hosted on Github. Approach: Utilised one class each for … Continue reading Perlin Noise TileMap [SFML]