Brickblasta
Brickblasta
Publisher: Self PublishedGenre: Breakout/Pong
Programmer: MilaSoft
Year: 2022
Uploaded by: admin
Language: (Unknown)
Downloads: 59
Website: Brick Blasta
Download
Download
We do not own the rights to any of the software
The keyboard graphic responds to mouse clicks, touch events, and key presses.
Hold your shift key while clicking the PET keyboard to get the graphics
characters.
(The emulator simulates pressing the PET's left shift-key at the
same time as the clicked key.)
Changing the size of memory or changing the ROM version forces a reset of the PET.
The emulator has an IEEE-488 device at address 8. It can be used load and save (.prg) files.
Some programs don't run on ROM1 and some require more memory than the default 8K.
Game Notes
May include inaccurate AI generated content
Brick Blasta is a mix of Arkanoid and Breakout. The object of the game is to break all of the bricks and advance to the next level. There are 4 levels.
Source code is included. By editing the levels (l1, l2, l3 and l4) to 0 and 1 (blank or tile) on the 18 by 7 grid, you can create your own levels. I had planned to add firing at the bricks but I lost interest in continuing this game.
Some of the falling objects will do the following:
- increase speed
- increase or decrease paddle size
- bonus points
- magnet mode (allows you to capture the ball)
There is no music, only basic sound effects for the PET. Feel free to add your own sound effects to the source code (C64 Studio). You can modify the code as you see fit.
Also, I borrowed some of the code for the ball from another Breakout game so that the ball utilizes four position per square, making it more smooth. I don't know who the author of the game was.
Source code is included. By editing the levels (l1, l2, l3 and l4) to 0 and 1 (blank or tile) on the 18 by 7 grid, you can create your own levels. I had planned to add firing at the bricks but I lost interest in continuing this game.
Some of the falling objects will do the following:
- increase speed
- increase or decrease paddle size
- bonus points
- magnet mode (allows you to capture the ball)
There is no music, only basic sound effects for the PET. Feel free to add your own sound effects to the source code (C64 Studio). You can modify the code as you see fit.
Also, I borrowed some of the code for the ball from another Breakout game so that the ball utilizes four position per square, making it more smooth. I don't know who the author of the game was.