QuoteIf you don't even want to mess with "command line compilers", you shouldn't care about Assembly, which is the most powerful weapon.Quote from: Hotspot on Wed 20/10/2004 07:41:44Where do you get that?
theres always alot of fun to be had with Assembler
QuoteYes.Quote from: Bernie on Mon 18/10/2004 13:44:03Hmm, Allegro? The library AGS uses?
I think your best bet would be getting DevC++ or a similar compiler and downloading the Allegro SDK. (Without one of those, you can't do much).
Allegro is as easy as it gets when it comes to real programming, and focuses on 2D. It can do some 3D as well, but doesn't support hardware rendering.
Actually you can find links for some of the tools from the "credits" section of the AGS manual already, at leasr for Allegro and DJGPP (a DOS port of GCC), probably these sites already have extensive helps and links for various related stuff already.