No description
Find a file
2026-04-24 04:01:23 -04:00
saves Overhaul cloud save storage 2023-03-10 21:46:50 -05:00
server change comparison in time trial unlock check (#96) 2026-04-24 04:01:23 -04:00
.gitignore Add key.bin to .gitignore 2023-09-12 00:24:46 -04:00
config.yml.example Add bot command to show player info (#93) 2026-02-07 12:08:08 +08:00
COPYING License under AGPLv3 2022-09-19 13:23:22 -04:00
go.mod Update location cache and DB data on demand (#55) 2025-04-28 23:52:22 -04:00
go.sum Update location cache and DB data on demand (#55) 2025-04-28 23:52:22 -04:00
main.go Update copyright year 2024-01-15 01:22:56 -05:00
README.md Update README file 2022-09-19 13:09:47 -04:00

ynoserver

Server for https://github.com/ynoproject/ynoclient

Configuring

TODO.

Building

git clone https://github.com/ynoproject/ynoserver
cd ynoserver
go build

Setting up

TODO.

Credits

Based on https://github.com/gorilla/websocket/tree/master/examples/chat