image

In the last tutorial we created the basic structure for a Bomberman game. In this tutorial we’re going to add some more content to it and make it more fun to play, with a winning condition. In this tutorial we will add the following:

  • Add targets that must be destroyed by the player to find the goal and advance levels
  • Adding items, that may be found after exploding tiles
  • Controlling the number of bombs the player can drop

Read More