Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Last active September 16, 2025 12:12
Show Gist options
  • Save burkeholland/3a7eb300c42f4b617f7057705d33e096 to your computer and use it in GitHub Desktop.
Save burkeholland/3a7eb300c42f4b617f7057705d33e096 to your computer and use it in GitHub Desktop.
GPT-5 Mini Games Prompt

You are an expert game developer and visual designer.
Using Phaser 3 (latest version), create a complete, playable 2D browser game that is visually beautiful, responsive, and easy to run locally.

Requirements:

  • Theme: [Let the AI choose a unique, cohesive theme with mood and tone]
  • Gameplay: Must be simple to learn but addictive (e.g., score-based survival, puzzle, or endless runner).
  • Art Style: Aesthetic and polished — use a consistent color palette, smooth animations, and subtle particle effects.
  • Audio: Include simple background music and sound effects (royalty-free links).
  • Code Quality: Well-commented, clean, and easy to modify.
  • File Structure: Provide all HTML, JS, and asset links in a way that runs locally by just opening index.html in a browser.

Deliverables:

  1. index.html
  2. main.js (with all game logic)
  3. Asset list (image/audio URLs)
  4. Instructions on how to play in a short paragraph at the top of index.html

Before coding, describe the game concept, visual aesthetic, and gameplay loop you will implement. Then write the code.

@bazz221
Copy link

bazz221 commented Sep 16, 2025

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment