Tengo is a complete reimplementation of the osu!arcade Tencho LAN server in Golang.
- Login
- Multiplayer
- Clean code
git clone https://github.com/ascenttree/tengo
cd tengo
go mod tidy
go run .
Any osu!arcade clients that are launched on PCs connected to the same network as the server will connect automatically thanks to the UDP broadcast server.
BurntSushi/toml - Config parser
Lekuruu - Logging, and stream utils
peppy - Making osu!arcade