mirror of
https://github.com/edg-l/ddnet-map-gen.git
synced 2024-11-09 17:48:21 +00:00
18 lines
802 B
Markdown
18 lines
802 B
Markdown
# DDNet Map generator
|
|
|
|
[![Version](https://img.shields.io/crates/v/ddnet-map-gen)](https://crates.io/crates/ddnet-map-gen)
|
|
[![Downloads](https://img.shields.io/crates/d/ddnet-map-gen)](https://crates.io/crates/ddnet-map-gen)
|
|
[![License](https://img.shields.io/crates/l/ddnet-map-gen)](https://crates.io/crates/ddnet-map-gen)
|
|
![Rust](https://github.com/edg-l/ddnet-map-gen/workflows/Rust/badge.svg)
|
|
[![Docs](https://docs.rs/ddnet-map-gen/badge.svg)](https://docs.rs/ddnet-map-gen)
|
|
[![crev reviews](https://web.crev.dev/rust-reviews/badge/crev_count/ddnet-map-gen.svg)](https://web.crev.dev/rust-reviews/crate/ddnet-map-gen/)
|
|
|
|
A map generator made in Rust using [twmap](https://docs.rs/twmap)
|
|
|
|
## Planned features
|
|
|
|
- Maze map generator.
|
|
- Fly map generator.
|
|
- Simple ddnet parts generator.
|
|
- Maybe more.
|