Commit Graph

8 Commits

Author SHA1 Message Date
319dc52496 Added tileblueprint.
- Utility that generates a PNG with tiles.
2019-12-24 12:55:02 +01:00
0cd5cb4ad1 Added simple main menu.
Refactored some structs from public to internal.
Separated navigation from game.
Added utility methods for drawing text.
Stackpanel will uses all available width when layouting.
2019-12-24 01:27:05 +01:00
a6cb582254 Added steps counter. 2019-12-23 23:42:33 +01:00
227c451ca6 Fixed bug with moving over sunken bricks.
- Couldn't move brick over sunken brick.
Added rendering of villain again.
Fixed offsets of some entities.
Changed level a bit for testing.
2019-12-23 23:33:49 +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
afaa190648 Added simple tile rendering. 2019-12-19 07:15:58 +01:00