Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 352 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 352 Bytes

Connect-4 Reinforced Learning Game AI

A connect-4 game which utalizes and compares multiple AI search algoritms.

By: Jack Kelly

Play by running

  • pip install numpy
  • pip install pygame
  • python connect4.py

Documentation

View the project website here to view the documentation