brew install npm brew install rollup
npm install
npm run dev
- A young and passionate front-end engineer. Working with Angular and TypeScript. Like photography, running, cooking, and reading books.
- Author of [Angular Jira clone][jira-clone] and [Angular Tetris][tetris]
- Personal blog: https://trungk18.com/
- Say hello: trungk18 [et] gmail [dot] com
The below table listed all of the awesome resources that I have referenced to
Command | Description |
---|---|
[@photonstorm/phaser3-typescript-project-template][typescript-template] | A quick-start project template combines Phaser 3 with TypeScript and uses Rollup for bundling |
[Making Your First Phaser 3 Game][first-phaser-3-game] | Official guide to creating a small game involving a player running and jumping around platforms, collecting stars and avoiding baddies |
[Invaders Game - Phaser 2][phaser2-invaders] | Official tutorial to build Invaders game with Phaser 2. I reused its static resources but converting the code to Phaser 3 |
[Phaser 3 API References][phaser-api] | All of the API that you can refer to while working with Phaser 3 |
[Phaser 3 and TypeScript Tutorial][freecodecamp] | How to build a simple game in the browser with Phaser 3 and TypeScript |
[Space Invaders Sounds Effects][sounds] | Sound effects from the classic arcade game Space Invaders released in 1978 by Taito. |
Feel free to use my code on your project. It would be great if you put a reference to this repository.