Skip to content

dragonsploder/ascii-map-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ascii map generator

picture

When you start the program, you will see: Small(1), Medium(2) or Large(3)

Small will create a 19x58 map

Medium will create a 37x118 map

Large will create a 49x209 map

The variables are:

shapes: the average sizes of the islands used (shapes0 - 5)

l: number of islands added to the map (these can overlap)

c: number of times the cutter function will run (curves sharp edges)

a: length

b: width

p: place "stuff" (T or F)

Note if you make (a) smaller then min-shapesY and (b) smaller then min-shapesX, you may create an infinite loop

About

A simple random map generator (ascii)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages