https://github.com/bbc/genie
BBC Genie Games Framework
https://github.com/bbc/genie
genie phaser3
Last synced: 11 months ago
JSON representation
BBC Genie Games Framework
- Host: GitHub
- URL: https://github.com/bbc/genie
- Owner: bbc
- License: apache-2.0
- Created: 2019-09-19T09:17:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-07T08:19:49.000Z (over 1 year ago)
- Last Synced: 2025-03-22T06:51:17.070Z (11 months ago)
- Topics: genie, phaser3
- Language: JavaScript
- Size: 65.4 MB
- Stars: 24
- Watchers: 25
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README-STARTER.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)