Playable Games — Built Inside Claude with One Prompt
Each of these 12 prompts generates a complete, playable browser game as a Claude Artifact. Not a code snippet you need to deploy — a fully functional game you can play right inside Claude. Every game includes scoring systems, keyboard/mouse controls, difficulty settings, and polished visual design. Copy the code to host anywhere or just play directly.
What's Inside — 12 Game Prompts
- Snake Game with Power-Ups — Classic Snake with modern twist. Tech: React + Canvas. Features: Arrow key controls, growing snake, random power-ups (speed boost, score multiplier, slow-mo), increasing difficulty, high score tracking, particle effects on food collection, game over screen with retry.
- Tetris with Scoring — Full Tetris implementation. Tech: React + Canvas. Features: All 7 tetromino pieces, rotation, wall kicks, soft/hard drop, line clearing with animation, T-spin detection, level progression with speed increase, next piece preview, hold piece, scoring system, ghost piece preview.
- Wordle Clone — Complete Wordle recreation. Tech: React. Features: 5-letter word guessing, color-coded feedback (green/yellow/gray), keyboard with used letter tracking, 6 attempts, word validation, share results grid, daily word or random mode, win/loss statistics tracking.
- 2048 Puzzle — Full 2048 tile-sliding game. Tech: React + CSS animations. Features: Arrow key or swipe controls, smooth tile sliding and merging animations, score tracking, best score persistence, undo last move, tile spawn animation, win at 2048 with continue option.
- Tic-Tac-Toe AI Opponent — Tic-tac-toe with unbeatable AI. Tech: React. Features: Play against minimax AI (impossible to beat), three difficulty levels (easy/medium/impossible), clean grid UI, win detection with line animation, score tracking across games, first-move choice.
- Memory Card Matching — Card matching memory game. Tech: React + CSS animations. Features: Grid of face-down cards, flip animation, match detection, multiple themes (emoji, animals, flags), difficulty levels (4x4, 6x6, 8x8), move counter, timer, best time tracking.
- Typing Speed Test — Professional typing speed test. Tech: React. Features: Random text passages, real-time WPM calculation, accuracy percentage, character-by-character highlighting, error indication, 30/60/120 second modes, results history, progress improvement tracking.
- Quiz Trivia Game — Multi-category quiz game. Tech: React. Features: Multiple categories (science, history, geography, pop culture), multiple choice questions, timer per question, score multiplier for speed, lifelines (50/50, skip), leaderboard, streak bonus.
- Breakout Brick Breaker — Classic Breakout arcade game. Tech: React + Canvas. Features: Paddle and ball physics, multiple brick types (normal, hard, indestructible), power-up drops (multi-ball, big paddle, laser), level progression, lives system, particle effects on brick break.
- Minesweeper — Complete Minesweeper implementation. Tech: React. Features: Beginner/Intermediate/Expert grids, left-click reveal, right-click flag, auto-reveal empty regions (flood fill), mine counter, timer, first-click safety (never mine on first click), clean grid UI.
- Flappy Bird Clone — Flappy Bird recreation. Tech: React + Canvas. Features: Click/spacebar to flap, pipe generation with gap, gravity physics, collision detection, score counting on pipe pass, difficulty increase over time, death animation, high score tracking, retro pixel art style.
- Chess Board with AI — Playable chess with computer opponent. Tech: React. Features: Full chess rules (castling, en passant, promotion), drag-and-drop piece movement, legal move highlighting, check/checkmate detection, basic AI opponent (minimax with depth), move history notation, captured pieces display.
How to Use
- Open Claude (claude.ai) and paste any game prompt
- Claude generates the complete game as an interactive Artifact
- Play the game directly in Claude — fully functional with keyboard/mouse
- Want to share? Click "Copy Code" and paste into any HTML file or React project
- Customize: ask Claude to modify colors, add features, or change difficulty
Works With
Claude (Anthropic) — requires Artifacts feature. Games also exportable as standalone React components or HTML files for hosting anywhere.
Tags: Claude Artifacts, Browser Games, React Games, Snake, Tetris, Wordle, Chess, 2048, Minesweeper, Typing Test, Playable, AI Games