Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.25 KB

Rogue like game.

Screenshot


First steps

Installation with yarn install (or npm install) Run your project with yarn start (or npm start if you prefer npm).

Package Scripts

The following package scripts are also available to manage your project:

HINT: If you prefer npm, run these scripts with npm run instead.

yarn clean     # Manually deletes previous distribution files.
yarn dist      # Prepares the game for distribution.
yarn format    # Uses ESLint to format and remove lint issues.
yarn lint      # Checks scripts for lint issues using ESLint.

Tutorial

No idea of what to do next? Follow this tutorial and learn more about Phaser 3 and generator-phaser-plus.

Contributor

Add your github profile if you contributing [name](link-to-github-profile)