rose.codes

Thoughts on everything. By a programmer.

Create.World Map Generator

1 minute read   Published 2019-01-20

This tool randomly generates an overworld map for a fictional JRPG game. It's graphics are 8-bit/16-bit era. A new map generated every time the page is refreshed. You can choose from two different map sizes. They include grass, ocean, mountains, towns, castles, forest, desert, rivers, and even bridges!

Check it out here.

Here is the GitHub Page.

Here are preview images of the kind of maps you can generate with this tool:

Small version Large version

And here is a sample closeup:

Closeup

Update 2020-11-18:

I re-coded the main part of this project in Rust, as a way to learn the language. It doesn't generate quite as fast as I'd expect, but that could be due to the PNG library I used and/or my beginner knowledge of Rust.

See GitHub page here. Runs in command line.

Attributions

See github pages for all appropriate attribution information.