Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

guiding principles:

  • separates game Logic, Networking, and Visual drawing
  • Server is the only authoritative source: simulation of the game is done also in the server and scores are calculated there.
  • dry principle (don't repeat yourself), sharing same game logic file between players and server.

to be improved (not enough time) :

  • better Synchronization between players and server.
  • game Design
  • Documenting code

About

Django & Node.js Multiplayer Pong game

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages