VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

For pathfinding TODO: add tiles properties for nodes, because it doesn't makes much sense to pass both Nodes and Board to pathfinding algorithms #35

Open VedVid opened 5 years ago

VedVid commented 5 years ago

Depends on #29