summaryrefslogtreecommitdiff
path: root/src/map.rs
AgeCommit message (Collapse)Author
2017-11-24-made all character variables privateTom Barrett
-moved path calculation to list level -moved needs_path to a function
2017-11-24-added giving a grid placement orderTom Barrett
2017-11-23-added pathfindingTom Barrett
2017-11-02- added color constants, fixed some syntax, and changed method ofTom Barrett
getting potential locations
2017-11-02-units now move respect impassable locations, syntax more uniformTom Barrett
2017-10-25-moved drawing to the map and out of characterTom Barrett
-now will just compute free spaces at list level and pass to characters
2017-10-23-decent starting point, but centering does not seem to be workingTom Barrett