This little top-down mini shooter game comes derived from a Udemy course: https://www.udemy.com/course/unity-y-c-fundamental-desarrollo-de-videojuegos-2d/ , it's a course to Unity begginers in spanish.
The "Enhancements" :) are:
- Changed to Unity 6.3 (6000.3.10f1), the original was in 2022.3.19f1.
- The game shows in the screen the level and wave.
- the game shows a timer with the seconds you are playing. The goal of the game is to finish the two levels the fast you can.
- The minimun time (best score) is stored in a file (Only works in desktop mode, not the webgl version).
- The healthbar was incorrectly turning horizontally when the enemy turns left or right.
- When you die, the wave's number continues with the current one, it's not reset to 1.
- When you finish a level there is a little 1.5 seconds cooldown before you can shoot.
- Enemy's Rigidbody 2D is now dynamic (I do that to avoid the enemies don't go through walls).
- You can now also use the arrow keys apart from WASD keys.
- You can press Escape key to end the game an go to the main menu.
- In the menu there is a Help button that showns a little help panel.
- There is a Exit button in the menu to exit the game.
- In the executable game you can press F11 to switch fullscreen or windowed mode.
You can play the webgl version here: https://transdiv.itch.io/dungeon-shooter
TransDiv transdiv@gmail.com