PDA

View Full Version : [Allegro.pas] Demo game release candidate



Ñuño Martínez
22-10-2007, 08:57 PM
It's done 8-). Well, it's not the greatest game ever, but is so funny as the original Allegro demo game. It's a platform game similar to the bros. and sisters out there. I've included a map editor too.

The goal is to show how to use Allegro with Pascal language and answer questions from beginners or to be a reference.

Please download, test (the zip includes all binaries needed) and read the sources to tell me if it's a good example, and bugs and suggestions too.

Now I'll work to complete the documentation and then I'll release the definitive stable package.

http://sourceforge.net/dbimage.php?id=142495 (http://sourceforge.net/dbimage.php?id=142496) http://sourceforge.net/dbimage.php?id=142499 (http://sourceforge.net/dbimage.php?id=142500)

Zip file (~1.1 Mb) (http://212.34.137.175/~burdjia/proyecto/demo.Allegro.pas.071022.zip). Note that this is a provisional link. The project is hosted at sourceforge (http://sourceforge.net/projects/allegro-pas)

arthurprs
23-10-2007, 01:20 AM
allegro is better then SDL ?

PS : i hate C++, it makes porting to other programming languages too hard, C >>>> C++.

Ñuño Martínez
23-10-2007, 12:37 PM
I think it's not better but different. Current version of Allegro isn't event-based and hasn't 3D accelerated graphics (but you can use AllegroGL extension).

Actually I didn't use SDL but I've seen some source code and I find it more confusing than Allegro because Allegro is more "lineal" (not sure if this is the word :scratch:). But this is my personal opinion.