All Projects → goldfire → Phaser Boilerplate

goldfire / Phaser Boilerplate

Phaser ES6 Boilerplate

Programming Languages

javascript
184084 projects - #8 most used programming language
es6
455 projects

Projects that are alternatives of or similar to Phaser Boilerplate

Phaser Project Template Es6
Phaser 3 - Starter Template with ES6 (ESNext features included) and webpack.
Stars: ✭ 142 (+153.57%)
Mutual labels:  webpack, phaser
Phaser Es6 Webpack
A bootstrap project for create games with Phaser + ES6 + Webpack.
Stars: ✭ 1,266 (+2160.71%)
Mutual labels:  webpack, phaser
Phaser Ce Npm Webpack Typescript Starter Project
Project to get you started with your Phaser-CE (using the npm module) game using Typescript and Webpack for building! No hassle asset management, Google Web Font loader, live server, development vs distribution build pipeline, Electron packaging for desktop builds, and more...
Stars: ✭ 414 (+639.29%)
Mutual labels:  webpack, phaser
Phaser3 Tilemap Pack
Phaser 3 Project Template with Webpack, Tilemap, and Asset Pack
Stars: ✭ 87 (+55.36%)
Mutual labels:  webpack, phaser
Generator Phaser Plus
[🛑 DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.
Stars: ✭ 148 (+164.29%)
Mutual labels:  webpack, phaser
Phaser Project Template
🕹️ Phaser 3 - Starter Template with TypeScript and webpack.
Stars: ✭ 186 (+232.14%)
Mutual labels:  webpack, phaser
Webpack Starter Basic
A simple webpack starter project for your basic modern web development needs.
Stars: ✭ 552 (+885.71%)
Mutual labels:  webpack, phaser
Eslint Loader
[DEPRECATED] A ESlint loader for webpack
Stars: ✭ 1,067 (+1805.36%)
Mutual labels:  webpack
Vue Multiple Pages
A multiple Pages Starter use Vue-cli3
Stars: ✭ 1,079 (+1826.79%)
Mutual labels:  webpack
Docker Rails React Starter
A basic docker-compose, Rails and React / Webpack starter kit
Stars: ✭ 52 (-7.14%)
Mutual labels:  webpack
Express React Hmr Boilerplate
A boilerplate for scaffolding production-ready MERN stack projects.
Stars: ✭ 51 (-8.93%)
Mutual labels:  webpack
Webpack Tutorial
《Webpack 从零入门到工程化实战》专栏源码
Stars: ✭ 53 (-5.36%)
Mutual labels:  webpack
Egg View React Ssr
Egg React Server Side Render (SSR) Plugin
Stars: ✭ 55 (-1.79%)
Mutual labels:  webpack
Vue Bridge Webview
javascript bridge android/ios webview
Stars: ✭ 52 (-7.14%)
Mutual labels:  webpack
Snackui
SnackUI 🍑 - the final React style library. With an *optimizing compiler* that lets you write views naturally, with easier DX, working on native and web at once, all while being faster than hand-rolling your own CSS.
Stars: ✭ 55 (-1.79%)
Mutual labels:  webpack
Cdfang Spider
📊 成都房协网数据分析,喜欢请点 star!
Stars: ✭ 1,063 (+1798.21%)
Mutual labels:  webpack
Weixin Minigame Tutorial
Flappy Bird adaptation on Wechat Minigame using PhaserJS + English Wechat Minigames Tutorial
Stars: ✭ 56 (+0%)
Mutual labels:  phaser
React Cool Starter
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices.
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  webpack
Ts React Redux Startup
TypeScript redux configuration project, check also https://github.com/brunolm/react-how-to
Stars: ✭ 54 (-3.57%)
Mutual labels:  webpack
React Boilerplate
Production-ready boilerplate for building universal web apps with React and Redux
Stars: ✭ 53 (-5.36%)
Mutual labels:  webpack

Phaser ES6 Boilerplate

This is an ES6-based boilerplate for creating a multiplayer game using Phaser and Webpack. It is very opinionated as it strips out various unneeded components from Phaser and uses howler.js rather than Phaser Audio.

The purpose of this repo is to be a starting point for creating a game. The idea is to copy the contents and then modify from there. Look at the usage below for instructions on how it all works.

Features

  • Phaser-CE through npm (automatic custom build).
  • Boilerplate written in ES6 class structure.
  • Heavily commented and stripped down for most minimal build.
  • Webpack + Bublé + PostCSS.
  • BrowserSync for livereload during development.
  • Stats.js for displaying FPS/MS.
  • phaser-manifest-loader for easy asset loading.
  • Separate builds for production and development.

Usage

Clone the git repo.

[email protected]:goldfire/phaser-boilerplate.git

Install the dependencies.

npm i

Start the development web server.

npm run dev

Access your project in the browser.

locahost:7777

Then start building your game!

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].