Skip to content

FrozenCow/10secondsminigames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published