Digger Ball ²⁰⁰⁷

Subscribers:
1,420
Published on ● Video Link: https://www.youtube.com/watch?v=3UGTScrH_cc



Duration: 3:35
23 views
3


author description
"Digger Ball" is a game for the Sega Master System, based on the code for "Digger Chan" - a game I made for last year's coding competition. Despite this, most of the code in this game is new - most of the code remaining from "Digger Chan" is just the structure of the the game and stuff that draws the graphics. Both games are open source, so check for yourselves.
It is basically a "Breakout" clone - but with a "Digger Chan" theme. :)
This game was created by Aypok and PlayGeneration for "SMS Power!"'s 2007 coding competition. As well as the game binaries and this documentation, you will find the full source code and data-files for assembling this game. The code is released under the GNU/GPL v2 (see the file titled "licence.txt").
I originally started work on this year's entry last September, but didn't get much further than a basic engine. I should point out that that was a completely different game to this. :) With the deadline for the competition getting closer and closer, I decided to make an entry - but with a different game.
I had an idea for a 'mini-game' to place within "Digger Chan", between certain levels - and since it used a lot of "Digger Chan"'s code (or so I thought), it'd be nice and quick to write.
Over a few evenings I hacked together a very rough version of the game and sent a copy to PlayGeneration. It was crappy, but PlayGeneration saw promise in it and started coming up with cool ideas for the game. Over the following weeks we worked together to create what you have before you.
This game has been tested on Meka 0.72 and the latest SVN build, Osmose and real SMS consoles! It works on them all - with one exception: see 'Why two ROMs?' for details.
Aypok...
Why two ROMs?
Because I suck at coding? There's a bug in the code that only appears on real hardware - emulators don't have a problem with it.
The only difference between them is that 'digger_ball.sms' has explosions when blocks get destroyed and 'digger_ball-no_explosions.sms' doesn't.
If you want to play the game on real hardware, try the 'no_explosions' version.
To be clear: 'digger_ball.sms' is the entry for the competition - the other ROM is soley for those who wish to run it on a real SMS.
Story
Digger chan, having made it down to the milk pipes that traverse the globe, often finds caverns with loose rocks hanging from the ceiling. They are way too unsafe for "M.O.O. Milk Co."'s other pipe engineers to work in, so you have to clear them.
The only problem is that there are no ladders long enough. All you have available to remove these dangers is your trusty spade and a purpose-built rock-busting ball. Therefore, you have to destroy the precariously dangling rocks by using your spade to propel the ball into them!
Remember that the engineers are very busy people, so if you fail three time you will be fired!
Basic info
The object of this game is to destroy all the coloured blocks that appear on screen by 'batting' your ball into them. It's very simple. :) Just don't let your ball it the floor!
To bat the ball with your spade, all you need to do is let the ball hit you. If you connect with the ball dead-on, the ball will be deflected - that is; it will be bounced back up, but its horizontal direction will remain unchanged. If you want the horizontal direction to be reversed, you must let the ball hit you further down. But not too far down, or you'll miss it!
There are three terrains in which you must work; Arctic, City and Desert. They each have their own distinctive colour-scheme: Arctic has lots of 'cold' colours - blues, purples, etc. The City terrain has 'bold' colours - red, blue, green and yellow. The Desert has 'hot' colours - red, orange and yellow.
Each block you destroy will give you one point. Each block of TNT you detonate will give you ten points, plus the points for all the blocks it destroys in the explosions. TNT will not detonate any surrounding TNT - there are no chain reactions.
There are twenty levels in the game.
You get an extra try for every two levels you complete.
Difficulty settings
When you press Start on the title screen, you will be given an options menu. From here, you can select the difficulty of the game - or view the credits page.
Easy
You move fast and the ball moves at a medium pace.
Medium
You move at the same pace as the ball - medium speed.
Hard
You travel slowly and the ball moves fast.
Power-ups
There are eight power-ups in the game:
Deadly Ball
(Icon: Asterisk)
This is both a blessing and a curse. The Deadly Ball is just that - deadly! Do not try to bat it with your spade, just keep away from it. The ball becomes twice as big and much faster than normal - and it catches fire!
Because of its power, it will not bounce off of destroyable blocks - it will plough through them, destroying everything in its path, until it hits a solid wall.
This ball will bounce off the floor without losing a try! Do not try to stop it from hitting the floor. When it hits to floor, that section of t







Tags:
Arkanoid
Breakout
pong
bluster
bricks
breaking
ball