Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
/ phaser3-template Public archive

A template I use for games made with Phaser 3

Notifications You must be signed in to change notification settings

migmoog/phaser3-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I AM NOT UPDATING THIS ANYMORE

Mostly I've just moved to different tooling and stopped using phaser, but the community has taken a dive into crypt0curr3ncy which just isn't my cup of tea. If you still use phaser you're free to use this if you so desire, but I'm not updating it or adding any new junk to it. (Should be a simple update, just change the current version from the cdn tag in index.html to the current version of phaser.

# phaser3-template
A template I use for games made with Phaser 3

## How to install
1) Download [Visual Studio Code](https://code.visualstudio.com)
2) Get the live server extension so you can test your  game

## How to use
1) All your assets are loaded in the `P` class in `main.js`, put it in the `preload` method & animations are created in `create`
2) The base main scene is in `MainScene.js` all game logic can go there, and you can add other scene files to the `scenes` folder
3) assets go in the `assets` directory
4) To test your game with live server, you can right click your index.html and select "Open with Live Server", any changes made to your code will be changed live in the game
5) have a blast!

About

A template I use for games made with Phaser 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published