Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 3.47 KB

File metadata and controls

60 lines (37 loc) · 3.47 KB

Phaser 4 - Planet Defense Game

License

A simple fun arcade game that was created with Phaser 4.

This is the official code repository for the Phaser 4 Game Tutorial - Planet Defense series available on YouTube.

Demo

You can find a playable demo of the game on Itch.io here: Demo

Gameplay Demo 1

Gameplay Demo 2

Gameplay Demo 3

Local Setup

This project is currently setup to require a very minimal amount of tools to run the web application. The main tools that are needed are:

  • IDE (Integrated Development Environment), or any program you can use to edit code.
  • A local web server, this is needed due to browser security and how we are loading files with the Phaser 3 framework for our game.
    • You can use any local web server you are familiar with, however if you use Phaser Launcher, this has a built in web sever.

How To Play

Currently, the only supported way to play the game is with a Keyboard.

Controls

Keys Description
Arrow Keys (Left and Right) Rotates the players ship around the planet.
Spacebar Fire main weapon.

Credits

This project would have not been possible without the use of some awesome assets created by some amazing artists! This project would not have been possible without the following people/resources:

Asset Author Link
Player ship Foozle Void Main Ship
Backgrounds Foozle Void Environment Pack
Enemy ships Foozle Void Fleet Pack
Sound Effects Ansimuz Warped Space Shooter
Space Background Piiixl Space Background
Heart Animation Mikiz Heart Animation

Issues

For any issues you encounter, please open a new GitHub Issue on this project.

Questions, Comments, and Suggestions

If you have any questions, comments, or suggestions for future content, please feel free to open a new GitHub Discussion on this project.