From 4268a6cb0828882986d6bddf1bdd971987e62735 Mon Sep 17 00:00:00 2001 From: Stian Ozzy <35351828+StianOzzy@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:40:03 +0100 Subject: [PATCH] Update README.md Added further formatting to better reseble README_TEMPLATE.md --- Connect-Four/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Connect-Four/README.md b/Connect-Four/README.md index eaa7dee1..30636a83 100644 --- a/Connect-Four/README.md +++ b/Connect-Four/README.md @@ -1,12 +1,13 @@ # Connect 4 Game in Tkinter +## 🛠️ Description This script implements a simple Connect 4 game using Tkinter in Python. -## Prerequisites +⚙️ Languages or Frameworks Used Make sure you have Python installed on your system. No additional modules are required as Tkinter is included in the standard library. -## How to Run the Script +## 🌟 How to Run the Script 1. Navigate to the project directory: @@ -22,6 +23,6 @@ Make sure you have Python installed on your system. No additional modules are re 3. The game window will open, and you can start playing by clicking on the buttons at the bottom to drop your pieces. -## Author +## 🤖 Author Guerro