An open API service indexing awesome lists of open source software.

https://github.com/ahmed-m-aboutaleb/ai-2025-gomoku

An Intelligent Gomoku Player using the Minimax Algorithm, Alpha-Beta Pruning, and Heuristic Functions.
https://github.com/ahmed-m-aboutaleb/ai-2025-gomoku

alpha-beta-pruning artificial-intelligence gomoku minmax-algorithm python

Last synced: 3 months ago
JSON representation

An Intelligent Gomoku Player using the Minimax Algorithm, Alpha-Beta Pruning, and Heuristic Functions.

Awesome Lists containing this project

README

        

# Gomoku AI Int

An Intelligent Gomoku Player using the Minimax Algorithm, Alpha-Beta Pruning, and Heuristic Functions.

## Features

- Minimax Algorithm
- Alpha-Beta Pruning
- Heuristic Function
- User Interface
- Adaptive Difficulty Levels
- User-Selected Board Size

## Installation

Install AI-2025-Gomoku with git

```bash
git clone https://github.com/Ahmed-M-Aboutaleb/AI-2025-Gomoku.git
cd AI-2025-Gomoku
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```

## Authors

- [@Ahmed Aboutaleb](https://github.com/Ahmed-M-Aboutaleb)
- [@Asem Hamed](https://github.com/Asemhamed)

## Contributing

Contributions are always welcome!
## License

[MIT](https://choosealicense.com/licenses/mit/)