This is example of implementaion canvas ping pong game by Mailson's tutorial with multiplayer extension.
- 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
See server/config.py
and variable gameOptions in client for details
Is not completed yet, has todos and sync problems