image

In this tutorial we will start building a Bomberman game. We will add the basic structure in this tutorial and keep adding content in the following tutorials. In this tutorial, I will cover the following content:

  • Reading a Tiled map
  • Creating a player that moves in four directions and drop bombs
  • Creating a bomb that explodes when its animation ends
  • Creating explosions when a bomb explodes that kills the player and enemies
  • Creating an enemy that walks in one axis (horizontal or vertical)

Read More