Skip to content

jlmbaka/phaser3-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Phaser 3 Platformer

Table of Contents

About

Simple 2D platform game developped as a learning project for Phase3 game engine.

Usage

When you first download the repository, download the necessary NPM dependencies (defined in package.json) by running the following command:

npm install

Then, start the game by running the following commands in the terminal

npm run start

This will concurrently build the game's Javascript's files, place them in a dist folder and start a server from the project root directory.