About
Glitch was a browser-based game created by Tiny Speck, whose game elements were later released into the public domain. coUserver is the Dart-based web server backing Children of Ur, a continuation built on Glitch's public-domain game elements. It's the live server implementation behind childrenofur.com and requires the Dart SDK to build and run.
Getting started
Running a local server requires installing the Dart SDK, running "pub get" to fetch dependencies, and supplying working API key configuration (obtainable by contacting the development team) before starting the server with the included launch command. Once running, its status can be checked via a serverStatus endpoint that returns player-count and uptime data as JSON.