All Projects → vzhou842 → Example .io Game

vzhou842 / Example .io Game

Licence: mit
An example multiplayer (.io) web game.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Example .io Game

Tap Tap Adventure
Tap Tap Adventure is a massively online 2D MMORPG set in the medieval times with twists.
Stars: ✭ 123 (-52.69%)
Mutual labels:  game, html5-game, socket-io
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-95.38%)
Mutual labels:  game, socket-io
Strider
💣 Strider is a 2D sci-fi platformer (Game Off 2015 entry)
Stars: ✭ 9 (-96.54%)
Mutual labels:  game, html5-game
Caveexpress
CaveExpress is a classic 2D platformer with physics-based gameplay and dozens of levels. CavePacker is a Sokoban game.
Stars: ✭ 111 (-57.31%)
Mutual labels:  game, html5-game
Doom Lgs
A multiplayer Node.js light gun shooter inspired on Doom
Stars: ✭ 36 (-86.15%)
Mutual labels:  game, socket-io
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+248.85%)
Mutual labels:  game, html5-game
Antipacman
HTML5 Pac-Man game with gesture recognition
Stars: ✭ 81 (-68.85%)
Mutual labels:  game, html5-game
Phaserquest
Reproduction of Mozilla's BrowserQuest using Phaser, socket.io and Node.js
Stars: ✭ 313 (+20.38%)
Mutual labels:  game, socket-io
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (-50%)
Mutual labels:  game, html5-game
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-46.92%)
Mutual labels:  game, html5-game
Codenames
Stars: ✭ 159 (-38.85%)
Mutual labels:  game, socket-io
Socket.io
NodeJS《你画我猜》游戏
Stars: ✭ 255 (-1.92%)
Mutual labels:  game, socket-io
One Html Page Challenge
Can you create something cool without modern tools?
Stars: ✭ 205 (-21.15%)
Mutual labels:  game, html5-game
Devil Glitches
My entry for the js13k 2016 game jam
Stars: ✭ 181 (-30.38%)
Mutual labels:  game, html5-game
docker-dashboard-example
Code repository for the Docker Dashboard Auth0 article
Stars: ✭ 32 (-87.69%)
Mutual labels:  socket-io, example-project
Ja2 Stracciatella
The continuation of the venerable JA2-Stracciatella project.
Stars: ✭ 258 (-0.77%)
Mutual labels:  game
react-recoil
A sample implementation of React Recoil.
Stars: ✭ 42 (-83.85%)
Mutual labels:  example-project
csharp-ddd-skeleton
🦈✨ C# DDD Skeleton: Bootstrap your new C# projects applying Hexagonal Architecture and Domain-Driven Design patterns
Stars: ✭ 67 (-74.23%)
Mutual labels:  example-project
Robusttoolbox
Client/Server Backend for Space Station 14
Stars: ✭ 259 (-0.38%)
Mutual labels:  game
Coophordeshooter
C++ Coop Horde Third-person Shooter for Unreal Engine 4 (Udemy Project)
Stars: ✭ 257 (-1.15%)
Mutual labels:  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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].