Match Game is a Phaser game engine to make line matching games. It allows a variety of game line matching games, from 3+ in a row, to different tiles.
Run this to install all packages.
npm install
Run this to have a hot-reloading environment.
npm run dev
NOTE: Try to stop and rerun command if this fails on the first try.
Run this to format EVERY file in the workspace.
npm run format
Run this to build the game to the game's dist
folder.
npm run build
NOTE: To have a releasable version of the game, look at Package
.
Run one of the following to build the game to a specific platform.
npm run package:android
npm run package:linux
npm run package:web
npm run package:windows
The build will be found in ./pack/dist/...
.