An open API service indexing awesome lists of open source software.

https://github.com/bbc/genie-starter-pack

This is the Starter Pack for Genie games. Containing everything a games developer might need to start building a game using the Genie framework. Every game should be forked into a new repository from this repo.
https://github.com/bbc/genie-starter-pack

genie phaser3

Last synced: 7 months ago
JSON representation

This is the Starter Pack for Genie games. Containing everything a games developer might need to start building a game using the Genie framework. Every game should be forked into a new repository from this repo.

Awesome Lists containing this project

README

          

# BBC Games - Genie Starter Pack

* [Genie - Getting Started](./docs/getting-started.md)
* [Developing a Gameplay Component](./docs/development/gameplay-component.md)
* [Creating a Theme](./docs/theming.md)
* [Tech Review Tool](./docs/tech-review-tool.md)
* [Testing](./docs/testing.md)

## Gameplay Development Specifics

* [Code Restrictions](./docs/development/code-restrictions.md)
* [Games Messaging Interface (GMI)](./docs/development/gmi.md)
* [Using Local Storage](./docs/development/data-storage.md)
* [Game Settings](./docs/development/settings.md)
* [The Signal Bus](./docs/development/signal-bus.md)
* [Settings](./docs/development/settings.md)
* [Accessibilify](./docs/development/accessibilify.md)
* [Brim](./docs/development/brim.md)
* [Phaser Terminology](./docs/development/phaser-terminology.md)
* [Stats](docs/development/stats.md)
* [States](docs/development/stats.md)

## Genie Screens
* [Results](./docs/development/results-screen/results-start.md)
* [Narrative](./docs/development/narrative-screen.md)
* [Select](./docs/development/select-screen.md)