Skip to content

Rikanishu/canvas-ping-pong-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

canvas-ping-pong-multiplayer

This is example of implementaion canvas ping pong game by Mailson's tutorial with multiplayer extension.

Installing

  • Install server dependings
    • Python >= 2.7.2
    • Tornado >= 2.4
  • Run server via command line
user@example:~$ sudo pip install tornado
user@example:~$ python ./app.py
  • Open client/index.html in browser

Configure

See server/config.py and variable gameOptions in client for details

Notes

Is not completed yet, has todos and sync problems

About

Canvas ping-pong game with Tornado websocket multiplayer server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published