Skip to content

hy0228/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 99.6%
  • CSS 0.4%