JoshuaWright42 / bomberman

My very own Object Oriented version of the classic game bomberman. For education purposes only.
GNU General Public License v3.0
2 stars 2 forks source link

BomberMan

My very own Object Oriented version of the classic game bomberman. For education purposes only.

PLEASE NOTE for students of COS20007

This project has been created during live demos in tutorials. The purpose of it is to demonstrate what the design process for a program would be like in practice. I'm also using it as an opportunity to show you new and advanced techniques/design patterns one can use once they are comfortable with the fundamentals of OOP. You will notice I have used many techniques and/or design patterns not taught in this unit.

Although it is not directly an issue if you draw inspiration from this project and use some of those techniques/patterns, don't use anything you don't understand! If you want to use an idea from this project, make sure you understand it first.

Also, UNDER NO CIRCUMSTANCE ARE YOU ALLOWED TO DIRECTLY COPY AND USE any code from this project in your own submissions.

Documentation

All relevant documentation can be found in the Documentation/ directory. Code has been commented using standard C# xml commenting.

Dependencies

Projects

Developers

Below is information for developers of this plugin.

Repo Management

Merging to Master