valvin1 / multiplayer-tetris

Multiplayer Javascript Tetris (node.js, easeljs, angular.js, socket.io, foundation.css)

Home Page:http://multi-tetris.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tetris

Multiplayer Javascript Tetris (node.js, easeljs, angular.js, socket.io, foundation.css)

  • Classical Tetris type of game
  • Multiplayer feature
  • Live updates/broadcast of all players playing
  • Highscores

Demo here: http://multi-tetris.herokuapp.com/

Development/Setup

Dependencies for the Server (npm)

    npm install

Dependencies for the client (hard copied within the repository)

    src/js/libs

But you can use bower to fetch a copy of them: bower install

To start the Server:

    node index.js

It starts the express web and the socket server. The express server only delivers the static files from /src to the http route /app.

Point Browser to: http://localhost:2550 (alter the hostname/port to match your node server), enter a name and play or watch others currently playing - live.

Play here: http://multi-tetris.herokuapp.com/

About

Multiplayer Javascript Tetris (node.js, easeljs, angular.js, socket.io, foundation.css)

http://multi-tetris.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 95.7%Language:HTML 3.9%Language:CSS 0.4%