samme / phaser-ce-rollup

Phaser CE project template with rollup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser CE with Rollup 🗞

Getting started

Clone or download this repository and install its dependencies:

git clone https://github.com/samme/phaser-ce-rollup.git my-phaser-game
# OR
npx degit "samme/phaser-ce-rollup" my-phaser-game

cd my-phaser-game
npm install

# Watch and serve
npm run dev

# Build for production
npm run build

TODO

License

MIT.

About

Phaser CE project template with rollup

License:MIT License


Languages

Language:JavaScript 81.0%Language:HTML 19.0%