Welcome to the Space Shooter Game! This project uses Phaser 3 for all game mechanics, including physics, audio, and rendering.
Before you can run the game, make sure you have the following installed:
- Clone the repository:
git clone https://github.com/tannerpace/game.git cd game
- Install:
yarn install
- Run:
yarn dev