Skip to content

Zack890924/ChessAI_NegaMaxAlphaBeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChessAI_NegaMaxAlphaBeta

ChessAI_NegaMaxAlphaBeta is an AI-powered GO game implemented using the NegaMax algorithm and Alpha-Beta Pruning.

How to Play

  1. Run the Game: Execute the following command to start the game:

    python chessmain.py
  2. Game Interface: After the game starts, you'll see the GO game interface, including the board, pieces, and a simple user interface.

Chess Game Screenshot

  1. Gameplay: Make your moves and play against the AI opponent. The game screen will display the current game state, player, and AI scores, among other relevant information.

  2. End the Game: Once the game is finished, you can close the game window.

Important Notes

  • This project utilizes the NegaMax algorithm and Alpha-Beta Pruning for AI decision-making.

  • Ensure that your terminal supports ANSI colors for the optimal gaming experience.