SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 Cconfig_errorSimple clone of runtime_error to help us handle errors in config management
 CConfigBuilderTemporary class used to populate a ConfigData object
 CConfigDataThis struct stores all relevant data from the configuration file
 CGameMain game class
 CGodStores all God's data
 CGoodPixelManagerExtension of the PixelManager class, which override the draw methods to use sprites instead of shapes
 CInvadersColumnColumn of invader
 CInvadersGrid
 CInvaderTypeDefDefines an invader type
 CMenuMenu stuct
 CMySprite
 CPixelManagerMain display function, clear the window and calls sub display functions
 CPlayerPlayer data structure
 CPlayerDefPlayer data, contains colors and key configuration
 CPlayerKeysPlayer key configuration
 CScoreLinkMakes a link between a player username and their score
 CScoresManagerManage the score in the game and inside the score file
 CTorpedoPlayer's projectiles