Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 357 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 357 Bytes

self_study-connect_four-AI

What is this project for

My self_study project by building a game using pygame then have an AI to compete with player

Game name

connect four

Goal

build an AI that can play this game

How to use

  1. install the packages from Pipfile (I used pipenv for package management)
  2. run game.py and you're ready to go!