Labyrinth game development for Software engineering
This game has walls(Black cell), River(Water), Gold(gold), Treasure(Final objective), Teleport gate(gate) and a player.
It's a small 10*10 cell map.
every cell is of 24 pixels.
if you hit the gold you will be credited with 100 gold.
If you hit the river you will (need to implement).
The door is a teleporter it will teleport you to another door.
The game will end once you touch the Treasure.