Make it classroom-great
Publish guide
Keep games simple, board-friendly, and free of private student data. A prompt-ready checklist for your AI tool is below.
Classroom-ready tips
- Large buttons and text readable from the back of the room
- Design landscape-first for interactive whiteboards and projectors
- No login or personal data collection inside the game
- Keep everything in one HTML file — embed styles, scripts and data
- Avoid external CDNs; the sandbox blocks outside network calls
- Touch-friendly targets — many boards are giant touchscreens
- Choose a licence that matches how open you want remixing to be
Paste this into your AI tool before generating
Create a classroom game as ONE complete self-contained HTML file. Requirements: - Everything inline: CSS in <style>, JavaScript in <script>, data embedded. - No external URLs, CDNs, fonts, or API calls. No server needed. - Landscape layout for an interactive whiteboard; big touch-friendly buttons. - Text readable from the back of a classroom. - No login, no tracking, no personal data collection. - Start from <!DOCTYPE html> and end with </html>.
What we accept
- One HTML document — paste it or load a local
.htmlfile, up to 1.5 MB. - Self-contained code — inline CSS and JavaScript; no CDNs, remote scripts, API keys, external embeds, or server runtime.
- Classroom-safe content — no tracking, credential collection, student personal data, forced downloads, or attempts to leave the player.