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.
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.
- 0x72 - 0x72.itch.io
- ansimuz - ansimuz.itch.io
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