https://github.com/zfa3/connect-4
Connect 4
https://github.com/zfa3/connect-4
connect4
Last synced: about 1 year ago
JSON representation
Connect 4
- Host: GitHub
- URL: https://github.com/zfa3/connect-4
- Owner: zFa3
- License: mit
- Created: 2024-07-07T13:55:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:04:15.000Z (over 1 year ago)
- Last Synced: 2025-02-17T04:48:33.435Z (over 1 year ago)
- Topics: connect4
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Connect 4**

- By zFa3
- Made in Python, with Tkinter
Project ---
I've been wanting to make this project for a while,
haven't had a good reason until now. Uses mostly
pure python except for tkinter, which gets installed
with python
Inspiration ---
I created a Tic Tac Toe game in school for a project,
tetris, minesweeper and 2048 co sontinuing the theme
of iconic game I chose to create Connect 4 in Tkinter