Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

ChildrenOfUr/cou-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coU toolkit

An SDK for local development on the official Children of Ur game.

This SDK is unstable, use at your own risk.

Setup

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:

  1. sources/client
  2. sources/server
  3. sources/auth

Use

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.

About

A collection of tools for hacking on coU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages