Matt Low mlow
  • Joined on 2018-11-10
mlow pushed to master at MMGames/BrickBuster 2018-11-12 06:15:36 -07:00
ed8c90be1a Add debug info to bottom left of screen
mlow pushed to master at MMGames/BrickBuster 2018-11-12 04:46:55 -07:00
5e3f71f236 Replace snake_case to camelCase
mlow pushed to master at MMGames/BrickBuster 2018-11-12 00:50:55 -07:00
d89a20134b Only check for paddle collision when ball position <= paddle height.
mlow pushed to master at MMGames/BrickBuster 2018-11-12 00:33:27 -07:00
d3eb876960 Refactor powerups, move to new package. Decrease long paddle chance to 8%
mlow pushed to master at MMGames/BrickBuster 2018-11-12 00:18:42 -07:00
88428fded9 Keep speed of ball when hitting sticky paddle
mlow pushed to master at MMGames/BrickBuster 2018-11-11 22:54:29 -07:00
1f9c2e6db0 Decrease chance of glue powerup dropping from 50% to 8%
3e0d4657f2 Add PowerUp logic + GluePowerUp
28e0ed27f3 Entity take float in constructor instead of int
Compare 3 commits »
mlow pushed to master at MMGames/BrickBuster 2018-11-11 10:53:28 -07:00
353afe1cee Update velocity based on time delta
c5642f7050 Change rows of blocks from 10 to 7, increase height padding
Compare 2 commits »
mlow pushed to master at MMGames/BrickBuster 2018-11-11 10:25:17 -07:00
78d0a72217 Rename ball -> new_pos
mlow pushed to master at MMGames/BrickBuster 2018-11-11 09:57:04 -07:00
659fde4622 Use a Vector2 to track entity position.
mlow pushed to master at MMGames/BrickBuster 2018-11-11 07:20:41 -07:00
0a071e40d2 Render bricks first
8f788851b2 Add paddle collision detection
Compare 2 commits »
mlow pushed to master at MMGames/BrickBuster 2018-11-11 04:51:44 -07:00
5756c9077c Reset ball on top of battle when hitting bottom edge of screen
mlow pushed to master at MMGames/BrickBuster 2018-11-11 04:09:54 -07:00
ec28b8bd99 Only launch the ball if not already playing
mlow pushed to master at MMGames/BrickBuster 2018-11-11 04:07:36 -07:00
79f4334cd7 Add screen edge reflection.
mlow pushed to master at MMGames/BrickBuster 2018-11-11 01:02:26 -07:00
adadca7c50 Speed up paddle
mlow pushed to master at MMGames/BrickBuster 2018-11-11 01:00:11 -07:00
733f75830f Moved paddle down
mlow pushed to master at MMGames/BrickBuster 2018-11-11 00:57:23 -07:00
203e3311b7 Shrunk ball again
mlow pushed to master at MMGames/BrickBuster 2018-11-10 12:38:45 -07:00
6c6d5b34bf Remove badlogic.jpg
mlow pushed to master at MMGames/BrickBuster 2018-11-10 10:40:16 -07:00
c9fda66879 Add update loop