From 4bc7a44ac4f1b127b53eb959a2679cabf07cdfe9 Mon Sep 17 00:00:00 2001 From: mukeshbadgujar Date: Mon, 1 Jul 2019 18:12:21 +0530 Subject: [PATCH 1/2] Checking How To Commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d09cfb..517682b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +Just Checking How To Contribute I Am New User # 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. From bc4f5bdb95f98ca160e8f93234a48897d09683d2 Mon Sep 17 00:00:00 2001 From: mukeshbadgujar9 <32473209+mukeshbadgujar9@users.noreply.github.com> Date: Mon, 1 Jul 2019 19:33:33 +0530 Subject: [PATCH 2/2] New User Again Check --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 517682b..2d0618d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Just Checking How To Contribute I Am New User +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.