benzyx / example-.io-game

An example multiplayer (.io) web game.

Home Page:https://example-io-game.victorzhou.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Example .io Game
An Example .io Game

https://example-io-game.victorzhou.com

Build Status

An example multiplayer (.io) web game. Read the walkthrough: How to Build a Multiplayer (.io) Web Game.

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

To see this code with Flow typing, visit the flow branch.

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

Tests

To run the tests for this this project, simply

$ npm install
$ npm test

About

An example multiplayer (.io) web game.

https://example-io-game.victorzhou.com/

License:MIT License


Languages

Language:JavaScript 86.7%Language:HTML 6.8%Language:CSS 6.5%