about summary refs log tree commit diff stats
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
|
* Got rid of pure functional randomness and started using IO monadKelly Rauchenberger2013-04-024-51/+52
|
* Cleaned up FunMapKelly Rauchenberger2013-04-021-5/+5
|
* Moved alternate implementation of Map into seperate moduleKelly Rauchenberger2013-04-012-12/+56
|
* Initial commitKelly Rauchenberger2013-04-018-2/+272
| | | | | Haskell version now has most of the functionality from the C++ version, except for color, and overworld generation is REALLY slow.
* Initial commitKelly Rauchenberger2013-04-012-0/+11