/Space-Dodger

Primary LanguageJavaScript

Phaser 3 Game

This project is a 2D Game built using the Phaser 3 JavaScript Framework. This website is a fully fledged Game built in JavaScript.

Space Dodger Screenshot:

Live Website

Getting Started

To get a local copy of the repository please run the following commands in your terminal:

$ cd <folder>
$ git clone git@github.com:jacobrees/Space-Dodger.git

To launch an instance of this app. Inside your terminal, you will need to navigate into the repository you have just cloned. You will do this by using cd inside of your terminal.

Once you are inside of this folder run the command npm install to install all dependencies & npm run dev to open the project in Google Chrome on a development server.

Below shows the following commands you will need to run to achieve this:

$ cd Space-Dodger
$ npm install
$ npm run dev

Scripts

Below are a list of scripts you can use with Webpack.

run npm install to install all packages associated with project. You will need to do this before you can run any of the other commands listed below.

$ npm install

run npm run dev to start a development server.

$ npm run dev

run npm run build to bundle all code into the dist directory.

$ npm run build

Built With

  • HTML
  • SCSS
  • JavaScript
  • Firebase
  • Phaser3
  • Vite

Authors

👤 Jacob Rees

🤝 Contributing

Contributions, issues and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments