Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.18 KB

asteroid.md

File metadata and controls

33 lines (24 loc) · 1.18 KB

Asteroid Difficulty

Asteroid

Description

Another clone of the famous Asteroid game.

How to run it

Adjust the webpack.config.js file as follows:

entry: './src/games/asteroid/game.ts'

How to play in fullscreen

Adjust the index.html as follows:

... href="styles/css/styles-fullscreen.css Delete this line: <h1>phaser3-typescript</h1>

Adjust the game.ts as follows:

width: window.innerWidth height: window.innerHeight

Learn to use