So this is a "small" project I am working on using C# and Raylib (RaylibCS Binding). I am also using a noise library called FastNoiseLite. It is inspired by This Video By Sebastian Lague and Nature of Code By Daniel Shiffman.
I intend to explore and experiment around procedural world generation, and some level of machine learning (Maybe).
For this project you will need
Clone this repository using git clone https://github.com/CadenZ-Assignments/Ecosystem-Simulation.git
Open a console at the cloned directory or just do cd Ecosystem-Simulation
Run dotnet build
If you have the correct dotnet version installed, that should be all that you have to do. After it finishes the build, an executable file will be generated in bin/Debug
Copy the resources folder into the folder where the compiled executable is located should be in bin/Debug
Honestly this is just an interest project of my own, but if you really want to help, or point out any mistakes in my code, feel free to open a pull request.