The fantasy map generator creates procedural world maps using layered noise algorithms. Each map includes terrain (deep water through snow peaks), cities, connecting roads, rivers flowing from mountains, and a decorative compass rose — all rendered on Canvas with seed-based reproducibility.
Aethermoor
Seed: 42Terrain Legend
How to Use the Fantasy Map Generator
The fantasy map generator uses layered noise algorithms to create unique, natural-looking world maps for RPG campaigns, writing, and game design. Every element — terrain, city names, road layout, rivers — is procedurally generated and controlled by a single seed number.
Step 1: Configure Terrain
Adjust the Terrain Scale slider to change how "zoomed in" the noise field appears. Low values create scattered islands and archipelagos; high values create large continents. The Water Level slider controls what percentage of the map is ocean — increase it for a water-heavy map with islands, decrease it for mostly land. These two settings dramatically change the character of the map.
Step 2: Set City Count and Style
The Cities slider places between 3 and 15 settlements on habitable terrain (grassland and forest areas). Each city is named from a fantasy name bank. Roads connect cities using a nearest-neighbor spanning tree — every city has at least one connecting road. Rivers trace downhill paths from mountain peaks to the sea, following the height gradient of the noise field.
Step 3: Choose Map Style
Full Color uses vivid greens, blues, and browns to show terrain clearly — ideal for tactical use or overview maps. Parchment style applies a sepia filter for an aged, antique map look popular in fantasy literature. Black & White creates a clean hand-drawn aesthetic. The map title, compass rose, and decorative border appear in all styles.
Step 4: Use Seeds for Reproducibility
Every map has a seed number shown above the canvas. Write down or copy any seed you want to revisit — entering the same seed with the same settings always reproduces the identical map. This makes it easy to share your world with players or collaborators: just share the seed number and point them to this tool.
Step 5: Download and Use
Click "Download PNG" to save the map as an 800×600 PNG file. Use it in campaign notes, share it with players, include it in your published adventure, or print it as a handout. The "Random Seed" button generates a completely new world each time. Click "Generate New Map" to apply any setting changes you've made.
FAQ
Is this fantasy map generator free?
Yes, completely free with no account required. All map generation happens in your browser using Canvas — no server calls, no data uploaded.
What does the seed number do?
The seed controls the random number generator used for terrain, city placement, names, and all other random elements. Using the same seed always produces the identical map. Share a seed number with friends to give them your exact map, or copy it to regenerate a map you liked.
How is the terrain generated?
The terrain uses a value noise algorithm with multiple octaves (fractal noise) to create a natural-looking height map. Height values are mapped to terrain types: deep water, shallow water, beach, grassland, forest, hills, mountains, and snow peaks. Each type is colored distinctly.
How many cities can I add?
The cities slider lets you place between 3 and 15 cities. Cities are only placed on habitable terrain (grassland or forest areas above water level). Roads connect them using a nearest-neighbor algorithm, and rivers flow from mountain peaks to the sea.
What map styles are available?
Three styles: Full Color (vivid terrain colors), Parchment/Sepia (aged map aesthetic with muted tones), and Black & White (hand-drawn style with grayscale terrain). All styles preserve the city, road, and river overlays.
Can I download the map?
Yes — click Download PNG to save the current map as a full-resolution PNG image. The map is 800×600 pixels. You can then use it in your RPG campaign documents, print it, or share it with your players.
Can I use the generated maps for my RPG campaign?
Yes. Maps generated by this tool are free to use for personal projects, campaigns, game materials, and non-commercial use. There are no restrictions on using these procedurally generated maps.