Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 672 Bytes

File metadata and controls

20 lines (16 loc) · 672 Bytes

Webpack + Gun + Phaser Multiplayer Boilerplate

Build browser based multiplayer games with the latest technologies: Webpack + Gun + Phaser

What are these technologies

  • Webpack: Pack all files into one single bundle
  • Gun: Javascript real-time distributed graph database
  • Phaser: HTML5 2D Canvas/WebGL game engine

Features

  • Hot reload developing environment using Webpack server
  • Real-time database using Gun
  • One bundle to load

How to install

  1. Clone this repo: git clone https://github.com/mimiza/webpack-gun-phaser-multiplayer-boilerplate.git
  2. Install: yarn install
  3. Develop: yarn dev
  4. Build: yarn build

THANKS TO THE OPEN SOURCE COMMUNITY!