CG CrazyGamesUpplay · build · explore
Explore
CrazyGamesUp

Tilemap Generator

Paint browser-based tilemaps with terrain brushes, fill tools, procedural noise, and portable exports.

Frequently Asked Questions

What does each tile store?

Every cell stores a numeric tile ID from 0 through 7. The palette maps those IDs to editable colors and labels for terrain or gameplay categories.

Can I change the map size after drawing?

Yes. Resizing preserves cells that still fit inside the new dimensions and initializes newly added cells with the selected empty tile.

Which export should I use in a game engine?

JSON is best when you want map dimensions and tile metadata, CSV is convenient for a simple integer grid, and PNG is useful as a visual reference or mask.

How does the randomize control work?

It fills the current grid using your selected tile plus neighboring palette entries, creating a quick starting layout that you can refine with the brush and fill tools.

Can I draw by dragging?

Yes. Pointer input is captured while you drag across the canvas, allowing continuous painting on desktop and touch devices.