A small JS game, made with the framework PHASER-3.
This is my second personal project, made this little game in JS using PHASER-3, may be simple, but I hope you like it 👀
- Enemy 1:
This enemy will shoot a mini bullet to the current position of the player.
-
Enemy 2:
This enemy shoot between one and three bullets.
-
Enemy 3:
This enemy will follow the player by ten seconds and if it collide with him, it will explode.
-
Life:
Increases the life of the player by ten.
-
Shield:
Creates a shield around the player.
-
Double point:
Each type of enemy point by two.
The option to the player to resume or exit the game.
Shows to the player the quantity of each type of enemy defeated.