A shooter type game, where you control a ship and have to shoot stuff.A shooter type game, where you control a ship and have to shoot stuff.
Controls
========
- Either `wasd` or `arrow` keys for the movement.
- `1` to `4` to select a weapon.
- `Left click` to fire a bullet.
- `Mouse movement` to rotate the ship.
Game Modes
==========
Start Game:
- 10 predefined maps, with increasing difficulty.
Random Maps:
- Generates the maps, with random enemy types.
Endless Mode:
- just keeps adding enemies, that keep getting stronger as time passes.
Weapons Description
===================
Laser:
- simple weapon, where one bullet can only hit one enemy.
Sniper:
- the bullet goes through the enemies, until it reaches the end of the canvas (so it can potentially hit several enemies)
Rocket:
- once it hits an enemy, it creates a splash damage around that area, that can hit the nearby enemies as well.
Mines:
- they don't move, but have a bigger splash damage.