https://github.com/louisbrunner/timberborn-map-generator
Random map generator for Timberborn
https://github.com/louisbrunner/timberborn-map-generator
Last synced: 19 days ago
JSON representation
Random map generator for Timberborn
- Host: GitHub
- URL: https://github.com/louisbrunner/timberborn-map-generator
- Owner: LouisBrunner
- Created: 2022-10-16T17:45:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-06T23:17:33.000Z (over 1 year ago)
- Last Synced: 2025-08-09T21:48:42.087Z (11 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timberborn Random Map Generator
This repository contains a tool that can be used to generate maps for the game [Timberborn](https://store.steampowered.com/app/1062090/Timberborn/).
**THIS TOOL IS CURRENTLY IN VERY EARLY DEVELOPMENT**
## Concept
Using Perlin noise to generate a rough topology, then splines to draw rivers.
## Issues
- The starting position is not placed correctly.
- No vegetation/ruins/slopes are generated.
- Rivers don't always mesh well with the rest of the topology.