Dodge The Alien

Video Game Developed Via Phaser 3
Project Overview
Phaser 3 is another kind of game framework for me to have some experience on, and it requires Javascript for coding and the game can be played on modern web browsers when published online.
About the Game
"Dodge The Alien" is an endless runner hyper casual game where players need dodge the aliens dashing towards them.
The game inspiration that I took from is a browser game called "Dinosaur Game" developed by Google. The game is built into Google Chrome Web Browser where people can play it while offline.

To make things different, I have modified the gameplay so that players will need to dodge the obstacles by manipulating the gravity of the character instead of normal jumping.

Aside from game control, a scoring system which is calculating the number of enemies dodged is also featured in the game. Other than that, as the game continues, the speed of enemy spawns will be increased.

Github link:
https://github.com/lee2802/Phaser3_Game_DodgeTheAlien.git
Description