Skip to content

vzhou842/example-.io-game

Repository files navigation

An Example .io Game
An Example .io Game

Build Status

An example multiplayer (.io) web game. 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.

To run the project in a production setting, simply

$ npm install
$ npm run build
$ npm start