Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 808 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 808 Bytes

WorldGen

Released August 2023

Version 1.2


Description

WorldGen is a map generation and visualization console application written in C#. It generates mountains, land, and water of varying height and depth. WorldGen includes customization options for map size, island size, and island density. The map generator's output is given in color, in the console, through the use of ANSI codes.


Notes

Certain files and folders have been excluded from this GitHub respository. A full list can be found in the .gitignore file, but this includes mainly VS Code and .NET project files. These were excluded as they are unnecessary, change often due to their auto-generated nature, and include file paths and other information specific to my setup, and should be replaced to run the project.