Lemmings Revival
My second coding study project was a clone of Lemmings, using the XNA framework while learning C#.
The project includes:
- splash screen & intro text
 - main & in-game menu (game pausing)
 - credits screen
 - multiple game over screens
 - save and load game
 - highscore list
 - in-game statistic displayed (saved lemmings, time, etc)
 - 5 maps
 - terrain manipulation (bombing & building stairs)
 - clickable minimap with lemmings representation
 - skill bar with skill limitations (5 skills implemented)
 - changeable speed
 - playable with mouse, keyboard and xbox controler
 - exception handling for asset and file management