About

Depths.io is an online multiplayer RPG I've been working on.  It draws a lot of inspiration from roguelikes among other genres, and I'm hoping it'll be fun to play at some point :D

If you're interested or have questions, feel free to ping me on discord or send a message in the depths.io global chat and I'll probably see it (if you have feedback or find a bug, you can use the /bug command in game)

Depths.io is all Rust on the server side, using tungstenite for websockets, serde for de/serialization, tokio for async, and other libs for things like uuids and logging. The front end is a vue.js app that that calls into Rust (via WASM) on top of a WebGL canvas.