Swarmongers is a retro vector graphics 2D video-game I developed as a demo in 2000 at Magic Lantern Playware using DirectX and base code from Andre Lamothe's tutorial book Windows Game Programming for Dummies. It is similar to Asteroids, but with a (rudimentary) story and levels geared towards defeating alien ship opponents.
After cloning the repo, you run the game by double-clicking Swarmongers.exe
and clicking the Run button when the dialog box comes up. This executable has been verified to run on Windows 7 Professional on a 64-bit Intel i3-4005U machine.
Docs\
game design and development notesMusic\
music files used in the game (courtesy of Duncan McPherson (one of my coworkers at Magic Lantern), Franz Liszt, and Dmitri Shostakovich)New Sounds\
sound files used in the game (developed by Duncan)src\
source code for the game (including my code and Andre Lamothe's GPDUMB engine)README.md
this fileDPAINT.PAL
palette file for the splash screenSwarmongers 1C.bmp
splash screen bitmapSwarmongers.exe
the executable file
The version of the code I had here was built using Visual C++ 2008 Express Edition.
Currently the builds do not work reliably under Visual Studio Community 15, so the next stage would be to get this working.
-- George Chadderdon, 10/24/2016