# aigamemaker.pro - Full Content > aigamemaker.pro is a free suite of AI tools that turn a game idea into a runnable browser-game template. Pick a genre tool, answer three to five short questions, and get a build-ready game document or code template in about a minute. ## Key facts - Site: https://aigamemaker.pro - Tools available: 22 genre-specific game generators - Price: free to preview every tool; no credit card required - Account: no signup is required to preview a result - Models: output works with GPT, Claude and Gemini - Output format: plain-text markdown and code, ready for Unity, Godot, Unreal, GameMaker, Phaser or itch.io projects - Typical time from idea to playable template: about one minute - Short index: https://aigamemaker.pro/llms.txt ## Card Game Maker (https://aigamemaker.pro/card-game) **Category:** Playable Games **Headline:** AI Card Game Maker **Summary:** Get a playable card game, just enter theme, card types, win condition. **You get:** A ready-to-use a playable card game **Short answer:** Card Game Maker: provide theme, card types, win condition and get a complete a playable card game in minutes, including deck/rules, turn structure, simple AI opponent. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - card types - win condition **Must include:** - Card deck/data model and rules (draw, play, discard, turn order) - win condition logic - player vs. AI opponent - hand/board UI with card art and interactions - resource/cost or matching mechanic per theme - state validation (legal moves) - score/round tracking - restart **Signals of expertise:** - Encodes rules as a clean state machine with legal-move validation - competent AI (greedy or heuristic) rather than random - clear turn structure and win-condition checks **Common mistakes:** - Allowing illegal plays - AI plays randomly/instantly loses - no clear win condition or turn order **Format/standard:** Self-contained HTML/JS card game with deck model, rule engine, turn/state machine, and opponent AI. --- ## Endless Runner Maker (https://aigamemaker.pro/endless-runner-game) **Category:** Playable Games **Headline:** AI Endless Runner Maker **Summary:** Get a playable endless runner, just enter theme, character, obstacle types. **You get:** A ready-to-use a playable endless runner **Short answer:** Endless Runner Maker: provide theme, character, obstacle types, vibe and get a complete a playable endless runner in minutes, including auto-run loop, procedurally increasing difficulty, obstacles. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - character - obstacle types - vibe **Must include:** - Single-file playable HTML5/Canvas build - core loop (auto-run, jump/slide input, tap/space + keyboard) - procedural obstacle/lane spawning with increasing difficulty/speed ramp - collision detection and score+distance HUD - theme-skinned character and obstacles - start/game-over/restart states - high-score persistence (localStorage) - responsive/mobile touch **Signals of expertise:** - Implements delta-time movement and difficulty curve (not fixed speed) - object pooling for obstacles - parallax background and forgiving hitboxes typical of polished runners **Common mistakes:** - No restart/game-over loop - frame-rate-dependent speed - impossible spawn patterns or pixel-perfect unfair collisions **Format/standard:** Self-contained HTML/JS (Canvas) endless-runner with requestAnimationFrame game loop, state machine, and localStorage high score. --- ## Escape Room / Puzzle Maker (https://aigamemaker.pro/escape-room-game) **Category:** Playable Games **Headline:** AI Escape Room / Puzzle Maker **Summary:** Get a playable escape room, just enter theme, puzzle ideas, difficulty. **You get:** A ready-to-use a playable escape room **Short answer:** Escape Room / Puzzle Maker: provide theme, puzzle ideas, difficulty and get a complete a playable escape room in minutes, including interconnected puzzles, clue/inventory system, hint flow. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - puzzle ideas - difficulty **Must include:** - Themed room(s) with interactive objects/hotspots - layered puzzles (codes, combinations, item-combine, sequence) with logical solutions - inventory and examine system - clue/hint discovery - lock/exit goal and progress gating - win state - reset - difficulty pacing **Signals of expertise:** - Puzzles are logically solvable from in-game clues (no moon-logic) with gating that prevents soft-locks - inventory item-combination and multi-step lock chains - satisfying 'aha' design **Common mistakes:** - Unsolvable or arbitrary puzzles (pixel-hunt, no clue) - soft-locks - single trivial lock labeled 'escape room.' **Format/standard:** Self-contained HTML point-and-click escape room with inventory, hotspot interaction, and gated puzzle logic. --- ## Game From a Prompt (https://aigamemaker.pro/game-from-prompt) **Category:** Playable Games **Headline:** AI Game From a Prompt **Summary:** Get a playable game from your idea, just enter one-sentence game idea. **You get:** A ready-to-use a playable game from your idea **Short answer:** Game From a Prompt: provide one-sentence game idea and get a complete a playable game from your idea in minutes, including genre recommendation, core loop, mechanics. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - One-sentence game idea **Must include:** - Interpret the one-line idea into a clear, runnable game with core loop, win/lose states, controls, and restart - appropriate genre mechanics inferred from the prompt - cohesive theme/art applied - difficulty/feedback tuning - instructions screen - self-contained code that actually plays **Signals of expertise:** - Sensible genre/mechanic inference from a sparse prompt, a tight core loop, juice/feedback (screen shake, sfx) where it helps, clean separation of state and rendering **Common mistakes:** - Non-running code - misreading the idea - no win/lose or restart - missing controls - over-scoping into an unfinished mess **Format/standard:** Self-contained playable build (HTML/JS canvas) with documented controls; faithful to the prompt's concept. --- ## Game Remix / Clone Maker (https://aigamemaker.pro/game-remix) **Category:** Playable Games **Headline:** AI Game Remix / Clone Maker **Summary:** Get a playable remixed game, just enter classic to base on, your theme, your twist. **You get:** A ready-to-use a playable remixed game **Short answer:** Game Remix / Clone Maker: provide classic to base on, your theme, your twist and get a complete a playable remixed game in minutes, including faithful core mechanic, your theme/art, one original twist. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Classic to base on - your theme - your twist **Must include:** - Faithful core mechanic of the chosen classic (Tetris/Snake/Flappy/Breakout/Pong etc.) - the user's theme reskin - at least one original twist on the mechanic - controls and HUD - win/lose, scoring, restart - preserved 'feel' of the original - localStorage high score **Signals of expertise:** - Reproduces the defining rules accurately (e.g., Tetris rotation/line-clear, Snake grid+growth) then layers a genuine twist - respects the original's difficulty curve and feel **Common mistakes:** - Breaking the core mechanic that defines the classic - reskin only, no twist - off-feel timing/controls **Format/standard:** Self-contained HTML/Canvas remix with the classic's authentic mechanic plus a documented twist; arcade game-loop conventions. --- ## Idle / Clicker Game Maker (https://aigamemaker.pro/clicker-game) **Category:** Playable Games **Headline:** AI Idle / Clicker Game Maker **Summary:** Get a playable clicker game, just enter theme, currency, upgrade ideas. **You get:** A ready-to-use a playable clicker game **Short answer:** Idle / Clicker Game Maker: provide theme, currency, upgrade ideas and get a complete a playable clicker game in minutes, including click loop, upgrade tree, idle income. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - currency - upgrade ideas **Must include:** - Working, runnable build with a clickable main action, currency counter, purchasable upgrades/generators with escalating costs and passive income (idle accrual), prestige/reset mechanic, number formatting (K/M/B), save/persistence (localStorage), and themed currency/upgrades - satisfying feedback (animations/sounds optional) **Signals of expertise:** - Exponential cost-scaling balance, offline/idle income calculation, prestige multiplier loop, big-number formatting and tick-based passive generation **Common mistakes:** - No idle/passive income (just clicking) - linear costs that break progression - no save - numbers overflowing - ignoring theme **Format/standard:** Self-contained playable clicker (HTML/JS) with upgrade tree, idle generation, prestige, and persistence. --- ## Match-3 Puzzle Maker (https://aigamemaker.pro/match-3-game) **Category:** Playable Games **Headline:** AI Match-3 Puzzle Maker **Summary:** Get a playable match-3 game, just enter theme, tile art, special pieces. **You get:** A ready-to-use a playable match-3 game **Short answer:** Match-3 Puzzle Maker: provide theme, tile art, special pieces, goals and get a complete a playable match-3 game in minutes, including grid mechanics, match detection, special tiles. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - tile art - special pieces - goals **Must include:** - Grid board with tile types and swap mechanic (adjacent swap, revert if no match) - match-3+ detection (rows/cols), clear/cascade/refill gravity - scoring and move/turn or timer - special pieces (line/bomb/color-clear from 4/5 matches) - level goals (score target, clear blockers) - themed tile art - win/lose and restart **Signals of expertise:** - Implements cascade/combo chaining and special-piece generation rules (match-4 → line, match-5 → color bomb) like Bejeweled/Candy Crush - prevents pre-solved boards and ensures at least one valid move (shuffle if none) **Common mistakes:** - No cascade/refill or no special pieces - boards with no possible moves - swap that doesn't revert on non-match **Format/standard:** Self-contained HTML/Canvas match-3 with grid model, match-detection algorithm, gravity/refill, and combo scoring. --- ## Maze Game Maker (https://aigamemaker.pro/maze-game) **Category:** Playable Games **Headline:** AI Maze Game Maker **Summary:** Get a playable maze game, just enter theme, hazards, goal. **You get:** A ready-to-use a playable maze game **Short answer:** Maze Game Maker: provide theme, hazards, goal, art style and get a complete a playable maze game in minutes, including maze generation/levels, player movement, collectibles/hazards. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - hazards - goal - art style **Must include:** - Generated or designed maze with guaranteed solvable path - player movement and goal/exit - hazards/enemies or collectibles per theme - win/lose and timer or move count - collision with walls - level progression or regeneration - themed art and HUD - restart **Signals of expertise:** - Uses a real maze-generation algorithm (recursive backtracker, Prim's) ensuring solvability - grid-based movement with wall collision - optional fog/line-of-sight for difficulty **Common mistakes:** - Unsolvable or trivial maze - player clips through walls - no goal/win condition **Format/standard:** Self-contained HTML/Canvas maze game with procedural generation algorithm, grid movement, and collision. --- ## Multiplayer .io Game Maker (https://aigamemaker.pro/io-game) **Category:** Playable Games **Headline:** AI Multiplayer .io Game Maker **Summary:** Get a playable .io game, just enter core mechanic, theme, win condition. **You get:** A ready-to-use a playable .io game **Short answer:** Multiplayer .io Game Maker: provide core mechanic, theme, win condition and get a complete a playable .io game in minutes, including real-time movement, grow/compete loop, leaderboard. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Core mechanic - theme - win condition **Must include:** - Real-time arena with player entity that grows/levels via core mechanic (eat/absorb/collect) - bot opponents simulating multiplayer - minimap/leaderboard - collision-based grow-or-die rules - respawn and score - controls (mouse/touch follow) - camera that scales with size - themed skins **Signals of expertise:** - Recreates agar.io/slither.io growth and size-based interaction - client-side bots with simple AI to fake MP - viewport/zoom scaling with player mass - leaderboard ranking **Common mistakes:** - Claiming real multiplayer without networking (be honest: bots) - no leaderboard/respawn - static camera that breaks at scale **Format/standard:** Self-contained HTML/Canvas .io-style game with bot AI, growth mechanic, leaderboard, and scaling camera. --- ## My First Game (Beginner Builder) (https://aigamemaker.pro/first-game) **Category:** Playable Games **Headline:** AI My First Game (Beginner Builder) **Summary:** Get a playable beginner game + how it works, just enter your idea (any), how you want it to feel. **You get:** A ready-to-use a playable beginner game + how it works **Short answer:** My First Game (Beginner Builder): provide your idea (any), how you want it to feel and get a complete a playable beginner game + how it works in minutes, including scoped-down concept, one core mechanic, simple art. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Your idea (any) - how you want it to feel **Must include:** - A simple, finished playable game built from the user's idea - plus a plain-language 'how it works' walkthrough of the code/logic - clearly commented, readable code - one core mechanic done well - controls/instructions on screen - win/lose and restart - encouragement to tweak (which values to change) **Signals of expertise:** - Explains the game loop, variables, and event handling in beginner terms - keeps scope intentionally small and clean - points to specific tweakable parameters (speed, colors, score) **Common mistakes:** - Over-scoping into a complex game - unexplained or messy code - no instructions or 'try changing this' guidance **Format/standard:** Self-contained, heavily-commented HTML/JS game + beginner explainer; teaching-oriented code style. --- ## Physics Sandbox Maker (https://aigamemaker.pro/physics-game) **Category:** Playable Games **Headline:** AI Physics Sandbox Maker **Summary:** Get a playable physics game, just enter core mechanic, theme, goal. **You get:** A ready-to-use a playable physics game **Short answer:** Physics Sandbox Maker: provide core mechanic, theme, goal and get a complete a playable physics game in minutes, including physics interactions, levels/goals, scoring. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Core mechanic - theme - goal **Must include:** - Physics engine (gravity, velocity, restitution, friction) for bodies - spawn/manipulate objects - core goal mechanic (stack, knock, launch, balance) - collision response and constraints - level or sandbox mode with reset - HUD/score or objective - themed objects - mouse/touch interaction **Signals of expertise:** - Implements or uses a real 2D physics solver (Matter.js or hand-rolled Verlet/impulse) with stable integration - tuned restitution/friction - constraints/joints where relevant **Common mistakes:** - Jittery/exploding physics from bad integration or timestep - no goal in 'sandbox' (just objects) - objects passing through each other **Format/standard:** Self-contained HTML/Canvas physics game using Matter.js or custom Verlet/impulse solver with fixed timestep. --- ## Platformer Game Maker (https://aigamemaker.pro/platformer-game) **Category:** Playable Games **Headline:** AI Platformer Game Maker **Summary:** Get a playable platformer game, just enter theme/idea, art style, difficulty. **You get:** A ready-to-use a playable platformer game **Short answer:** Platformer Game Maker: provide theme/idea, art style, difficulty, main character and get a complete a playable platformer game in minutes, including core jump-and-run loop, level layout, obstacles/enemies. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme/idea - art style - difficulty - main character **Must include:** - Working, runnable code (single HTML5 canvas/JS file or named engine) with player movement, gravity/jump physics, collision detection, platforms, win/lose states, and a restart - coherent theme/art-style applied to sprites and palette - difficulty tuned via gaps/enemy placement - main-character abilities matching the brief - instructions/controls screen **Signals of expertise:** - Tunable physics constants (gravity, jump velocity, coyote-time/jump-buffer), delta-time movement, tile/level data separated from logic **Common mistakes:** - Non-running or stubbed code - no collision handling - floaty/unbeatable physics - ignoring the requested theme/character **Format/standard:** Self-contained playable build (HTML/JS canvas) with controls documented; clean game loop. --- ## Racing Game Maker (https://aigamemaker.pro/racing-game) **Category:** Playable Games **Headline:** AI Racing Game Maker **Summary:** Get a playable racing game, just enter theme, vehicle, track style. **You get:** A ready-to-use a playable racing game **Short answer:** Racing Game Maker: provide theme, vehicle, track style, perspective and get a complete a playable racing game in minutes, including driving physics, track design, opponents/AI. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - vehicle - track style - perspective **Must include:** - Vehicle control (accelerate/brake/steer) with handling feel - track with boundaries/collision and lap or finish system - AI opponents or time-trial - speed/lap/position HUD - chosen perspective (top-down or pseudo-3D) - checkpoints and lap counting - win/lose and restart - themed vehicle/track art **Signals of expertise:** - Implements acceleration/friction/drift physics (not instant max speed) and off-track penalty - checkpoint-based lap validation to prevent shortcutting - rubber-banding or pacing for AI **Common mistakes:** - Instant top-speed with no physics feel - no lap/checkpoint validation (cut corners) - no opponents or timer **Format/standard:** Self-contained HTML/Canvas racer with physics-based vehicle movement, track collision, and lap/checkpoint logic. --- ## Rhythm Game Maker (https://aigamemaker.pro/rhythm-game) **Category:** Playable Games **Headline:** AI Rhythm Game Maker **Summary:** Get a playable rhythm game, just enter music style, theme, difficulty. **You get:** A ready-to-use a playable rhythm game **Short answer:** Rhythm Game Maker: provide music style, theme, difficulty and get a complete a playable rhythm game in minutes, including beat-mapping, input timing, scoring/combos. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Music style - theme - difficulty **Must include:** - Timed note-input synced to a beat/track - scrolling lanes or hit-zone targets - timing windows (perfect/good/miss) and combo/score - difficulty selectable - visual+audio feedback - song/chart data - accuracy% and results screen - calibration/offset awareness **Signals of expertise:** - Implements audio-clock-based timing (not frame-counting) with hit windows in ms and an offset/calibration - combo multiplier and accuracy grading - chart authored to the beat **Common mistakes:** - Notes desynced from audio (frame-based timing drift) - no timing windows/feedback - no difficulty or scoring **Format/standard:** Self-contained HTML/Web Audio rhythm game with audio-clock timing, note charting, and scoring/accuracy grades. --- ## RPG Maker (https://aigamemaker.pro/rpg-game) **Category:** Playable Games **Headline:** AI RPG Maker **Summary:** Get a playable RPG, just enter world, hero, enemies. **You get:** A ready-to-use a playable RPG **Short answer:** RPG Maker: provide world, hero, enemies, quest idea and get a complete a playable RPG in minutes, including world map, character stats, turn-based or action combat. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - World - hero - enemies - quest idea **Must include:** - Tile/overworld map and movement - turn-based or action combat with stats (HP/MP/ATK/DEF), leveling/XP - party/hero with abilities and inventory/equipment - NPC dialogue and at least one quest with objective/reward - enemy encounters and a boss - save state - win/lose and themed world **Signals of expertise:** - Implements a damage formula and stat-scaling/leveling curve - quest-flag/state machine for progression - classic JRPG conventions (random or visible encounters, menu-driven combat) done coherently **Common mistakes:** - Combat with no stats/strategy - quest that can't be completed (broken flags) - no leveling or progression **Format/standard:** Self-contained HTML/Canvas RPG with map, turn-based combat system, inventory, and quest/dialogue engine. --- ## Text Adventure Maker (https://aigamemaker.pro/text-adventure-game) **Category:** Playable Games **Headline:** AI Text Adventure Maker **Summary:** Get a playable text adventure, just enter story premise, setting, tone. **You get:** A ready-to-use a playable text adventure **Short answer:** Text Adventure Maker: provide story premise, setting, tone, key choices and get a complete a playable text adventure in minutes, including branching narrative, choices/consequences, inventory or stats. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Story premise - setting - tone - key choices **Must include:** - Branching narrative with meaningful choices and consequences - parser or choice-button interface - state/inventory and flag tracking - multiple paths/endings - room/scene descriptions with consistent tone and setting - save/restart - clear command help or choice prompts - replayability via divergent branches **Signals of expertise:** - Uses a node/passage graph (Twine/ink-style) with conditional logic and variables - writes second-person present-tense prose with sensory detail - choices alter later state, not cosmetic **Common mistakes:** - Illusory choices that all converge - dead ends with no restart - flat description and missing state tracking **Format/standard:** Self-contained HTML interactive fiction (choice or parser) with a passage/state engine; ink/Twine-style branching conventions. --- ## Top-Down Shooter Maker (https://aigamemaker.pro/shooter-game) **Category:** Playable Games **Headline:** AI Top-Down Shooter Maker **Summary:** Get a playable top-down shooter, just enter theme, enemy types, weapons. **You get:** A ready-to-use a playable top-down shooter **Short answer:** Top-Down Shooter Maker: provide theme, enemy types, weapons, setting and get a complete a playable top-down shooter in minutes, including movement + aiming, enemy waves, weapons/power-ups. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - enemy types - weapons - setting **Must include:** - Top-down player movement (WASD) + mouse-aim shooting - enemy types with distinct behaviors (chaser, shooter, swarm) and spawn waves - projectile + collision system - health/lives and HUD (score, ammo/HP, wave) - themed sprites and particle/feedback on hits - pickups/weapons - win/lose and restart states **Signals of expertise:** - Vector-based aim/movement and bullet management with pooling - enemy AI variety and wave pacing - screen-shake/hit-feedback 'juice' - collision via distance/AABB done efficiently **Common mistakes:** - Single enemy behavior - bullets/enemies never cleaned up (perf leak) - no restart or difficulty progression **Format/standard:** Self-contained HTML/Canvas top-down shooter with game-loop, entity system, and state management. --- ## Tower Defense Maker (https://aigamemaker.pro/tower-defense-game) **Category:** Playable Games **Headline:** AI Tower Defense Maker **Summary:** Get a playable tower defense game, just enter theme, tower types, enemy types. **You get:** A ready-to-use a playable tower defense game **Short answer:** Tower Defense Maker: provide theme, tower types, enemy types, map style and get a complete a playable tower defense game in minutes, including map path, tower placement/upgrades, enemy waves. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Theme - tower types - enemy types - map style **Must include:** - Working, runnable build with path-following enemies (waypoints), placeable/upgradable towers with range/damage/fire-rate, wave spawner with escalating difficulty, economy (gold/income from kills), tower targeting logic, lives/lose and win states, restart - themed towers/enemies/map per brief - UI for currency, wave, and tower selection **Signals of expertise:** - Distinct tower roles (DPS/AoE/slow), wave-scaling curve and economy balance, pathfinding/waypoints separated from render, targeting modes (first/last/strongest) **Common mistakes:** - Non-running/stubbed code - one undifferentiated tower - broken pathing - no economy or wave scaling - ignoring theme **Format/standard:** Self-contained playable build (HTML/JS canvas) with documented controls and balanced waves. --- ## Trivia / Quiz Game Maker (https://aigamemaker.pro/quiz-game) **Category:** Playable Games **Headline:** AI Trivia / Quiz Game Maker **Summary:** Get a playable quiz game, just enter topic, question style, scoring. **You get:** A ready-to-use a playable quiz game **Short answer:** Trivia / Quiz Game Maker: provide topic, question style, scoring, vibe and get a complete a playable quiz game in minutes, including question bank structure, scoring, timer. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Topic - question style - scoring - vibe **Must include:** - Playable game logic (questions, answer options, correct-answer key), scoring system and feedback, difficulty progression or topic mix, question count and timing, win/lose or score-summary screen, replay option, and on-theme tone/styling - for an HTML widget, working interactivity **Signals of expertise:** - Writes unambiguous questions with one defensible correct answer and plausible distractors - balances difficulty - gives immediate correct/incorrect feedback and a final score **Common mistakes:** - Ambiguous questions or multiple correct answers - no scoring/feedback - trivia that's factually wrong **Format/standard:** Interactive quiz: question bank with answer key, scoring, feedback, and result screen. --- ## Tycoon / Management Sim Maker (https://aigamemaker.pro/tycoon-game) **Category:** Playable Games **Headline:** AI Tycoon / Management Sim Maker **Summary:** Get a playable tycoon game, just enter business theme, resources, goals. **You get:** A ready-to-use a playable tycoon game **Short answer:** Tycoon / Management Sim Maker: provide business theme, resources, goals and get a complete a playable tycoon game in minutes, including economy loop, build/upgrade system, resource management. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Business theme - resources - goals **Must include:** - Resource/economy loop (income, expenses, capital) - buildable/upgradable units generating revenue over time - UI dashboards (cash, rates, inventory) - pricing/management decisions with trade-offs - tick-based progression and idle/active balance - goals/milestones and fail state (bankruptcy) - save and themed assets **Signals of expertise:** - Balanced economic curve (costs scale, ROI-paced upgrades) avoiding instant-win or grind walls - uses delta-time tick loop for income - meaningful trade-off decisions (price vs. demand) **Common mistakes:** - Broken economy (infinite money or impossible to progress) - no fail state or goals - clicking with no strategic depth **Format/standard:** Self-contained HTML/JS management sim with resource model, tick loop, upgrade tree, and economy balancing. --- ## Visual Novel Maker (https://aigamemaker.pro/visual-novel-game) **Category:** Playable Games **Headline:** AI Visual Novel Maker **Summary:** Get a playable visual novel, just enter story, characters, setting. **You get:** A ready-to-use a playable visual novel **Short answer:** Visual Novel Maker: provide story, characters, setting, choices and get a complete a playable visual novel in minutes, including scene/dialogue system, character routes, choices. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Story - characters - setting - choices **Must include:** - Character sprites/portraits with expressions - dialogue system with name boxes and text reveal - branching choices affecting story/relationship variables - backgrounds and scene transitions - save/load - multiple routes/endings - music/sfx hooks - consistent tone and character voice **Signals of expertise:** - Uses a script/scene format (Ren'Py-like) with variables, flags, and route branching - typewriter text reveal and click-to-advance - affection/flag-gated endings **Common mistakes:** - Choices with no narrative consequence - no save or branching - walls of text with no pacing or portraits **Format/standard:** Self-contained HTML visual novel with dialogue/scene engine, branching logic, and save state; Ren'Py-style conventions. --- ## Word Game Maker (https://aigamemaker.pro/word-game) **Category:** Playable Games **Headline:** AI Word Game Maker **Summary:** Get a playable word game, just enter word theme, mechanic, difficulty. **You get:** A ready-to-use a playable word game **Short answer:** Word Game Maker: provide word theme, mechanic, difficulty and get a complete a playable word game in minutes, including word list/logic, guess mechanic, hints. Free AI workflow, no signup required to preview. **Inputs the tool asks for:** - Word theme - mechanic - difficulty **Must include:** - Word/dictionary mechanic (guess, build, find, anagram) with a validated word list - input and validation feedback - scoring/timer/turns - difficulty by length/category - theme-relevant word set - win/lose and restart - hint system - keyboard + on-screen input **Signals of expertise:** - Uses a real dictionary/word-list validation and Wordle-style feedback coloring or Scrabble-style scoring - prevents invalid words - difficulty tiers by frequency/length **Common mistakes:** - No dictionary validation (accepts gibberish) - unfair/obscure words with no hints - no scoring or feedback **Format/standard:** Self-contained HTML word game with word-list validation, feedback system, and scoring/difficulty tiers. --- ## Blog ### The GDD that actually gets built (https://aigamemaker.pro/blog/the-gdd-that-actually-gets-built) - Most 40-page GDDs get abandoned by month two. Here's the shape that survives contact with a real production. ### The verb is the mechanic (https://aigamemaker.pro/blog/the-verb-is-the-mechanic) - If you can't name your mechanic in three words, the mechanic isn't there yet. Here's how to find the verb. ### Playtests that end in a decision, not a mood (https://aigamemaker.pro/blog/playtests-that-give-you-a-decision) - A playtest that ends with 'it was pretty good' is a playtest that cost you a day. Here's the shape that ends in ship / iterate / cut. ### The monetization page that kills bad ideas (https://aigamemaker.pro/blog/the-monetization-page-that-kills-bad-ideas) - "Maximize revenue" isn't a plan. Here's the page that lets live-ops hold the line when the quarter gets tight. ### Teach, twist, test, reward (https://aigamemaker.pro/blog/level-design-teach-twist-test-reward) - A level without beats is a corridor with monsters in it. Here's the four-beat shape most shipping levels reduce to.