https://github.com/bbc/childrens-games-starter-pack
This is the Starter Pack for Children's games, containing everything a games developer might need to start building an HTML5 game for Children's BBC. Every game should be forked into a new repository from this repo.
https://github.com/bbc/childrens-games-starter-pack
Last synced: about 1 year ago
JSON representation
This is the Starter Pack for Children's games, containing everything a games developer might need to start building an HTML5 game for Children's BBC. Every game should be forked into a new repository from this repo.
- Host: GitHub
- URL: https://github.com/bbc/childrens-games-starter-pack
- Owner: bbc
- Created: 2015-06-03T13:34:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T09:52:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-22T06:51:16.979Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.73 MB
- Stars: 36
- Watchers: 72
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Children's Starter Pack
This is the Starter Pack for Children's games which contains some helpful bits
and pieces a games developer might need to start building a HTML5 game for
Children's BBC.
## Important Links
| Context | URL | Description |
|---------|-----|-------------|
| CAGE Page | [CAGE](https://www.bbc.co.uk/cbbc/embed/game/*gid*) | Pipeline automatically pushes new builds to this location |
| GDZ location | [GDZ](https://childrens-data-public-live.s3.amazonaws.com/childrens/assets/games/childrens-games-starter-pack/latest/starterpack.gdz) | Pipeline automatically pushes new .gdz build to this location (app games-only) |
| Version Info | [Version.txt](https://www.bbc.co.uk/childrens/assets/games/childrens-games-starter-pack/latest/version.txt) | See what version of your game is currently on Test |
| Jira ticket | [Gamestream](https://jira.dev.bbc.co.uk/browse/GAMESSTREAM-xxxx) | For BBC use |
| Build job | Enter Jenkins URL | For BBC use |
___
## Table of Contents
### Process
* [Game Design](docs/game-design.md#game-design)
* [Game Delivery Definitions](docs/game-delivery-definitions.md#game-delivery-definitions)
* [Issue Prioritization](docs/game-delivery-definitions.md#issue-prioritization)
* [Tech Review](docs/tech-review.md#tech-review)
* [Checks on release files](docs/tech-review.md#checks-on-release-files)
* [Web browser checks](docs/tech-review.md#web-browser-checks)
* [Tech Review Tool](docs/tech-review.md#tech-review-tool)
* [Deliverable Review](docs/deliverable-review.md#deliverable-review)
### Development
* [Technical Specifications](docs/game-specifications.md)
* [Build pipeline](docs/build-pipeline.md)
* [Building your game](docs/build-pipeline.md#building-your-game)
* [Building for apps](docs/build-pipeline.md#building-for-apps)
* [GEL Guidelines, Toolkit, Accessibility and Icon Assets](docs/gel-guidelines.md#gel-guidelines-accessibility-and-icon-assets)
* GMI
* [Working with GMI](docs/working-with-gmi.md)
* [API Reference](docs/gmi.md)
* [Settings](docs/settings.md)
* [Stats](docs/stats.md#stats)
* [Using Local Storage](docs/data-storage.md#using-local-storage)
* [Brim](docs/brim.md#brim)
* [Device Rotation](docs/device-rotation.md)
* [Known Issues](docs/known-issues.md)
### Testing
* [Tech Review Tool](docs/tech-review-tool.md#tech-review-tool)
* [Testing on a BBC environment](docs/testing-on-bbc.md)
* [Testing your game in the Live environment](docs/testing-on-cbbc-page.md#testing-your-game-in-the-live-environment)
* [Testing your game in a mobile app](docs/testing-in-a-mobile-app.md#testing-in-a-mobile-app)
* [User Testing and Prototyping](docs/user-testing-and-prototyping.md#user-testing-and-prototyping)
* [Supplier Quality Assurance and Testing](docs/supplier-quality-assurance-and-testing.md#supplier-quality-assurance-and-testing)
* [BBC Certification](docs/bbc-certification.md#bbc-certification)
### Other
* [Updating your pack](docs/updating-starter-pack.md)