Browser Games
62 posts on Sorceress about browser games.
Deal How to Make Solitaire (Browser Klondike 2026)
How to make solitaire in 2026: model Klondike with seven tableau piles, wire drag-drop and undo in WizardGenie, add card backs plus shuffle and deal audio, and ship a browser build under three dollars.
Slide How to Make 2048 (Browser Merge Grid 2026)
How to make 2048 in 2026: model a 4×4 merge grid, wire swipe and spawn logic in WizardGenie, add slide and merge audio from SFX Gen, and ship a browser puzzle for under two dollars.
Sol How to Make Sudoku (Browser Grid Logic 2026)
How to make sudoku in 2026: generate a valid 9×9 puzzle with one solution, wire cell selection and pencil marks in WizardGenie, add grid chrome plus place and error audio, and ship a browser build under three dollars.
Edu How to Make an Educational Game (Browser Lesson 2026)
How to make an educational game in 2026: map learning objectives into a JSON lesson bank, wire the prompt-attempt-feedback loop in WizardGenie, add lesson art and Speech Gen narration, and ship a browser lesson game for under four dollars.
Top How to Make a Shooter Game (Browser Top-Down 2026)
How to make a shooter game in 2026: pick a top-down twin-stick arena rather than an FPS, scaffold player, bullets, and enemy spawn tables, wire collision, waves, and power-ups in WizardGenie, then add Quick Sprites, shots, and a combat bed.
Fish How to Make a Fishing Game (Browser Cast Loop 2026)
How to make a fishing game in 2026: pick a rarity table and bait economy, wire cast timing, bite RNG, and a reel tension bar in WizardGenie, add AI fish sprites plus splash and reel audio, and ship a browser build under three dollars.
Hang How to Make Hangman (Browser Letter Grid 2026)
How to make hangman in 2026: pick a categorized word bank, wire letter guesses and six lives in WizardGenie, add AI gallows stages plus correct/wrong audio, and ship a browser build under three dollars.
Multi How to Make a Multiplayer Game (Browser Lobby 2026)
How to make a multiplayer game in 2026: design a 2–4 player lobby with room codes, pick hot-seat, WebSocket, or peer-host sync, wire authority in WizardGenie, then add AI avatars and join audio. A first browser lobby ships in a weekend for about three dollars.
Bingo How to Make a Bingo Game (Browser Card Grid 2026)
How to make a bingo game in 2026: generate a 5×5 card with free center, wire caller and win-line detection in WizardGenie, add AI chrome plus caller audio, and ship a browser build under three dollars.
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.
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.
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.
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.
Ignite a GDevelop Tutorial (Browser AI Assets 2026)
How to follow a gdevelop tutorial in 2026 without the fluff: install GDevelop 5.6.277, wire a platformer event sheet in an hour, then drop AI sprites, tilesets, music, and SFX from Sorceress into your project for a full playable slice by the weekend.
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.
Grip How to Make a 2D Platformer Game in Unity (Jam Loop)
How to make a 2D platformer game in Unity for a jam scope: one level, one enemy, one exit. Unity 6.3 LTS benched against a browser AI loop with WizardGenie, Quick Sprites, and SFX Gen. Verified August 3, 2026.
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.
Bench Vibe Coding Apps (Game Loop Grade)
Bench vibe coding apps for weekend game builds: five pass/fail rows for slice, single-variable feel fix, asset add, reopen continuity, and planner/executor cost split. WizardGenie graded on the same bench. Verified August 3, 2026.
Grade Vibe Coding Platforms (Game Build Bench)
Bench vibe coding platforms for weekend game builds: five pass/fail rows for loop fidelity, WizardGenie dual-agent cost split, and AI Image Gen hooks that stay off the sacred constants. Verified July 29, 2026.
Leap How to Make a Platformer on Scratch (Exit Path)
Learn how to make a platformer on Scratch with gravity, ground, and jump scripts first. When Scratch stage limits slow the jam, port the feel card into WizardGenie and finish with Quick Sprites plus short SFX cues.
Weigh the Best AI Coding Model (Game Tasks 2026)
Weigh the best AI coding model for jam game tasks with a planner/executor scorecard in WizardGenie. Claude Opus 4.7, GPT-5.5, Gemini 3.1 Pro, and budget executors verified against CODING_MODELS on July 27, 2026.
Forge How to Make a Pixel Art Game (Browser Slice)
A practical path for how to make a pixel art game: one-screen rules, WizardGenie scaffold, True Pixel sheets, and a jam playtest. Phaser v4.2.1 and models verified July 26, 2026.
Guide AI for Game Development (Indie Stack)
A practical guide to ai for game development for indies: separate coding agents from art/audio tools, pick one playable slice, run the Sorceress loop, and keep frontier spend on planning. Verified July 26, 2026.
Rank Best Vibe Coding Tool (Game Agent Path)
Rank the best vibe coding tool for weekend game builds: loop fidelity vs chat demos, WizardGenie dual-agent cost split, and AI Image Gen hooks without scene rewrites. Verified July 26, 2026.
Pin Claude Vibe Coding (Game Agent Loop)
Pin Claude vibe coding as a game agent loop: scope one screen, pair Claude Opus 4.7 or GPT-5.5 as Planner with a cheap executor in WizardGenie, and feed playtest failures back without rewriting systems. Verified July 24, 2026.
Boot How to Make a 2D Game With Unity (Exit Path)
Boot how to make a 2D game with Unity as an exit path: when a desktop engine is overkill for a jam, WizardGenie scaffolds a browser vertical slice and AI Image Gen fills art—Unity stays an honest later export. Verified July 24, 2026.
Quest How to Make an RPG (Browser Slice)
Quest how to make an RPG as a browser slice: WizardGenie scaffolds one town, one combat, and one quest; AI Image Gen fills the cast; Music Gen scores a short loop. Verified July 24, 2026.
Fire an AI Sound Effects Generator (Game Pack)
Build a game SFX pack with an ai sound effects generator: write a feel card, render short cues in SFX Gen on Seed Audio 1.0, trim fades in SFX Editor, then wire sounds to state changes so playtests stay readable.
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.
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.
Turn a Prompt to Game AI Into a Playable Build
Turn a written game idea into one testable gameplay loop, build it in WizardGenie, verify win, loss, and restart, then add production assets safely.
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.
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.
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.
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.
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.
Depth How to Make a 3D Game (Browser AI 2026)
How to make a 3D game without leaving the browser — WizardGenie scaffolds Three.js r184, 3D Studio and Voxel Studio export GLB props, Auto-Rigging skins characters, Music Gen and SFX Gen cover audio. Verified July 5, 2026.
Host How to Make a Web Game (Browser AI 2026)
How to make a web game without leaving the browser — WizardGenie scaffolds Phaser 4.2, Quick Sprites and AI Image Gen fill sprites, Tileset Forge handles tiles, Music Gen and SFX Gen cover audio. Verified July 5, 2026.