Build browser based multiplayer games with the latest technologies: Webpack + Gun + Phaser
- Webpack: Pack all files into one single bundle
- Gun: Javascript real-time distributed graph database
- Phaser: HTML5 2D Canvas/WebGL game engine
- Hot reload developing environment using Webpack server
- Real-time database using Gun
- One bundle to load
- Clone this repo: git clone https://github.com/mimiza/webpack-gun-phaser-multiplayer-boilerplate.git
- Install: yarn install
- Develop: yarn dev
- Build: yarn build