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.
- Host: GitHub
- URL: https://github.com/bbc/genie-starter-pack
- Owner: bbc
- License: apache-2.0
- Created: 2019-11-11T09:32:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T08:25:31.000Z (about 1 year ago)
- Last Synced: 2024-08-07T12:13:06.136Z (about 1 year ago)
- Topics: genie, phaser3
- Language: JavaScript
- Homepage:
- Size: 51.8 MB
- Stars: 14
- Watchers: 31
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)