A downloadable student game

This is the result of my first update to the block breaker portion of the Udemy course I have been going through. The modifications included in this update are primarily for better useability/playability in the sense of function. Another update is intended to add some things to enhance the enjoyment of the game.

Download

Download
Block Breaker.zip 22 MB

Install instructions

No installation necessary. You'll only need Windows (x86) to play this version.

Just have unzip and start the exe from within the extracted folders.

Comments

Log in with itch.io to leave a comment.

Hey, I tried your game. Good stuff. I played on a Surface Book 2 in tablet mode. When the game ends, the ball appears on top of the paddle for a brief moment. I tried the tablet in the portrait orientation too. The ball would go off screen and I couldn't reach it 😂. On the upside, no advertisements. Very straightforward.

(2 edits)

Below is the current roadmap of this Block Breaker game (last update: 20200926). Keep in mind that this roadmap is highly susceptible to changes based on comments, feasibility, and other on-going projects.

Update 1 (Published 20200926)
- Ball Speed tuned for better play. (done)
- Score Modifiers: (done)
  - score decays over time (done)
  - loss of points on failure (done)
  - end of game when failure results in negative points (done)
- Maintain the local, best score. (done)

Update 2
- Random Drops:
  - basic, additional ball (+1)
  - adds a ball that does not set off fail trigger
  - free-pass (1UP)
    - changes the fail trigger to a reflective wall that reverts if struck
  - special, additional balls
  - exploding ball (BOOM)
    - adds a ball that will explode on impact of a block
    - includes a targeted launch method
  - power ball (PWR)
    - increases the number of hits a ball adds on contact
    - makes it possible to plow blocks with less HP than the ball power
- Add high score leaderboard.