My First Game

This was my first game that I made independently. It’s a simple top-down shooter where the player must find the exit while fighting through a randomly generated set of rooms, shooting the enemies who are trying to kill you.

You can easily see how I was a beginner when making this game. The stats are not aligned and loading screens can last quite a while because of the way the rooms generate. They form a 10 by 10 grid, and have a small chance of spawning This way the rooms that spawn will be different each time. After the rooms spawn the system goes through each room and checks if a direct connection between the first and last room is made. If thats not the case it will restart until a path has formed.

When the player enters a room 1-3 enemies will spawn in. They will automatically go to the location of the player, and when they collide the player will take damage. Only when all the enemies are dead the player can continue to the next rooms. The player can kill the enemies with a gun that aims at the location of the mouse. The gun will fire a projectile that kills the enemies in 3 hits. To make sure that the player can reach the end healing items may be dropped when an enemy dies.