Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
art
 
 
web
 
 
 
 
 
 
 
 

README.md

10secondsminigames

A multiplayer game in pure Javascript and Node for Ludum Dare 27.

This project makes use of websockets and I've tried to implement the game logic in a pure functional manner, so that the multiplayer mechanics will work using simulator.js. The code is far from efficient, but it works (and kept working while making changes) without desyncing and with minimal network traffic.

Play the game

Ludum Dare entry

Installation

$ npm install

Running

$ node index.js

Open up a browser and navigate to http://localhost:8085/.

About

A multiplayer game in pure Javascript and Node for Ludum Dare 27

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.