iMilchshake / gores-mapgen

Procedual random map generator for the gores gamemode in teeworlds/ddnet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procedual Map Generator for KoG

Procedual random map generator for the gores gamemode in teeworlds/ddnet (see KoG). This is a rust rewrite™ of my previous Unity3D based generator. This project is in active development, many parts of the codebase might still change. You can playtest generated maps on my ddnet server, just search for "random" in the server browser.

Screenshots

Editor:

Ingame:

Usage

Assuming that you have rust installed just git clone and then run cargo run inside the project directory. For documentation on all the possible settings check out the docstrings for the GenerationConfig struct in config.rs.

Keybinds

e: Export map

space: Generate map

r: Refocus camera

About

Procedual random map generator for the gores gamemode in teeworlds/ddnet

License:GNU General Public License v3.0


Languages

Language:Rust 98.7%Language:Python 1.3%