From 4fc475bdcf1b2a7acaf3fec39af06728a7d5eb0f Mon Sep 17 00:00:00 2001 From: vishwajeet kumar <46448034+vishu6361@users.noreply.github.com> Date: Thu, 10 Oct 2019 12:50:35 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d20d353..97f79a9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Connect-Four-Game +# Connect_Four_Game A nice and simple project made to learn/practise JavaScript and jQuery. The game has dual player mode allowing 2 players (with each player color coded) to simultaneously interact and make their move in order to win by connecting 4 consecutive dots in any direction.