Skip to content

Getting Started

Get up and running with PlayCraft in under 5 minutes.

Quick Start

  1. Go to playcraft.app
  2. Sign in with Google or GitHub
  3. Create a new project from the dashboard
  4. Describe your game in the chat panel
  5. Watch it come to life!

Your First Prompt

Try something like:

Create a snake game with:
- Green snake on a dark background
- Red food that appears randomly
- Arrow key controls
- Score counter in the corner
- Game over when hitting walls

The AI will generate a complete, working game in seconds.

Interface Overview

PlayCraft uses a modern split-panel layout inspired by the best AI code editors:

Left Panel - Chat

FeatureDescription
Project DropdownSwitch projects, manage credits, access settings
Chat HistoryBrowse and switch between chat sessions
AI ChatTalk to the AI, see responses and next step suggestions
Credits PanelTrack your remaining credits
Chat InputType prompts or click suggested actions

Right Panel - Preview & Code

FeatureDescription
View TabsSwitch between Preview and Code views
Device TogglesPreview on Desktop, Tablet, or Mobile sizes
Live PreviewReal-time preview of your game
Code EditorMonaco editor with syntax highlighting
File BrowserBrowse and edit project files (in Code view)
TerminalView build output and logs

Resizable Panels

Drag the divider between the chat and preview panels to adjust their widths to your preference.

Tips for Better Results

Be Specific

Instead of "make a game", try "create a platformer with a jumping character, 3 platforms, and coin collection"

Iterate

Start simple, then add features one at a time. "Add a double jump" works better than cramming everything into one prompt.

Reference Existing Games

"Like Flappy Bird but with a rocket ship" gives the AI a clear mental model.

Use Device Preview

Test your game on different screen sizes using the device toggles (Desktop, Tablet, Mobile).

Next Steps

Build games with AI