|
 |
Programming..
With C# and .Net... |
|
|
|
Generating A Maze
This small tutorial is really insightful if you want to generate mazes... and believe me, they are definitely worth learning. The concepts are so simple, you'll be creating all sorts of cool maze games in no time - 2D and 3D ones ;)
 | Starting Simple |  |
As usual, I always like to start simple...and sort of add things for a reason, rather than just show you the code and let you decipher it.
The following givesus a minimal working implementation of a basic window setup.
|
|