Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

A Phaser 3 project template that uses Parcel 2 for bundling

License

Notifications You must be signed in to change notification settings

michegames/template-parcel

 
 

Repository files navigation

Phaser Parcel Template

This is a Phaser 3 project template that uses Parcel for bundling. It supports hot-reloading for quick development workflow and includes scripts to generate production-ready builds.

modifications

I added ratio-based resolution management and a game area, fixed, this template is for landscape games.

Node env

This package uses my system for managing virtual node systems, compatible with linux and mac, see:

https://github.com/micheg/node_env

install

./bin/install

develop

./bin/develop

build

./bin/build

profiles

link your profile.

Landscape

ln -s index.landscape.html index.html

Portrait

ln -s index.portrait.html index.html

EJECT

  • for landscape: ./bin/create-landscape
  • for portrait ./bin/create-portrait

Versions

This template has been updated for:

Other

see: https://github.com/phaserjs/template-parcel for the original template

The Phaser logo and characters are © 2011 - 2024 Phaser Studio Inc.

All rights reserved.

About

A Phaser 3 project template that uses Parcel 2 for bundling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.6%
  • HTML 12.1%
  • Shell 9.0%
  • CSS 8.3%