flatland3
Terminal MMORPG client for Flatland3.
Install
Quickstart
Set FLATLAND_API_URL if the control plane is not on http://127.0.0.1:7380.
Game server defaults to 127.0.0.1:7373 (--server to override).
Crates.io stack
| Crate | Role |
|---|---|
flatland-protocol |
Wire types and codecs |
flatland-client-lib |
TCP session, bots, game state |
flatland-client-ui |
Shared play UI (input, world grid, presentation) |
flatland-tui |
Ratatui rendering |
flatland-gfx-engine |
Macroquad + egui map/HUD renderer |
flatland3-gfx |
Graphical play client (cargo install flatland3-gfx) |
Server binaries (flatland-server, control plane) are not published.
Monorepo dev
Embedded server + bots (private flatland-dev crate):