Commit Graph

54 Commits

Author SHA1 Message Date
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
afaa190648 Added simple tile rendering. 2019-12-19 07:15:58 +01:00