Make a Tiny Pixel Game in Your Browser in 5 Minutes with Bitsy

Grandma-test difficulty: 0/5 — Try-it time: under 5 minutes — Worth your time: 5/5 Do Not Miss

Open make.bitsy.org, draw a character, place a tree, write one line of dialog, and hit Play. In under five minutes you will have a real, shareable game. No download, no install, no coding. Just you, a tiny world, and a story that fits in a single screen.

Why this matters right now

Every year millions of people wonder if they could ever make a game. Bitsy erases that barrier. Created by Adam Le Doux in 2016 and now maintained on Codeberg [S2], this MIT-licensed tool has quietly become a creative haven for writers, artists, and hobbyists who just want to tell a story in a pixel world. The community runs regular game jams under #bitsyjam [S4], and thousands of tiny games have been published [S3].

What you need

  • A web browser — Chrome, Firefox, Edge, or Safari
  • Five minutes of curiosity
  • A story idea (even just one sentence)

That’s it. Bitsy works on Windows, Mac, Linux, tablets, and phones.

Step 1 — Open the editor

Go to make.bitsy.org [S1]. The editor loads instantly. On the left you’ll see a grid canvas (8 by 8 pixel tiles), a color palette at the bottom, and a toolbar on the right for switching between drawing the avatar, tiles, sprites, items, rooms, and dialog.

Step 2 — Draw your character

Click the paint tool in the right sidebar. You’ll see a default avatar — a tiny figure in blue. Click any pixel to toggle it on or off. Spend thirty seconds giving your character a hat, a sword, or bunny ears. Don’t overthink it; the charm of Bitsy games is their adorable simplicity.

Step 3 — Build a tiny room

  1. Click the room tab.
  2. Select a tile from the paint area (a grass block or a wall).
  3. Click and drag to paint the edges of the screen with your chosen tile.
  4. Now switch to the sprite tool and drop a few objects — a tree here, a rock there — to make the world feel alive.

Your room should look like a miniature diorama, roughly the size of a tweet.

Step 4 — Write your story

Click the dialog tab (it looks like a speech bubble). Type a single line of dialog — for example: The old sign reads: Beware the pixel beyond Click on your avatar in the room, then find the event trigger labeled on start and attach your dialog to it so it appears when the player enters the room. You just wrote the opening scene of your game.

Step 5 — Play it

Hit the play button (the triangle icon at the top of the editor). Your browser switches to Play mode. Use the arrow keys to walk your character around the room. When they step on the trigger tile, your dialog pops up. Congratulations — you just made and played a game.

Turn it into a game

Now give it a twist. Add a tile that the player must reach — paint a golden square in the corner. Switch to the on player touch event for that tile and write: You found the golden pixel. You win! Hit Play again and race to collect it. That’s a complete game: goal, reward, and ending in under two minutes.

Share it with someone

When you’re happy, copy the game data from the save data button (it’s a big block of text encoded as a URL-safe string). Paste it into a note. Or, if you want to publish it as a real web page, export the HTML and upload it anywhere — GitHub Pages, itch.io, or even email it to a friend. Someone you send it to can open it in their browser and play instantly.

Optional expert rabbit hole

For players who want more, Bitsy supports:

  • Multiple rooms — create a world by linking rooms with exit tiles
  • Inventory items — give the player objects to collect and use
  • Custom colors — each game ships with a 16-color palette that you can remix
  • Character movement — set how fast the player walks, whether they can jump, and more
  • Bitsy Script — a tiny scripting language for more complex interactions (still beginner-friendly, no JavaScript needed)

The documentation site at bitsy.org/editor/docs/ walks through every feature [S3], but none of it is required for your first game.

One thing to know

Bitsy games are tiny by design — that’s the charm, not a limitation. You’re making something the size of a short story, not an open-world RPG. If you need 3D graphics, online multiplayer, or physics, this isn’t it. But if you want to tell a story, explore a feeling, or just make something cute in an hour, Bitsy is unmatched.

The bottom line

Bitsy is a 5/5 — Do Not Miss. It’s free, it’s browser-based, it takes minutes to start making real games, and the community is encouraging and active. Whether you’re a writer who dreams of interactive fiction, an artist who wants to animate a character, or just someone who’s ever wondered what it would feel like to ship a game, open make.bitsy.org and try it. Your first game is already waiting to be drawn.

This article was researched and written following the B.Y.E. editorial standard. Sources: [S1] make.bitsy.org, [S2] github.com/le-doux/bitsy, [S3] bitsy.org/editor/docs, [S4] ledoux.itch.io/bitsy.

Sources

  1. [S1] Bitsy – Make Tiny Games — Adam Le Doux / make.bitsy.org (2018-12-25)
  2. [S2] le-doux/bitsy: a little engine for little games, worlds, and stories — GitHub (archived, moved to Codeberg) (2016-03-11)
  3. [S3] Bitsy Docs – About Bitsy — Bitsy Documentation (Docusaurus) (2022-06-01)
  4. [S4] bitsy by adam le doux – Free narrative game engine on itch.io — itch.io (2024-01-01)