acouvreur / gamedev.js-jam-2023

This is a template repository for Gamedev.js Jam 2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrapped from https://github.com/yandeu/phaser-project-template/tree/master

# Clone this repository (yes, npx not npm)
$ npx gitget yandeu/phaser-project-template phaser-template

# Go into the repository
$ cd phaser-template

# Install dependencies
$ npm install

# Start the local development server (on port 8080)
$ npm start

# Ready for production?
# Build the production ready code to the /dist folder
$ npm run build

# Play your production ready game in the browser
$ npm run serve

About

This is a template repository for Gamedev.js Jam 2023

License:Apache License 2.0


Languages

Language:TypeScript 100.0%