Skip to content

dearcodes/revenge-team

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design annotations

http://goo.gl/mT34M

Installing the server stack

sudo apt-get install nodejs npm
npm install socket.io

Running the server

node server-cc.js

Running the client

Open public/index.html in your browser.

Watching some action

You can open public/index.html on two tabs. The first tab will control the blue caps, and the second one the red ones. Use the browser console to view feedback messages sent by the server.

About

Online turn-based soccer game. Using Node.js, WebSockets, Canvas, client-server code reuse, MVC, and native JS prototype-based object orientation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.5%
  • HTML 2.4%
  • CSS 0.1%