This project uses Raylib (a library for game development in C)
Run in Browser
Landmases are generated using Perlin Noise. It is a noise function that returns smooth noise values between 0 and 1
To compile an executable follow these steps:
- Clone the repo
- Download Raylib
- Open landmass_generation.c using npp (Notepad Plus Plus) given in the folder C:/raylib/npp
- Press F6 to build an executable and run it.