/parcel-phaser-react-rpg

A POC 2D RPG developed with Phaser and React, and built with Parcel

Primary LanguageJavaScript

parcel-phaser-react-rpg

A POC 2D RPG developed with Phaser based on this tutorial, using React for its UI, and built with Parcel.

Shamelessly hotlinked screenshot

Usage

Install dependencies:

$ npm install

Run the development version (with hot reloading):

$ npm start
$ open http://localhost:1234

Build the production version:

$ npm run build
$ npx http-server dist