Skip to content

This is online snake game on python! Just classic snake game but with multiplayer.

Notifications You must be signed in to change notification settings

JohnnyC0rp/Online-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Online-snake

This is online snake game on python! Just classic snake game but with multiplayer.

Cons:

  • It uses TCP protocol which is not the best choice for online games
  • All logic is calculated on the client side, which says "Come on, cheating is welcome". Just cut out collision checking code and only your snke will become immortal
  • No encryption
  • It is just a bit modified version of chat room
  • Things are so bad, that speed of each snake can be easily changed by fps option in config.py. If you increase your fps, you will move faster than your opponents and they will see some kind of lagging
  • Synchronisation troubles after moving windows (This can be easily fixed, but it works fun)
  • Color is generated randomly, it means you can be become invisible with some chance

Pros:

  • It works

Some screenshots: image image

About

This is online snake game on python! Just classic snake game but with multiplayer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages