• Stars
    star
    441
  • Rank 98,861 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An example multiplayer (.io) web game.

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

More Repositories

1

profanity-check

A fast, robust Python library to check for offensive language in strings.
Python
630
star
2

faster.js

faster.js is a Babel plugin that compiles idiomatic Javascript to faster, micro-optimized Javascript.
JavaScript
436
star
3

cnn-from-scratch

A Convolutional Neural Network implemented from scratch (using only numpy) in Python.
Python
281
star
4

neural-network-from-scratch

A Neural Network implemented from scratch (using only numpy) in Python.
Python
208
star
5

victorzhou.com

My personal website + blog. Built with Gatsby.js.
JavaScript
154
star
6

rnn-from-scratch

A Recurrent Neural Network implemented from scratch (using only numpy) in Python.
Python
84
star
7

gatsby-plugin-optimize-svgs

A Gatsby Plugin to minify SVGs output to the filesystem during the build.
JavaScript
37
star
8

generals.io-Node.js-Bot-example

An example Node.js bot for generals.io. Learn more at http://dev.generals.io/api#tutorial
JavaScript
32
star
9

easy-VQA

The Easy Visual Question Answering dataset.
Python
32
star
10

definitely-secure-bank

A definitely (read: not) secure online banking site. Built for demo purposes as an example of common security vulnerabilities / what NOT to do.
JavaScript
24
star
11

easy-VQA-keras

A Keras implementation of VQA using the easy-VQA dataset.
Python
22
star
12

generals.io-Replay-Utils

Official utils for processing generals.io replays. Learn more at http://dev.generals.io/replays
JavaScript
20
star
13

easy-VQA-demo

A Web-based Javascript Demo of an easy-VQA model.
JavaScript
13
star
14

OutsideChat-iOS

A mesh network peer-to-peer communication platform, built at Outside Hacks 2015.
Objective-C
5
star
15

gatsby-remark-code-headers

Add headers (like filenames) to code blocks for Gatsby.js.
JavaScript
3
star
16

faster.js-demo

An demo of the faster.js Babel plugin.
JavaScript
2
star
17

COS-333-Project

Robin, a project for COS 333.
Swift
2
star
18

DARKHOUSE

A game inspired by Nintendo's "Luigi's Mansion"
JavaScript
1
star
19

generals-bot-cpp

A C++ generals.io bot.
C++
1
star
20

Cloak

Hiding information in photos. HackPrinceton 2015 - Best Privacy & Security Hacks, First Place.
Objective-C
1
star
21

Robin

An anonymous location-based social mobile app that aims to connect people via sharing. Built for COS 333.
1
star
22

victorzhou.com-Old

My old personal website. See the new one at https://github.com/vzhou842/victorzhou.com
JavaScript
1
star
23

PEI-visualizer

A Physical, Emotional, and Intellectual health visualizer.
JavaScript
1
star
24

Falling-Dots-iOS

iOS App for Falling Dots (made by Victor Zhou).
Objective-C
1
star