Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 387 Bytes

File metadata and controls

6 lines (5 loc) · 387 Bytes

Connect4

This connect 4 game is powered by min-max algorithm.

For simplicity and efficiency, we only calculate the score in row and col.
Here is the complete version of this project, which is written in Python Ragnarok.