A vibrant cartoon landscape with a path leading to a castle, with hot air balloons.
Kids Coding Kit Logo
Project Configuration

Set up your game environment before deployment.

Environment Variables (.env)
Define the core parameters for your game build.

Code Snippet
const BRAND_NAME = "Racer Studios";
Code Snippet
let playerName = "Racer";
Code Snippet
const blimpMessage = "Go Go Go!";