Skip to content
This repository has been archived by the owner on Oct 4, 2018. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 631 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 631 Bytes

Overview

A simple Node.js project that uses Socket.io to allow multiple buccaneers to connect and sail their ship accross the ocean.

Requirements

Node.js, npm and CoffeeScript. Everything's setup according to Heroku's guide.

The script.js and app.js file are generated by CoffeeScript. You'll need the latest version of CoffeeScript to enable watching and joining of all files in the src folder.

Running it

Live example at: http://exploration.herokuapp.com

Run foreman start to start a local server. You might need some node modules, install them using npm.