about summary refs log tree commit diff stats
path: root/Fallen/Map.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug where Fallen.Map.legalMoves would allow moving off the edge of the map HEAD masterKelly Rauchenberger2013-04-021-1/+1
|
* Moved alternate implementation of Map into seperate moduleKelly Rauchenberger2013-04-011-12/+0
|
* Initial commitKelly Rauchenberger2013-04-011-0/+67
Haskell version now has most of the functionality from the C++ version, except for color, and overworld generation is REALLY slow.