jaknap / spacebrewChat

Websocket based multiplayer chat game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spacebrewChat

Uses the websockets interface library from Rockwell Labs, Spacebrew: http://docs.spacebrew.cc/

A chat application between multiple mobile and desktop devices connected to the server, without any details on the sender. The game relies on how well the players know each other, guessing from the messages sent to their device!

Setting up client-side:

  • Install python
  • Run python -m SimpleHTTPServer portNumber from your terminal
  • Go to the ipAddress:portNumber on your mobile browser

    Setting up server-side:

  • Enter the nodeServer directory and run the following command from terminal:
  • node node_server.js -p portNumber

    Go to the localhost:portNumber on your browser to access the admin panel, and enjoy cross-connecting the players!

  • About

    Websocket based multiplayer chat game


    Languages

    Language:JavaScript 98.3%Language:CSS 1.0%Language:HTML 0.8%