Commit Graph

6 Commits

Author SHA1 Message Date
a4058df9c8 Moved level to separate package (soko).
Moved lineparser to gut package.
2020-01-15 19:03:52 +01:00
3fb808ba78 Fixed bug where player isn't able walk when any animation is playing. 2019-12-29 17:29:33 +01:00
8d8753f008 Only keeping the last 1000 log messages in console. 2019-12-29 17:25:59 +01:00
6cce47198b Imroved movement
- Player can only move to valid positions.
- Bricks are pushed when this is allowed.
- Bricks are sunken when they end up over water.
Added settings (at runtime).
Added new tile (sunken tile).
Fixed bug with clearing of console.
- When messages changed the new text was rendered on top of clearing the old text without clearing the buffer.
2019-12-23 18:10:11 +01:00
7bd737af94 Added basic movement/animation.
Refactored entity to entityType.
2019-12-23 15:54:15 +01:00
b85ac17d8a Added sprites & tried out splash animation.
Moveds fonts to separate directory & added corresponding license texts.
Moved console & fps to separte gut (game utility) package.
Added console (view only).
2019-12-20 21:05:23 +01:00