Skip to content

dividebyzeroeth/mfer-blaster-example

 
 

Repository files navigation

MFER Blaster (banner)

This is a fork of a multiplayer (.io) web game.

Read the original walkthrough: How to Build a Multiplayer (.io) Web Game. THANK YOU to Victor Zhou for the awesome tutorial!

Built with Node.js, socket.io, and HTML5 Canvas.

Development

To get started, make sure you have Node and NPM installed. Then,

$ npm install
$ npm run develop

on your local machine.

Production

To run the project in a production setting:

$ npm install
$ npm run build
$ npm start

Or with nginx and pm2:

$ npm install
$ npm run build
$ mv mfer-blaster/blaster /var/www/outerlumen.com/html/mfer/
$ pm2 start npm --name "mfer blast" -- start

Tests

To run the tests for this this project, simply

$ npm install
$ npm test

pm2

$ pm2 start npm --name "mfer blast" -- start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 6.4%
  • HTML 6.3%