Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 789 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 789 Bytes

Connect4

An implementation of Minimax AI Algorithm on Connect4

Connect 4 one of the most famous puzzle game.

Creating AI player using minimax algorithm.

This is a UI application written in Java, You can play the game by downloading the project and import it to intelliJ IDEA.

you can find the rules of the game Connect4 - WikiPedia

There is 3 diffrent levels

  • Easy
  • Normal
  • Hard

UI

1

2

3