about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added key and heartbeatStarla Insigna2012-06-042-0/+110
* Created key roomsStarla Insigna2012-06-041-5/+142
* Added death conditionStarla Insigna2012-06-032-1/+60
* Changed color scheme to give game more of a "cold" feelingStarla Insigna2012-06-031-3/+13
* Actually fixed the first out of bounds map bug mentioned earlierStarla Insigna2012-06-031-1/+1
* Added basic melee combatStarla Insigna2012-06-034-1/+38
* Added health counterStarla Insigna2012-06-031-0/+10
* Fixed a couple of out of bounds map bugsStarla Insigna2012-06-032-5/+4
* Added Rat mobStarla Insigna2012-06-034-10/+249
* Added colored charactersStarla Insigna2012-06-035-14/+28
* Added ability to kill miceStarla Insigna2012-06-033-20/+49
* Made game center itself upon startStarla Insigna2012-06-031-1/+1
* Made screen initially smallerStarla Insigna2012-06-031-1/+2
* Renamed GAME_WIDTH/GAME_HEIGHT constantsStarla Insigna2012-06-032-43/+42
* Changed tile size to 12x12Starla Insigna2012-06-032-3/+3
* Added message windowStarla Insigna2012-06-031-1/+54
* Started player next to down staircaseStarla Insigna2012-06-031-2/+5
* Added staircases and updated readmeStarla Insigna2012-06-031-0/+41
* Started work on mobsStarla Insigna2012-06-035-26/+188
* Consolidated makeRoom methodStarla Insigna2012-06-033-202/+159
* Removed screen refresh loopStarla Insigna2012-06-031-12/+12
* Added field of view (using recursive shadowcasting)Starla Insigna2012-06-031-11/+98
* Added background colors for tilesStarla Insigna2012-06-032-16/+40
* Replaced basic dungeon generator with a much cooler oneStarla Insigna2012-06-023-81/+537
* Added basic random dungeon generator and moving viewportStarla Insigna2012-06-022-25/+147
* Fixed wonky charactersStarla Insigna2012-06-027-23/+104
* Added movable playerStarla Insigna2012-06-026-67/+188
* Created GameState mechanismStarla Insigna2012-06-024-51/+152
* Added variable size tilesStarla Insigna2012-06-021-4/+68
* Created a windowStarla Insigna2012-06-021-0/+27