Skip to content

Update README.md #338

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Connect-Four/README.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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