Skip to content

nicostoehr/python_chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess multiplayer in python using UDP for network transmission, pygame for graphics. Multithreaded and with textures.

Be sure you have pygame installed!

pip install pygame

Offical site: https://www.pygame.org/docs/

Easly conntect over UDP by choosing to host or join a game. Both parties have to select a PORT. The party that joins the game has to input the IP and PORT of the host game.

Missing features(future updates):

  • Castling
  • Pawn Transformation (Last Row)
  • en passant

Additional note: There is no system in place to register whether any party is in check. It is possible to capture the enemy king if given the chance. The game ends when either king is captured.

About

pygame multiplayer over udp chess

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages