A downloadable game for Windows

This project was made for teaching purposes. It was suppose to be simple enough to understand and easy enough to learn. Although this project was never used for what it was made for because I had to withdraw from teaching it due to certain circumstances. So I decided to upload it here on Itch. This game was made with C++ and SFML library for PCs using Windows OS.

Its a very simple game where you control a pad and hit as many ball as possible while trying not to miss any corrupt balls in attempt to get as much score as possible. Blobs show up from time to time and you can kill them through hitting them with the balls. You can put the game on slow motion with your special ability when things start getting difficult. There are pick-ups in the game, both good and bad. Obstacles may fall from the top of the screen from time to time to reduce the player's visibility. I hope you enjoy it :)

Below you'll find two links to both download the actual game and the source code of the game(if you want to study or see how it was made).

StatusReleased
PlatformsWindows
Release date Sep 01, 2018
AuthorDavid Isenah
Made withSFML
Tagsblob-breaker, blobbreaker, block-breaker, david-isenah, SFML
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
LinksGithub

Download

Download
Blob Breaker - Source Code.zip 3 MB
Download
Blob Breaker.zip 5 MB

Install instructions

To install the game, unzip the game to any where you like on your PC. To uninstall it, just delete the folder.

Development log

Comments

Log in with itch.io to leave a comment.

Just noticed it only played on my pc because some libs refused to be linked statically for some reason. So I just included their dll's and reuploaded the game. It should work now. So sorry guys!