This is a skeleton project for Allegro 4.2.2 on Microsoft Visual Studio, tested working with msvc++ 2008 Express (a free ide). Features:
The project contains a sample sound, background, and sprite. The sound should play on startup, the bg is from my game TMNT, and the sprite is Bidoor, whatever that is. The sample files shouldn't be used in published projects. Especially not for Ludum Dare! (original content only) There are some lines commented with //** These indicate where most of your game code should be. Requires Allegro, probably 4.2.2, which can be obtained from http://allegro.cc You will have to enter your allegro directories into MSVC, this should be under: Tools > Options > Projects > VC++ Directories. I've installed allegro to c:\allegro, so I have: Executables: c:\allegro\bin Include: c:\allegro\include Library: c:\allegro\lib If the sound doesn't play, the sprite isn't transparent, or the project doesn't work in release mode, you have a problem, don't wait until the last minute to test/fix this. Contact me on AIM: mintygreencow, irc.afternet.org: greencow, or comment below. |