GameDevUtopia / Invisible-Maze

This is a LOVE2D game created to explore the concept of game states. In this game, the player has to detect the walls of the maze and navigate their way to the end point in each level while avoiding obstacles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invisible-maze

Instructions of the game:-

  • Movement is done via W, A, S and D.
  • You can shoot a bullet to where your cursor is pointing at.
  • There are invisible walls throughout the level.
  • These can be revealed by shooting bullets at them.
  • They are also revealed when the player collides with them, this does however causes the player to looses a life and be reset to start.
  • Reach the hole to go to the next level.

Screenshot (1430)

Screenshot (1431)

Screenshot (1432)

About

This is a LOVE2D game created to explore the concept of game states. In this game, the player has to detect the walls of the maze and navigate their way to the end point in each level while avoiding obstacles.


Languages

Language:Lua 100.0%