Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

develer-staff/intro-phaser-workshop

Repository files navigation

Workshop - Sviluppare videogiochi con Phaser.js

Demo code for the Workshop Sviluppare videogiochi con Phaser.js

License

This project used the template phaser3-vite-template.

Graphic assets by Pixel Frog.

During the Workshop we will cover the basics of Phaser and build together basic platformer Super Frog.

Prerequisites

You'll need Node.js and npm installed.

It is highly recommended to use Node Version Manager (nvm) to install Node.js and npm.

For Windows users there is Node Version Manager for Windows.

Install Node.js and npm with nvm:

nvm install node

nvm use node

Replace 'node' with 'latest' for nvm-windows.

For designing the levels you will need to download Tiled.

Getting Started

You can clone this repository to scaffold the project like this:

git clone https://github.com/develer-staff/intro-phaser-workshop.git
cd intro-phaser-workshop

npm install

Start development server:

npm run start

To create a production build:

npm run build

Production files will be placed in the dist folder. Then upload those files to a web server or compress and upload to itch.io. 🎉