How To
72 posts on Sorceress about how to.
Py How to Make a Game in Python (Pygame Path 2026)
How to make a game in Python in 2026 with Pygame 2.6.1: one window, a Clock, sprites and collision, plus AI sprites, music, and SFX from Sorceress. First arcade playable ships under three dollars in credits.
Unity How to Make a Game in Unity (Jam Path 2026)
How to make a game in Unity in 2026: Unity 6.3 LTS, one scene, a Rigidbody2D player, C# movement and score scripts, plus AI sprites, music, and SFX from Sorceress. First jam playable ships under three dollars in credits.
Board How to Make a Board Game (Browser Tabletop 2026)
How to make a board game in 2026: design the board grid, piece set, and win conditions, wire turns, dice or deck draws, and state save in WizardGenie, then add AI tiles, SFX, and music for a browser tabletop under three dollars.
Wrap How to Make an HTML5 Game (Browser Loop 2026)
How to make an HTML5 game in 2026: scaffold a canvas host page and web manifest, wire the rAF update-draw loop in WizardGenie, add AI sprites plus music and SFX, then zip-and-ship for itch.io under two dollars.
Sum How to Make a Math Game (Browser Quiz Loop 2026)
How to make a math game in 2026: build a procedural problem generator, wire the streak quiz loop in WizardGenie, add mascot art and audio, and ship a browser build under three dollars.
Node How to Make a 2D Game in Godot (Scene Path 2026)
How to make a 2d game in godot 4.7 in 2026: author a Node2D scene tree, drop in a CharacterBody2D player, wire _physics_process with move_and_slide, and pack an AI sprite atlas, music loop, and SFX kit from Sorceress. First playable ships under $2 in credits.
Serve How to Make a Browser Game (Phaser Path 2026)
How to make a browser game in 2026: a static HTML host page, a Phaser 4 or vanilla canvas game loop, an AI asset pack for sprites, music, and SFX, and a free static host. Ships in a browser tab under $2 with WizardGenie and the Sorceress tools.
Type How to Make a Text Based Game (Choice Loop 2026)
How to make a text based game in 2026: a scene graph of rooms and choices, a tiny parser or choice UI, an inventory record, and an AI audio pack for narration, music, and SFX. Ships in a browser tab under $2 with WizardGenie and the Sorceress tools.
Code How to Make a Game in JavaScript (Browser Loop 2026)
How to make a game in javascript in 2026: an HTML canvas, a requestAnimationFrame update-and-draw loop with a delta-time accumulator, four DOM input listeners, and an AI asset pack for sprites, music, and SFX. Ships in a browser tab under $3 with WizardGenie and the Sorceress tools.
Sim How to Make a Simulation Game (Browser Sandbox 2026)
How to make a simulation game in 2026: a discrete-time tick loop that advances agents, resources, and a world grid one step at a time, plus a player-input layer that nudges the sim. Ships in a browser tab under $5 with WizardGenie and the Sorceress tools.
Heart How to Make a Dating Sim (Browser Route Loop 2026)
How to make a dating sim in 2026: three to five love interests, one hidden affection integer each, two thresholds per character for the good and neutral endings, a scene graph where every choice mutates affection, four-expression portrait sets, and Speech Gen VO on the confession scene.
Court How to Make a Fighting Game (Browser Combo Loop 2026)
How to make a fighting game in 2026: model each character as an idle-walk-jump-attack-block-hitstun state machine, attach one hitbox and one hurtbox per active frame, publish a frame data table with startup active recovery counts, buffer inputs so combos land, and ship a browser build in a weekend.
Sweep How to Make Minesweeper (Browser Flag Grid 2026)
How to make Minesweeper in 2026: render a grid of clickable cells, seed mines after the first click so the opener is safe, flood-fill reveal on zero-count neighbors, right-click to flag, and layer click plus boom SFX in a browser build a beginner can ship in a weekend.
Quiz How to Make a Trivia Game (Browser Question Loop 2026)
How to make a trivia game in 2026: shape a JSON question bank with categories and difficulties, wire the draw-show-score-advance loop and a per-question timer in WizardGenie, generate category icons in AI Image Gen, add correct and wrong stingers from SFX Gen plus a low-tempo Music Gen bed, and ship a browser build in a weekend for under three dollars.
Escape How to Make an Escape Room Game (Browser Puzzle 2026)
How to make an escape room game in 2026: design a 3+1+1 clue chain, generate a painted room and inventory icons with AI Image Gen, wire click-hotspots and drag-combine in WizardGenie, add SFX Gen stingers and a Music Gen bed, and ship a full browser build in a weekend for under five dollars.
Pen How to Make a Visual Novel (Browser Scene Loop 2026)
How to make a visual novel in 2026: script the branching scene graph, generate expressive character sprites and painted backgrounds, add voice acting from Speech Gen and adaptive BGM from Music Gen, and ship a browser build a beginner can finish in a weekend.
Blast How to Make Asteroids (Browser Vector Loop 2026)
How to make Asteroids in 2026: render the ship as a vector triangle on HTML5 Canvas, wire rotate-thrust-drag physics with screen-wrap edges, spawn rocks that break into smaller rocks, and layer thrust rumble plus laser SFX in a browser build a beginner can ship in a weekend.
Recall How to Make a Memory Game (Browser Match Grid 2026)
How to make a memory game in 2026 as a browser match-grid: shuffle a paired deck into a 4x4 layout, wire the reveal-compare-match logic from Concentration in WizardGenie, and drop in AI Image Gen card art plus SFX Gen flip and match sounds for a weekend build.
Volley How to Make Pong (Browser Two Paddle 2026)
How to make Pong in 2026 as a browser two-paddle game: render the arena in plain Canvas, wire the eight-segment paddle reflect and speed-up-on-return physics from Allan Alcorn's 1972 Atari original, and drop in AI blip SFX and an 8-bit chase loop for a weekend clone.
Chomp How to Make Pac-Man (Browser Dot Muncher 2026)
How to make Pac-Man in 2026 as a browser dot muncher: draw the maze, generate the hero and four ghost sprites in Sorceress, and let WizardGenie wire grid movement, dot collection, power pellets, and the four distinct ghost personality AIs for a weekend build.
Mate How to Make a Chess Game (Browser AI Loop 2026)
How to make a chess game in 2026: use chess.js 1.4.0 for legal move generation and check detection, render an 8x8 CSS grid in React or Phaser 4, wire drag-and-drop, drop in a 40-line minimax AI opponent at depth 3, and finish with piece sprites from Sorceress AI Image Gen.
Rally How to Make a Racing Game (Browser Kart Loop 2026)
How to make a racing game in 2026: pick top-down kart or 3D driving, design the track and checkpoint order on paper, generate the kart sprite and track tiles in Sorceress, and let WizardGenie wire the accel-steer-drag physics, collision, and lap timer for a browser build.
Weave How to Make a Maze (Browser Generator Loop 2026)
How to make a maze in 2026: pick a generator algorithm (recursive backtracker, Prim's, Kruskal's, recursive division), model the grid and walls, wire player navigation, and finish with Sorceress wall textures and an ambient loop for a browser maze build.
Stack How to Make Tetris (Browser Falling Blocks 2026)
How to make Tetris in 2026: model the 10-by-20 grid, encode the seven tetromino rotation matrices with a wall-kick table, wire gravity plus line-clear scoring, ramp the drop speed per level, and finish with Sorceress block art and a Korobeiniki-style loop.
Tally How to Make a Clicker Game (Browser Score Loop 2026)
How to make a clicker game in 2026 that actually feels good: design an exponential number curve, wire a click-to-score handler feeding a per-tick auto-producer, add an upgrade shop that inflates prices 15 percent per purchase, save to localStorage, and finish with Sorceress art plus SFX for a browser incremental you can ship in one weekend.
Guess How to Make Wordle (Browser Guess Grid 2026)
How to make Wordle in 2026 without cloning the NYT app: load a 2315-word answer list plus 12972 allowed guesses, wire the 6x5 grid with two-pass green/yellow/grey feedback, rotate the daily answer by epoch seed, and finish with Sorceress tile art and key-click SFX for a sub-40-KB browser build.
Flap How to Make Flappy Bird (Browser Loop 2026)
How to make Flappy Bird in 2026 without cloning anyone IP: build the tap-to-jump physics loop with gravity plus impulse, spawn pipe pairs on a timer, wire scoring, and generate the bird sprite and chip-tune music in Sorceress ready for a browser deploy.
Aim How to Make a First Person Shooter Game (Browser 2026)
How to make a first person shooter game in 2026 honestly: design the shoot-move-collect loop on paper first, generate weapons, enemies, ambient tracks, and gunfire SFX in Sorceress, then let WizardGenie wire the Three.js pointer-lock camera, raycaster hitscan, and enemy AI in a browser tab.
Coil How to Make a Snake Game in Python (Turtle 2026)
How to make a snake game in Python honestly in 2026: 80 lines of the stdlib turtle library for the grid loop, a retro icon plus 8-bit SFX from Sorceress, and a WizardGenie browser port so the same game runs on the web.
Crawl How to Make a Roguelike (Run + Meta Loop 2026)
How to make a roguelike in 2026 honestly: design the run loop and meta layer on paper first, generate hero + enemy bestiary + dungeon tileset + chip music in Sorceress, then let WizardGenie wire the seeded procedural generator and localStorage meta save.
Brave How to Make a Survival Game (Hunger + Loot 2026)
How to make a survival game in 2026 honestly: design hunger, thirst, and stamina meters on paper, write the biome and enemy loot tables, generate hero, resource props, tilesets, and ambient music in Sorceress, then let WizardGenie wire the day-night decay and save loop.
Sprawl How to Make a Metroidvania (Map + Ability Gates)
How to make a metroidvania in 2026, honestly: draw the map and ability gate list on paper; generate the hero, enemies, biome tilesets, and looping music in the Sorceress stack; let WizardGenie wire the room graph, save rooms, and backtracking loop into a browser build.
Fortify How to Make a Tower Defense Game (Wave Loop 2026)
How to make a tower defense game in 2026, honestly: design path, waves, towers, and economy on paper; generate 4 towers, 6 creeps, one tileset, one BGM loop, and 6 SFX in the Sorceress stack; let WizardGenie code the spawn, follow, target, shoot, cash loop into a browser build.
Fork How to Make an RPG Maker Game (AI Asset Pack 2026)
How to make an RPG Maker game in 2026, honestly: keep RPG Maker MZ as the runtime, and generate the missing 48x48 sprites, tilesets, BGM, and SFX in Sorceress. Character walk cycles, dungeon tiles, town themes, and menu clicks, dropped straight into your project folder.
Emblem a Roblox Game Logo Maker (Browser AI 2026)
A Roblox game logo maker workflow that actually respects the 512×512 icon and 1920×1080 thumbnail specs. Brief the concept, generate typography-safe rounds in Sorceress AI Image Gen, finish in Canvas. Verified August 3, 2026.
How to Make a Platformer Game in Scratch (AI Exit)
Build a Scratch platformer with gravity, ground sensing, and jump scripts first. When Scratch limits publishing or feel precision, port the same contract into WizardGenie with sprites and SFX.
Choose a Vibe Coding Tool (Game Build Workflow)
Score vibe coding tools with a four-step game test: playable slice, single-variable fix, asset add, and reopen continuity. WizardGenie covers desktop and web with Sorceress art and audio hooks.
Lay an AI Tileset Generator (Floor Autotile Pack)
Build a floor autotile pack with an AI tileset generator workflow: label tiles first, generate seamless terrain in Seamless Tile Gen, detect and align in Tileset Forge, then patch only the failing edges before you paint a level.
Spawn a Character Generator AI (Game Roster)
Build a game cast with a character generator ai workflow: roster sheet first, AI Image Gen families next, then Quick Sprites and True Pixel only after silhouettes pass at play size.
Dash How to Make a Platformer (Browser AI Loop)
Build a browser platformer around jump feel first. WizardGenie scaffolds movement and collisions, Quick Sprites supplies readable frames, and a short playtest catches coyote-time and death-recovery bugs.
Convert Image to Pixel Art (Game Sprite Pipeline)
Lock target size and palette, convert a readable source in True Pixel, clean edges, inspect the grid, and export a sharp PNG sprite without resampling blur.
Use an AI Sprite Generator (Game-Ready Sheet)
Generate a directional sprite sheet in Quick Sprites, inspect every row and frame in Sprite Analyzer, clean pixel edges when needed, and export usable metadata.
Vault How to Make a Puzzle Game (Browser AI 2026)
Build a browser puzzle game around one readable rule. WizardGenie scaffolds the state loop, AI Image Gen creates the board pack, and a focused test pass catches dead ends.
Grid a GIF to Sprite Sheet (Frame Atlas Export 2026)
Decode an animated GIF into full PNG frames, preserve timing, pack the sequence in Auto-Sprite v2, and verify the resulting frame atlas in Slicer.
Cull a Dungeon Map Generator (Room Graph Pack 2026)
Ship a dungeon map generator room graph pack in 2026: AI Image Gen layouts, Tileset Forge grids, Canvas labels, WizardGenie + Phaser 4.2 wiring — connectivity first, not tabletop battle art. Verified July 17, 2026.
Nest an AI UI Generator (HUD Panel Pack 2026)
Ship an ai ui generator HUD panel pack in 2026: AI Image Gen chrome, Canvas nesting, WizardGenie + Phaser 4.2 HUD wiring — production panels, not layout mockups. Verified July 17, 2026.
Shuffle a Random Game Generator (Jam Pivot Pack 2026)
Build a random game generator jam pivot pack: WizardGenie locks axes and shuffles scored concepts, then scaffolds a Phaser 4.2 loop when your jam needs a clean turn — verified July 17, 2026.
Mint a Game Title Generator (Storefront Name Pack 2026)
Build a game title generator storefront pack: WizardGenie locks genre tone and scores shortlists, AI Image Gen stamps key-art companions for Steam and itch — verified July 16, 2026.
Roll an NPC Generator (Roster Bio Pack 2026)
Build an npc generator roster: WizardGenie fills bio fields, AI Image Gen stamps faces, Speech Gen cuts greetings for town casts — verified July 16, 2026.
Fill a DnD Character Sheet Generator (Tabletop Card 2026)
Build a dnd character sheet generator card: WizardGenie fills 5e scores and skills, AI Image Gen stamps the portrait, Speech Gen cuts the intro VO — verified July 16, 2026.
Pose an AI Portrait Generator (Game NPC Pack 2026)
Build an ai portrait generator NPC pack: AI Image Gen face cards, BG Remover cutouts, True Pixel dialogue icons, Phaser 4.2 wiring — verified July 16, 2026.
Stamp a Bitmap Font Generator (HUD Type Sheet 2026)
Build a bitmap font generator HUD sheet: AI Image Gen atlas, Canvas/True Pixel edge snap, Phaser 4.2 BitmapText load — verified July 16, 2026.
Score How to Make Music for a Video Game (AI Loop 2026)
How to make music for a video game without a DAW first — Music Gen Suno V5.5 loops at 10 credits, SFX Gen stingers, WizardGenie adaptive stems in Phaser 4.2. Verified July 14, 2026.
Haunt How to Make a Horror Game (Browser AI 2026)
How to make a horror game without a full studio first — WizardGenie Phaser 4.2 scare scaffold, SFX Gen dread beds, AI Image Gen foggy corridors. Verified July 14, 2026.
Branch an AI Text Adventure (Browser Quest Loop 2026)
AI text adventure workflow for indie browser quests — WizardGenie passage graphs, inventory flags, Speech Gen narration, Phaser 4.2 choice UI. Verified July 14, 2026.
Wire a Browser Game Engine (Phaser AI Loop 2026)
Browser game engine workflow for 2026 — Phaser 4.2 scaffolds, WizardGenie Planner+Executor loops, playable scene cards, and honest credit math. Verified July 13, 2026.
Spark a Game Idea Generator (Jam Prompt Pack 2026)
Game idea generator workflow for jam prompt packs — WizardGenie filter cards, ranked concepts, Phaser 4.2 scaffolds, AI Image Gen pitch art. Verified July 13, 2026.
Expand AI Outpainting (Game Background Bleed 2026)
AI outpainting workflow for indie game background bleed — AI Image Gen midground plates, Image Expander aspect expand, Canvas finish, Phaser 4.2. Verified July 12, 2026.
Tap How to Make a Mobile Game (Browser AI 2026)
How to make a mobile game without Xcode first — WizardGenie scaffolds Phaser 4.2 touch controls, Layout Preview checks phone frames, Quick Sprites fills HUD icons. Verified July 12, 2026.
Lead an AI Dungeon Master (Tabletop Session AI 2026)
AI dungeon master workflow for indie tabletop sessions — WizardGenie session cards, Speech Gen NPC voices, AI Image Gen boards, Phaser 4.2. Verified July 12, 2026.
Scout a Dnd Map Generator (Tabletop Floor Plans 2026)
DnD map generator workflow for indie tabletop floor plans — AI Image Gen top-downs, Tileset Forge grids, Canvas room labels, Phaser 4.2 wiring. Verified July 12, 2026.
Face an AI Avatar Generator (Game Portrait Pack 2026)
AI avatar generator workflow for indie game portrait packs - AI Image Gen faces, BG Remover cutouts, True Pixel HUD icons, Phaser 4.2 wiring. Verified July 12, 2026.
Slice a Sprite Sheet Slicer (Frame Grid Export 2026)
Cut AI grids into engine-ready cells with a sprite sheet slicer: Slicer Grid Slice, Sprite Analyzer atlas JSON, Canvas cleanup, Phaser 4.2.1 — verified July 11, 2026.
Narrate an AI Dungeon Story Generator (Branching Quest 2026)
AI dungeon story generator workflow for indie branching quests — WizardGenie quest graphs, choice nodes, AI Image Gen scenes, Speech Gen narration, Phaser 4.2. Verified July 11, 2026.
Sketch an OC Maker (Game Character Pack 2026)
OC maker workflow for indie game character packs - AI Image Gen portraits, BG Remover cutouts, True Pixel sprites, Phaser 4.2 wiring. Verified July 11, 2026.
Forge a Fantasy Name Generator (RPG NPC Roster 2026)
Fantasy name generator workflow for indie RPG NPC rosters - culture phonology in WizardGenie, JSON name tables, AI Image Gen portraits, Phaser 4.2 dialogue. Verified July 11, 2026.
Mock an AI Mockup Generator (Game UI Layout 2026)
AI mockup generator workflow for indie game HUDs — AI Image Gen chrome, Canvas safe-zone compositing, Layout Preview aspect tests, Phaser 4.2 HUD scene. Verified July 11, 2026.
Frame a Title Screen Generator (Boot Art 2026)
Title screen generator workflow for indie browser games — AI Image Gen hero art, Canvas logo compositing, Phaser 4.2 menu scene. Boot art without Photoshop. Verified July 10, 2026.
Gauge a Damage Number Generator (Combat Float Text 2026)
Damage number generator workflow for indie combat — Quick Sprites hit bursts, Canvas digit atlases, Phaser 4.2 float text. Floating damage text without Photoshop. Verified July 10, 2026.
Heft a Boss Health Bar Generator (Souls HUD 2026)
Boss health bar generator workflow for indie devs — AI Image Gen frames, Canvas layer compositing, Phaser 4.2 HP tweens. Dark Souls–style HUD art without Photoshop. Verified July 10, 2026.
Tick How to Make an Idle Game (Browser AI 2026)
How to make an idle game without leaving the browser — WizardGenie scaffolds the Phaser 4.2 economy loop, Quick Sprites fills upgrade icons, and save-state JSON handles prestige. Verified July 10, 2026.
Deal How to Make a Card Game (Browser AI 2026)
How to make a card game with AI in the browser in 2026. Design the rules, generate every card face with AI Image Gen's 12 models, wire the deck and turn logic with WizardGenie, add music and sound effects with Sorceress audio, and ship to your own hosting.