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

https://github.com/tim-raphael/chess-engine

This is a simple chess engine implemented in Rust using the minimax algorithm with alpha-beta pruning for decision-making.
https://github.com/tim-raphael/chess-engine

algorithm chess chess-engine minimax-algorithm rust

Last synced: 9 months ago
JSON representation

This is a simple chess engine implemented in Rust using the minimax algorithm with alpha-beta pruning for decision-making.

Awesome Lists containing this project

README

          

# Chess Engine

This is a simple chess engine implemented in Rust using the minimax algorithm for decision-making.

## Features

- **Minimax Algorithm**: The engine uses the minimax algorithm to search through the game tree and determine the best move.

## License

This project is licensed under the MIT License - see the LICENSE file for details.

Feel free to contribute, report issues, or suggest improvements.