Advertisement

Allegro

Started by February 10, 2003 05:30 PM
4 comments, last by steve010 21 years, 9 months ago
I''d made a previous post on programming games with C and got an answer to allegro. I''ve set up allegro on my Red Hat 7.2 box and WinXP box, but I don''t get how allegro works. I need someone to teach me how allegro works. If you will, I''d be vary grateful. A suid program means root for me!
A suid program means root for me!
well, if you have it installed correctly, you can use the gcc compiler like thus,
gcc -o program.cpp -lalleg
that may not be exactly right, it''s been a while, but you get the idea. there is a document with all of the functions explaining them. there is also a lot of example code.

My Homepage
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
Advertisement
No, I need to learn it

I know how to compile.. (doesn''t everyone here)??
A suid program means root for me!
www.allegro.cc
I think there should be some tutorials there...

"It is clearly a budget. It''s got lots of number in it."
   - George W. Bush
Hey I just started on it too so if you got any questions you can send me a message or talk to some people on the allegro forums at (who guessed it)allegro.cc also under tutorials look for VIVACE it not only has good examples but also a good explanation of a game structure.
There is not Death without the Paradox of Life
allegro\examples
or

allegro/examples/

as the case may be.

[edited by - smart_idiot on February 11, 2003 9:59:41 AM]
Chess is played by three people. Two people play the game; the third provides moral support for the pawns. The object of the game is to kill your opponent by flinging captured pieces at his head. Since the only piece that can be killed is a pawn, the two armies agree to meet in a pawn-infested area (or even a pawn shop) and kill as many pawns as possible in the crossfire. If the game goes on for an hour, one player may legally attempt to gouge out the other player's eyes with his King.

This topic is closed to new replies.

Advertisement