Skip to content

julesGoullee/bomberman

Repository files navigation

BomberCat

Web Game bomberman brain wave, in First person shoot, multiplayers, 3D ( with babylonjs engine (https://github.com/BabylonJS/Babylon.js).

Build Status dependencies Status dev dependencies Status

##Pré requis:

##Config ssl cert for Nginx:

  • Generate ssl cert :
npm run crt-generate-local
  • Deploy local cert on nginx:
npm run deploy-nginx-local-crt

##Config Nginx:

  • Deploy local nginx config and restart service:
npm run deploy-nginx-config

Config App

In /config/{dev|prod}/:

  • account.json: facebook app login
  • config{client|Serve}: params game

##Developpement

  • Npm Dependencies:
npm install
  • Watch task ( jshint, config, mocha, karma, webpack bundle)
gulp
  • Add app domain to resolve host: Add in /etc/hosts :
127.0.0.0.1    bombercat.io
  • Test:
npm test

##Deploiement

NODE_ENV=production npm i --production

launch:

NODE_ENV=production npm start

##Demo: https://monchezmoi.no-ip.org

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages