Skip to content

A networking project that uses socket.io library from python that connects sockets of two hosts to play multiple chess games using a GUI developed using pygame framework.

License

Notifications You must be signed in to change notification settings

iyashk/Online-Chess-Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Multiplayer Chess

Description: An online multiplayer chess game. Supports infinite players playing against random opponents on different machines on different networks. This project was created using python 3.7, pygame and the sockets module from python3. It runs on a basic client server system where a server script handles all incoming connections and game management. The clients simply hanlde the UI and game play.

Required:

  • Python 3.x
  • pygame

TO MAKE THIS CODE WORK...

You will need to change the server address from within the following two files:

  • client.py
  • server.py

You will also need to run server.py on some kind of server. After that you can launch two instances of game from anywhere to play online chess.

About

A networking project that uses socket.io library from python that connects sockets of two hosts to play multiple chess games using a GUI developed using pygame framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%