The Lay of the Land
So, day 2, and time to start creating the map for the game.
I'm using a scheme that I've used before which works tolerably well for this kind of game, where I basically 'grow' the terrain. The way it works is that I start with a map that is nothing but sea, then scatter a collection of 'open country' terrain squares around. Each of these squares then expands into the adjacent squares in random directions. I repeat this for a random number of times. Then I do something similar for other terrain items, starting with mountains, then hills, then forests. These usually have additional restrictions. For example, forest are not allowed to expand over existing hills or mountains. The end result isn't perfect, but with some tweaking of the various parameters it doesn't look too bad. Good enough is... well, good enough.
Albyon
A simple overground rogue-like created for #RemakeJam 2017
Status | In development |
Author | chrisatthestudy |
Genre | Role Playing |
Tags | Remake, Roguelike |
More posts
- Version 0.8.2Nov 19, 2017
- Version 0.8Aug 20, 2017
- Albyon #RemakeJam Post-MortemJul 02, 2017
- Moving on down the lineJun 21, 2017
- Albyon - It's a startJun 19, 2017
Leave a comment
Log in with itch.io to leave a comment.