Skip to content

berkeatac/space-bandits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space Bandits

A space based, real time multiplayer game

Online Playable URL

https://spacebandits.herokuapp.com/

Created using Node.js and P5.js

Space Bandits is a real time multiplayer game, that runs on a browser and uses socket.io to create real time communicaiton between the users and the server. The goal is to get the most points by hovering over the planets and sucking them to death.

Tech

Space Bandits uses a number of open source projects to work properly:

  • P5.js - JS client-side library for creating graphic and interactive experiences
  • Twitter Bootstrap - great UI boilerplate for modern web apps
  • node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • socket.io - enables real-time bidirectional event-based communication.

Installation

Install the dependencies and devDependencies and start the server.

$ cd space_bandits
$ npm install -d
$ node server.js

Screenshot

About

Real-time multiplayer web game made with nodeJS, socket.io and p5.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages