
About
Glitch was a browser-based game created by Tiny Speck, whose game elements were later released into the public domain. coUclient is the Dart-based browser client for Children of Ur, a continuation built on Glitch's public-domain game elements. It runs live at childrenofur.com, and building it from source requires the Dart SDK and the webdev build tool.
Getting started
To run it locally, install the Dart SDK (version 2.0.0 or later), install webdev via "pub global activate webdev", then run "pub get" followed by "webdev build" (or "webdev serve" for local development). The live version is also playable directly at childrenofur.com.