Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielagodek/gabizaury
Platform game using phaser.js
https://github.com/gabrielagodek/gabizaury
javascript oop phaserjs
Last synced: 13 days ago
JSON representation
Platform game using phaser.js
- Host: GitHub
- URL: https://github.com/gabrielagodek/gabizaury
- Owner: GabrielaGodek
- Created: 2023-05-30T17:43:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T20:25:21.000Z (11 months ago)
- Last Synced: 2024-10-17T17:51:12.219Z (about 1 month ago)
- Topics: javascript, oop, phaserjs
- Language: JavaScript
- Homepage:
- Size: 31.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gabizaury
This is my pet project which I currently develop in my spare time.## Description
Gabizaury is a simply platform game created using framework Phaser.js.Phaser.js is a fast and lightweight open-source game development framework for building HTML5 games. It provides a comprehensive set of features and tools for creating interactive games that can run across different platforms
### Levels
- jungle
- space (in near future)### Tech stack
- [Phaser.js](https://phaser.io/)
- JavaScript (ES6+)
- Tiled App## Installation
Follow these steps to get the project up and running on your local machine:
1. Clone the repository:
`git clone https://github.com/GabrielaGodek/Gabizaury.git `2. Navigate to the project directory:
`cd Gabizaury`3. Install the dependencies:
`npm install`## Usage
1. Run the project:
`npm run dev`This will start the project and you can access it in your browser at [http://localhost:8080/](http://localhost:8080/)
## License
This project is licensed under the MIT License.## Preview
![Gabizaury Preview](gabizaury_preview.png)