Python Forum

Full Version: Bomberman
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello im making a game for my a-level programming project. its a recreation of the game ; bomberman. im going to need a lot of assistance but i just dont know where to start. any pointers on a good starting point

for those who is not familiar with the bomberman concept; https://en.wikipedia.org/wiki/Bomberman


any little helps
To be honest, if you never programmed before (especially a game) i would start with something more simpler, like pong. How experienced are you in Pygame and Python? Is this a personal project or a school project where you have no choice in the matter?

If you plan on making numerous levels then the better approach would be to utilize Tiled/PyTMX for level creation and loading. Here is a small example of the concept.