Notices


Reply
Thread Tools
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#1
Abandoned Bricks is a tetris-like cross-platform puzzle game written in C++ using SDL library.


The goal of the game is to reach the highest possible score. Shapes fall from the top of the screen. You can move them sideways and rotate them in order to get the best fit when they reach the bottom. When you manage to complete a horizontal line, it disappears. When screen is full the game is over. The game speeds up whenever the lines are full. Therefore, it's better to fill as many lines you can at once. That way you can reach higher levels with the same speed.

For single player game there are three game modes. In Classic mode you start each level with clean screen. You get one point for each brick and:

* 5 points for one line
* 20 points for two lines at once
* 45 points for three lines at once
* 80 points for four lines at once


In Challenge mode you start levels with some garbage at bottom, and you only have two brick types (shapes) for the level. You get 3 points for each brick, but lower bonuses for lines:


* 3 points for one line
* 12 points for two lines at once
* 27 points for three lines at once
* 48 points for four lines at once



In Bastet mode you start levels with clean screen. You always get the worst possible brick for the moment, and next brick preview is not available. You get 20 points for each brick, and high bonuses for lines:


* 100 points for one line
* 400 points for two lines at once
* 900 points for three lines at once
* 1600 points for four lines at once


Bastet mode is based on the Bastet game by Federico Poloni. The algorithm is taken from Bastet 0.41. To quote: Bastet does not choose your next brick at random. Instead, Bastet uses a special algorithm designed to choose the worst brick possible. As you can imagine, playing Bastet can be a very frustrating experience!

In two player games (duel), the goal is to remain the only one still playing. When you drop more than one line, the other player gets additional garbage lines at the bottom. For two lines he gets one, for three he gets two and for four he gets three (in short: what you've dropped minus one).



http://www.mediafire.com/?ewgv3225nmi
 

The Following User Says Thank You to qwerty12 For This Useful Post:
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#2
Great job dude!

But yeah, I've always stunk it up in this game to the point of pure embarrassment.

I think my high score of all time is something like a buck and a half.

It's good to know that this game has nothing to do with measuring a person's IQ or ability for spacial reasoning.
 
Reply


 
Forum Jump


All times are GMT. The time now is 13:39.