Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 279 Bytes

Connect4

Simple Connect 4 Game using Pygame, OOP, and Modular Coding

Gameplay of Connect4!

Connect4Board.py demonstrates object-oriented programming by capturing key functionalities into a single, streamlined class, showcasing effective OOP design.