Skip to content

MasterOdin/Connect4-AI

Repository files navigation

Connect4-AI

Build Status Coverage Status

Connect 4 Game written in Python including an AI player 2 implementing a number of strategies

The AI will implement the following strategies:

  1. Pick a random column and place a piece there if not full
  2. Minimax algorith with alpha-beta pruning with some number of move lookead (default 5)

Other than the Very Easy strategy, the bot will implement a minmax algorithm with alpha-beta pruning to determine an optimal move

About

Connect 4 Game written in Python including an AI player 2 implementing a number of strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages