Skip to content

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

License

Notifications You must be signed in to change notification settings

valvin1/multiplayer-tetris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 3.9%
  • CSS 0.4%