Skip to content

mdanialh/connect4_AI_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connect4 game with MIN-MAX


Hello everyone:)

I'm going to explain to you about my AI game project named connect4

description


; This game runs in 2 modes :

  1. MINI-MAX
  2. MINI-MAX with alpha-beta pruning

Player can select modes in the start menu :

game_menu

Gameplay


There are seven columns and player must select one column using keyboard numbers :

game_Appearance

Game ending :

  1. If you lose the game, this image will be displayed :

LOSER

  1. If you win the game :
WON
  1. And if the game ends in a draw :
TIED

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages