Nuacht

This post explains what a Python module is and how to use it to drastically extend the capabiltiies of your code. Plus: how to make your own!
Random Map Surface generator with Python There was a need of having random maps for a game project, so I started to read theory and realize there are really wierd and complex math below it. I was too ...