chrisco512 / ascii-map-editor

πŸš€ Simple and colorful ASCII map editor useful especially for tile-based games.

Home Page:https://stmn.github.io/ascii-map-editor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASCII Map Editor

License: MIT

This is a simple ASCII map editor useful especially for tile-based games.

screenshot1.png

Live

Key features

  • Mazes generator,
  • Dungeons generator,
  • Importing and exporting,
  • 3 map formats:
    • array-array
      [[" ","a"," "],["b"," ","c"],[" ","d"," "]]
    • array-text
      [" a ","b c"," d "]
    • text
      a b c d
  • Up to 999x999 map size

Limitations

  • Local storage limit - 5MB
  • Zoom-out is limited due to performance issues (too many draws on canvas)

Technicals

Under the hood project uses: Vite, Tailwind, AlpineJS, and KaboomJS

  • Dev: npm run dev
  • Build: npm run build

Credits

  • Chirp Internet - chirpinternet.eu (Maze Builder)

About

πŸš€ Simple and colorful ASCII map editor useful especially for tile-based games.

https://stmn.github.io/ascii-map-editor/

License:MIT License


Languages

Language:JavaScript 76.7%Language:HTML 23.3%