diff --git a/README.md b/README.md index 4d09cfb..2d0618d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +Just Checking How To Contribute I Am New User Again Check # 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.