Skip to content

Arsyel/ball-pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phaser 3 Ball Pop

Version: 0.8.5 Status: Maintained Contribution: Open Phaser: 3.24.1

Quickstart

  1. Download this repo
  2. Install all your dependencies by run npm install
  3. Run your dev server by npm run dev
  4. Make changes under LoadingSceneController.ts if you want to load some assets
  5. Make changes under GameplaySceneController.ts for your main gameplay script
  6. Make changes under src/index.ts if you want to add new scene

CLI

In package.json file and section scripts listed handy commands to help your development process. You can add more if needed.

script details
npm run dev Start your development server in port 8080 (if available), also notice that folder src/assets is served as public static folder
npm run build Build your project into dist/ folder
npm run dist Run static server from your dist/ folder

ESlint

For update eslint rules

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published