Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 982 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 982 Bytes

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