https://github.com/pierpo/phaser3-simple-rpg
A simple Phaser3 RPG using Typescript ⚔️
https://github.com/pierpo/phaser3-simple-rpg
gamedev phaser phaser3 rpg tiled-map-editor typescript
Last synced: 2 months ago
JSON representation
A simple Phaser3 RPG using Typescript ⚔️
- Host: GitHub
- URL: https://github.com/pierpo/phaser3-simple-rpg
- Owner: pierpo
- License: mit
- Created: 2018-06-09T14:40:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:04:42.000Z (over 2 years ago)
- Last Synced: 2025-01-31T05:33:28.135Z (3 months ago)
- Topics: gamedev, phaser, phaser3, rpg, tiled-map-editor, typescript
- Language: TypeScript
- Homepage: https://pierpo.github.io/phaser3-simple-rpg/
- Size: 6.25 MB
- Stars: 114
- Watchers: 4
- Forks: 14
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phaser3-simple-rpg
[](https://travis-ci.org/pierpo/phaser3-simple-rpg)
## Presentation
This is just an ambition free project that I developed as an exercice with Typescript and Phaser.
Some things are out-to-date and some patterns I hadn't the knowledge of would greatly improve the readability now!
Also, it needs some upgrades in the dependencies (the Phaser version here is becoming old!)
## Prerequisites
- Node 10
- yarn
- A recent browser (Chrome 67)
- [Tiled](https://www.mapeditor.org/) for map edition## Installation
```bash
yarn # install the dependencies
yarn start # run the dev server
```That's it 😊
## Credits
Assets by [ansimuz](https://opengameart.org/content/tiny-rpg-forest)