Quack-1.0 FINAL
By Benny Kramek
http://benny.kramekweb.com
benny@kramekweb.com
- This is the LINUX release. To get the windows version go to my website.
This game is a polished tetris clone featuring nice graphics, music and sound. With so many tetris clones, why choose Quack? That's easy - a cute little duck watches you play and quacks whenever you clear a line.
Instalation & Running
First unpack the archive:
% tar -zxvf quack-1.0.tar.gz
Then to play the game:
% cd quack-1.0
% ./quack
Information
The game is programmed in C++ and uses these libraries: Allegro http://www.allegro.sf.net
Controls
You can change the controls from the options menu. The default controls are:
Move block left: Left Arrow Key
Move block right: Right Arrow Key
Move block down: Down Arrow Key
Rotate block left: Z
Rotate block right: X
Development Machine
Pentium 2 233mhz
128MB RAM
Ati Rage Pro
Information on the source
In the src/ directory you will find the game source. It is a single cpp file. To compile it you will need the allegro library. Please read the file COPYING before using the source code. If you make any interseting improvements to the game please tell me. The source code has lots of comments and should be easy to understand.
Bugs
- Sometimes, when a new level starts, a previous block will leave residue. - There are major memory leaks
Thanks to
Shawn Hargreaves, for Allegro
My family, for trying to keep me away from my computer.
