Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 270 Bytes

File metadata and controls

10 lines (5 loc) · 270 Bytes

RPG map generator

RPG Map Screenshot

(:require [infinitelives.procedural.maps :as maps])

(maps/make-rpg-map w h seed)

Returns a hash-map of {[x y] terrain} where terrain is one of grass, trees, road, sand, water.