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

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 ⚔️

Awesome Lists containing this project

README

        

# phaser3-simple-rpg

[![Build Status](https://travis-ci.org/pierpo/phaser3-simple-rpg.svg?branch=master)](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)