Skip to content

Acquati/legend-of-faune

Repository files navigation

Legend of Faune

A Phaser 3 Framework game, made with Typescript and compiled with Parcel v2.

'Up', 'Down', 'Left' and 'Right' keys move the character, 'Space' throw knifes and open chests. Mobile controls on screen.

Play the demo on itch.io.

Setup

Prerequisites

Install Node.js and Yarn.

Installing

git clone https://github.com/Acquati/legend-of-faune
cd legend-of-faune
yarn install

# Development
yarn run dev

# Build
yarn run build

# Start server
yarn run start

# Lint
yarn run lint

Access localhost:8080 in your browser.

Credits

Troubleshoot

Update NPM & YARN global command on Ubuntu

sudo apt update
sudo apt upgrade
sudo apt autoremove

sudo npm install npm -g

sudo npm cache clean -f
sudo npm install -g n
sudo n stable

sudo npm install --global yarn

About

legend-of-faune

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages