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