Skip to content

Map Walker

Vairn edited this page Jun 1, 2026 · 3 revisions

Map walker

Interactive HTML5 top-down explorer for all 60 map.dat screens — collision walls, screen transitions via attrib.dat neighbours, event tiles.

GitHub Wiki cannot run JavaScript. Open the walker on GitHub Pages:

https://Vairn.github.io/MM2/maze-walker/

Controls: WASD / arrow keys to move, Q/E to turn. See map.dat reference for tile/event data.

Local dev

python tools/export_map_walker.py
cd wiki/maze-walker
python -m http.server 8080
# open http://localhost:8080/

🏠 Home


Getting started

Runtime & engine

Graphics

UI

Data formats (.dat)

Combat

Audio

Game systems

Might and Magic I (DOS)

Gallery

Tools

Clone this wiki locally