Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 599 Bytes

File metadata and controls

39 lines (26 loc) · 599 Bytes

Invaders

I'm learning Phaser.js, so I made a super simple bug shooter. This project is based on Phaser 3 + Typescript + Webpack.

How to use

git clone https://github.com/GianfrancoFrau/invaders.git invaders
cd invaders
npm install
npm start

Changelog

v. 1.4

  • Minor tweaks

v 1.3

  • Add explosion animation on enemy hit

v 1.2

  • Add player movement animation

v. 1.1

  • Responsive and centered game screen
  • Add simple animation using Phaser.Tween when player is damaged

v. 1.0

  • 3 game scenes
  • Player movement + fire
  • Enemies generation
  • Collisions detection
  • Game score