Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h4fif/phaser-war-plane
https://github.com/h4fif/phaser-war-plane
game javascript phaser
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h4fif/phaser-war-plane
- Owner: H4fif
- Created: 2025-02-01T16:41:40.000Z (3 days ago)
- Default Branch: master
- Last Pushed: 2025-02-01T17:00:44.000Z (3 days ago)
- Last Synced: 2025-02-01T17:31:31.895Z (3 days ago)
- Topics: game, javascript, phaser
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
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-)War plane game built using phaser 3 (a 2D javascript game library)
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- [NodeJs](https://nodejs.org/en/) - Server Environment
- [Phaser](https://phaser.io/) - 2D Game Library- [@me](https://github.com/H4fif)
See also the list of [contributors](https://github.com/kylelobo/The-Documentation-Compendium/contributors) who participated in this project.
[ansimuz](https://github.com/ansimuz/getting-started-with-phaser/tree/master) - Idea & Initial work