Unknown's avatar

C++ multiplayer maze game

maze01

A Maze-ing 3: Prisoner of Maze-kaban was a basic maze solving game written in C++. A team project to teach us how to use SVN, working in a team asynchronously, basic networking using packets as a means of updating, and using SDL as a means for graphics. An additional challenge to this project was that it had to be able to connect with any other maze game that was made in this class. We were able to achieve this by agreeing to use a standard xml format. In the end, this was a really fun project to do and a great gateway to learning how to program online multiplayer.

Continue reading