For each game "title", we create a new repository. cocos2d-html5-boilerplate
is the boilerplate repository that's cloned and used as a starting point for each of these new repositories.
- Clone the
cocos2d-html5-boilerplate
repository. - Update the
name
andrepository.url
properties inpackage.json
. - Update the project structure and remove unnecessary files, if applicable.
- Remove everything inside the
docs
directory. - Update the
HTML Game
title in the HTML file. - Update the
README.md
, which might look something like the following:
# My Sample Game Title
## General Documentation
Refer to the docs in the [cocos2d-html5-boilerplate repository](https://github.com/curriculum-advantage/cocos2d-html5-boilerplate).
## Project Documentation
* [Overview](./docs/overview.md)