Build Your First Game Example
Clone a FireStarter template, customize the game logic, and run it locally in minutes.
Browse the FireStarter library
Visit the FireStarter repository and choose an example that matches your language and game type. Examples are organized by language, complexity, and game mechanic.
Clone and configure
Clone the repository locally. Open the config file and set your Fireball API credentials from FireStation. The example is designed to work out of the box with minimal setup.
Run locally
Follow the README to install dependencies and start the local server. The example connects to your Fireball sandbox and you can test full round-trip game logic in minutes.
Customize your game
Modify the game logic, paytable, and UI to match your concept. Keep the Fireball API calls intact — only the game-specific code needs to change.
