[Useful Links] - Useful web links to stuff about the Berzerk arcade game
[Maze Generation] - Link to explanation of how the mazes in Berzerk are generated
[Font] - Details of the character set used in Berzerk
This project is an exercise is writing 2d retro games using C#. Originally the intent was to use Winforms and GDI+ however it soon became apparent that this was not really fast enough and I took the decision to move to using DirectX. This in of itself is quite interesting due to the lack of an officially sanctioned managed library for using DirectX with C#. However, the open source SharpDX library fills this gap very well.
[Todo] - List of todo ideas
Wiki: Font
Wiki: Maze Generation
Wiki: Todo
Wiki: Useful Links