Skip to content
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

Connect Four #403

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Connect Four #403

wants to merge 1 commit into from

Conversation

ArjaynP
Copy link
Contributor

@ArjaynP ArjaynP commented Feb 2, 2025

Added connect four python program file, and marking documentation as well.

PR Title

Give a title to your PR

Summary

summary...

Connect Four

I have created the board game, "Connect Four", using the programming language Python. The program follows all rules of the game, where players can win by either having 4 in a row horizontally, vertically, or diagonally. The dimensions for this particular game is a 6x7 board.

Description

The changes are as follows:

  • Included Folder called Connect Four
  • Within folder contains connectfour.py
  • Also wrote README.md file
  • Updated list, "List of Python Scripts" to include my python project name

Checks

in the repository

  • Made no changes that degrades the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's wellfare)
  • Tested the changes you made

Thank You,

Arjayn

Added connect four python program file, and marking documentation as well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant