All Projects → wtravO → phaser3-typescript-template

wtravO / phaser3-typescript-template

Licence: other
A Phaser 3 TypeScript Template

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to phaser3-typescript-template

phaser-typescript-webpack
Another Phaser CE boilerplate using TypeScript and Webpack.
Stars: ✭ 17 (-43.33%)
Mutual labels:  phaser-boilerplate, webpack4
phaser-3-palette-swapping-example
Example of using palette swapping on a spritesheet in Phaser 3.
Stars: ✭ 32 (+6.67%)
Mutual labels:  phaserjs, phaser3
phaser-jam-template
A Phaser Template to kick off your Game Jam with everything you need. Typescript, code quality, building for itch, various input methods, examples, bootloader, preloader, main game, end screen, credits screen and license screen.
Stars: ✭ 18 (-40%)
Mutual labels:  phaser-boilerplate, phaser3
template
使用 phaser3 + es6 + webpack4.8.1 配置开发游戏(基本模版)
Stars: ✭ 12 (-60%)
Mutual labels:  phaser3, webpack4
phaser3-typescript-starter-kit
This repository contains the code necessary to start making a game in Phaser 3 using TypeScript.
Stars: ✭ 94 (+213.33%)
Mutual labels:  phaser-boilerplate, phaser3
Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+15743.33%)
Mutual labels:  phaserjs, phaser3
phaser-parcel
A Phaser 3 game template using Parcel bundler
Stars: ✭ 64 (+113.33%)
Mutual labels:  phaser-boilerplate, phaser3
phaser-3-vsc-typescript-nodejs
Template for a new Phaser 3 project with Visual Studio Code, TypeScript, and Node.js.
Stars: ✭ 18 (-40%)
Mutual labels:  phaserjs, phaser3
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (+10%)
Mutual labels:  webpack-dev-server, webpack4
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+1740%)
Mutual labels:  phaserjs, webpack4
infinite-jumper-template-phaser3
Starting point template source code from Infinite Jumper in Phaser 3 in Modern JavaScript book.
Stars: ✭ 46 (+53.33%)
Mutual labels:  phaserjs, phaser3
phaser-starter
Minimal starter project to get a Phaser game environment up and running with ease.
Stars: ✭ 73 (+143.33%)
Mutual labels:  phaserjs, phaser-boilerplate
PERN-Advanced-Starter
Advanced PERN stack starter kit (PostgresSQL, Express, React, & Node), complete with ESLint, Webpack 4, Redux, React-Router, and Material-UI kit.
Stars: ✭ 51 (+70%)
Mutual labels:  webpack4
modern-webpack-starter
🏰 A modern JavaScript starter using Webpack 4. Made in a simple way - good for learning or starting a new project without having to rollout cli-auto-builders.
Stars: ✭ 42 (+40%)
Mutual labels:  webpack-dev-server
webpack4-learn
📝 blog:https://itxiaohao.github.io/passages/webpack4-learn-introduction/
Stars: ✭ 70 (+133.33%)
Mutual labels:  webpack4
flabbybox
phaser flappy bird clone
Stars: ✭ 12 (-60%)
Mutual labels:  phaserjs
mmo-arch
Base Architecture for creating scalable games using microservices through Angular, Phaser, NestJS, NATS, and MySQL
Stars: ✭ 25 (-16.67%)
Mutual labels:  phaser3
react-redux-webpack4-boilerplate
boilerplate for react, redux, webpack4!
Stars: ✭ 39 (+30%)
Mutual labels:  webpack4
webpack-boilerplate
Webpack 4 boilerplate with Babel, Bootstrap 4, jQuery and SCSS on board
Stars: ✭ 24 (-20%)
Mutual labels:  webpack4
webpack-starter
Simple webpack config with babel, scss, and lodash
Stars: ✭ 47 (+56.67%)
Mutual labels:  webpack4

Phaser 3 TypeScript/Webpack Project Template

A Phaser 3 TypeScript Template

Modeled after Phaser 3 Project Template

Requirements

We need Node.js to install and run scripts.

Install and run

Run next commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
npm run build:dev Builds a unminified copy of your game, with source maps, for debugging purposes.
npm run build:prod Builds a minified copy of your game without source maps for production use.
npm start Launch browser of choice and navigate to http://localhost:8080/.
Press Ctrl + C in NodeJS terminal to kill webpack-dev-server process.
=======
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].