Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h4fif/phaser-war-plane


https://github.com/h4fif/phaser-war-plane

game javascript phaser

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        



Project logo

war-plane

[![License](https://img.shields.io/badge/license-MIT-blue.svg)](/LICENSE)

---

War Plane Game


## 📝 Table of Contents

- [📝 Table of Contents](#-table-of-contents)
- [🧐 About ](#-about-)
- [🏁 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Installing](#installing)
- [🎈 Usage ](#-usage-)
- [⛏️ Built Using ](#️-built-using-)
- [✍️ Authors ](#️-authors-)
- [🎉 Acknowledgements ](#-acknowledgements-)

## 🧐 About

War plane game built using phaser 3 (a 2D javascript game library)

## 🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

### Prerequisites
- [NodeJs](https://nodejs.org/en/) - Server Environment

### Installing

```
npm install
```

```
npm run dev
```

## 🎈 Usage
Navigate using arrow keys:
- :arrow_left: move the plane to the left
- :arrow_right: move the plane to the right
- :arrow_up: move the plane to the top
- :arrow_down: move the plane to the bottom

## ⛏️ Built Using

- [NodeJs](https://nodejs.org/en/) - Server Environment
- [Phaser](https://phaser.io/) - 2D Game Library

## ✍️ Authors

- [@me](https://github.com/H4fif)

See also the list of [contributors](https://github.com/kylelobo/The-Documentation-Compendium/contributors) who participated in this project.

## 🎉 Acknowledgements

[ansimuz](https://github.com/ansimuz/getting-started-with-phaser/tree/master) - Idea & Initial work