Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug where mobs would move onto each other | Starla Insigna | 2012-06-04 | 1 | -1/+15 |
* | Fixed experience bug | Starla Insigna | 2012-06-04 | 1 | -1/+1 |
* | Added experience/levelling | Starla Insigna | 2012-06-04 | 6 | -11/+134 |
* | Added real monster spawning | Starla Insigna | 2012-06-04 | 2 | -23/+77 |
* | Added wait command | Starla Insigna | 2012-06-04 | 1 | -0/+4 |
* | Added key and heartbeat | Starla Insigna | 2012-06-04 | 2 | -0/+110 |
* | Created key rooms | Starla Insigna | 2012-06-04 | 1 | -5/+142 |
* | Added death condition | Starla Insigna | 2012-06-03 | 2 | -1/+60 |
* | Changed color scheme to give game more of a "cold" feeling | Starla Insigna | 2012-06-03 | 1 | -3/+13 |
* | Actually fixed the first out of bounds map bug mentioned earlier | Starla Insigna | 2012-06-03 | 1 | -1/+1 |
* | Added basic melee combat | Starla Insigna | 2012-06-03 | 4 | -1/+38 |
* | Added health counter | Starla Insigna | 2012-06-03 | 1 | -0/+10 |
* | Fixed a couple of out of bounds map bugs | Starla Insigna | 2012-06-03 | 2 | -5/+4 |
* | Added Rat mob | Starla Insigna | 2012-06-03 | 4 | -10/+249 |
* | Added colored characters | Starla Insigna | 2012-06-03 | 5 | -14/+28 |
* | Added ability to kill mice | Starla Insigna | 2012-06-03 | 3 | -20/+49 |
* | Made game center itself upon start | Starla Insigna | 2012-06-03 | 1 | -1/+1 |
* | Made screen initially smaller | Starla Insigna | 2012-06-03 | 1 | -1/+2 |
* | Renamed GAME_WIDTH/GAME_HEIGHT constants | Starla Insigna | 2012-06-03 | 2 | -43/+42 |
* | Changed tile size to 12x12 | Starla Insigna | 2012-06-03 | 2 | -3/+3 |
* | Added message window | Starla Insigna | 2012-06-03 | 1 | -1/+54 |
* | Started player next to down staircase | Starla Insigna | 2012-06-03 | 1 | -2/+5 |
* | Fixed readme | Starla Insigna | 2012-06-03 | 1 | -1/+1 |
* | Added staircases and updated readme | Starla Insigna | 2012-06-03 | 2 | -2/+49 |
* | Started work on mobs | Starla Insigna | 2012-06-03 | 5 | -26/+188 |
* | Consolidated makeRoom method | Starla Insigna | 2012-06-03 | 3 | -202/+159 |
* | Removed screen refresh loop | Starla Insigna | 2012-06-03 | 1 | -12/+12 |
* | Added field of view (using recursive shadowcasting) | Starla Insigna | 2012-06-03 | 1 | -11/+98 |
* | Added background colors for tiles | Starla Insigna | 2012-06-03 | 2 | -16/+40 |
* | Replaced basic dungeon generator with a much cooler one | Starla Insigna | 2012-06-02 | 3 | -81/+537 |
* | Added basic random dungeon generator and moving viewport | Starla Insigna | 2012-06-02 | 2 | -25/+147 |
* | Fixed wonky characters | Starla Insigna | 2012-06-02 | 8 | -23/+105 |
* | Added movable player | Starla Insigna | 2012-06-02 | 6 | -67/+188 |
* | Created GameState mechanism | Starla Insigna | 2012-06-02 | 4 | -51/+152 |
* | Added variable size tiles | Starla Insigna | 2012-06-02 | 1 | -4/+68 |
* | Created a window | Starla Insigna | 2012-06-02 | 8 | -0/+1248 |
* | Initial commit | Starla Insigna | 2012-06-02 | 2 | -0/+10 |