An SDK for local development on the official Children of Ur game.
To start using the SDK, run pub get
to pull in dependencies.
You also need the proper API_KEYS.json
in the keys
directory.
Once you've done that, you can run:
pub run cou:init
to clone the project files and generate your workspaces.
Within these workspaces, you can checkout
branches or create new ones. There are three workspaces currently:
- sources/client
- sources/server
- sources/auth
You can fire up both servers, as well as serve the client by running:
pub run cou:serve
opening localhost:8080
in a browser should load up the game.