Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 310 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 310 Bytes

Work In Progress

This app uses the js canvas API to create interactive hexagon grids for use in games, in the retro old-school RPG style.

Together with the hex-grid, a random map generating recursive algorithm is revisited.

The algorithm was previously used in my earlier (Java based) MultiMapper project.