Commit Graph

7 Commits

Author SHA1 Message Date
b19daafc2b Refactor some constants to Constants class
Use TILE_SIZE everywhere a magic 8 appears (in the context of a tile size)
2020-01-22 02:35:05 +04:00
1585407bcb Update project for Android builds 2020-01-15 22:22:01 +04:00
0b2b7fac0f Allow resizing 2019-12-25 16:26:13 +04:00
ea4426f0a0 Dot eater 2019-12-24 22:56:31 +04:00
ae4069f9fc Match the original Pacman dimensions
Move the field up to match original Pacman
position.
2019-12-24 12:51:42 +04:00
eae226b5bb Render pellets on menu screen.
Add Level object which contains level data (in the form of
an 2D array of stateless LevelComponents), LevelLoader which loads
level data from a txt file.
2019-12-24 02:27:05 +04:00
8d64ca7c36 Initial commit.
Basic window setup, sound and level assets.
2019-12-23 23:07:24 +04:00