j-krl / connect4AI

Simple CLI Connect 4 with AI programmed using the MiniMax algorithm. Includes code portion for JS React version.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

To run, run the command python connect4.py. Must have NumPy installed. Install using pip with pip install numpy

JavaScript

JavaScript is more for code display and will not run with what is provided. It is written with React and needs to be compiled.

About

Simple CLI Connect 4 with AI programmed using the MiniMax algorithm. Includes code portion for JS React version.


Languages

Language:JavaScript 67.6%Language:Python 32.4%