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 and the sprite is Bidoor, whatever that is. The sample files are to establish a working baseline and shouldn't be used in published projects. Especially not for Ludum Dare! (original content only) There are some lines commented with //** These suggest where most of the game code should be. Requires Allegro, developed with version 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 |
(0,0) >