Skip to content

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

License

Notifications You must be signed in to change notification settings

TylerStocks1/gores-mapgen

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.7%
  • Python 1.3%