Python Game

Demonstrates the ability to use python to create a game

Written by Parker Tincher

This one-player Connect 4 game was made in Visual Studio Code using python. The user plays against the computer, the computer will make random moves and try to win, it will also block the player from winning. This project helped me practice loops, conditionals, functions, and basic game logic. It also shows experience with python.