GitXplorerGitXplorer
s

advenshare

public
9 stars
2 forks
6 issues

Commits

List of commits on branch master.
Unverified
c0330bf4a04d59757d81d0e5ba2e76b7579cf8da

README tweak

sssfrr committed 10 years ago
Unverified
96e462daace5102ca81b0d4dc423b597b21b0870

adds screenshot to README

sssfrr committed 10 years ago
Unverified
c7914170f1c87a1ca3b8bbe684818e95b6146a25

added rudimentary text chat (no history)

bbmayton committed 10 years ago
Unverified
02527f3861628dbb3627c6dd01394fd233e301e8

fix attempted default arguments; this is why you don't trust javascript code snippets from the internet to be any kind of correct

bbmayton committed 10 years ago
Unverified
1a8057abf7a83b397dde20d85cb1681eb9a21453

Add simple player list

bbmayton committed 10 years ago
Unverified
8e01a682db06bd573fbd1d056471323b87885f77

Fixed explicit exit that was causing reconnection to fail

bbmayton committed 10 years ago

README

The README file for this repository.

advenshare screenshot

AdvenShare

AdvenShare is a collaborative platform for playing point-and-click adventure games in your browser.

Development Setup

Prerequisites

  • npm (node package manager)
  • pip (python package manager)
  • GNU make
  • react-tools (install with npm)
  • node (install nodejs and nodejs-legacy packages with apt)
  • various python dependencies (install with pip install -r requirements.txt)

Make Targets

  • default - generates javascript files from JSX
  • watch - runs the jsx compiler in --watch mode so it auto-builds when you change a JSX file
  • serve_dev - starts a development server you can connect to at localhost:8000
  • serve_prod - starts the production server intended to sit behind a webserver

Various FAQs and Gotchas

  • You must connect to the server with SSL to host a game, or the browser won't let you screen-share