Brick Breaker
A downloadable game for Windows and Linux
Download NowName your own price
Brick Breaker, previously known as Just Another Breakout Clone, is game similar to Breakout or Arkanoid.
IMPORTANT: I only tested this game on Linux but as much as I know Windows version shouldn't have any major bugs.
Source code of the game is available here on Github.
Status | Released |
Platforms | Windows, Linux |
Rating | Rated 4.0 out of 5 stars (1 total ratings) |
Author | WIITD |
Genre | Action |
Tags | 2D, Arcade, arkanoid, blitzmax, Boring, Breakout, Minimalist, Pixel Art, Retro |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Download
Download NowName your own price
Click download now to get access to the following files:
BrickBreaker-v3-linux.zip 7.4 MB
Brick-Breaker-v3-win.zip 1.6 MB
brickbreaker-v2-win.zip 1.6 MB
brickbreaker-v2-linux.zip 6.6 MB
justanotherbreakoutclone(OLD).zip 1.3 MB
Comments
Log in with itch.io to leave a comment.
Today I downloaded and played the game. I used the file Brick-Breaker-v3-win.zip. I think that It is a breakout game with good potential. I suggest full screen mode. I suggest mouse control as well since some gamers like to use mouse to play breakout type games. finally, if the game was compiled with classic BlitzMax, I suggest NG version. I see an NG version on SyntaxBomb. NG version should be better than classic BlitzMax:
https://www.syntaxbomb.com/index.php/topic,7.0.html
Thanks you for your feedback. I already moved to BlitzMax NG after I saw that it's still in active development on github. It helped a little but from what I see, code of my game is so messy that I would have to rewrite whole game to make it a little bit better. When it comes to fullscreen and mouse control support I can easily add mouse control but fullscreen would be a little bit tricky because of way I programmed my game back at the beginning of my programming adventure.