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

https://github.com/dfop02/chess-with-minimax

Chess game project with IA (minimax algorithm)
https://github.com/dfop02/chess-with-minimax

article artificial-intelligence c chess chess-ai chess-game minimax study-project

Last synced: 4 months ago
JSON representation

Chess game project with IA (minimax algorithm)

Awesome Lists containing this project

README

          

# Chess Game With Minimax
Chess game project with IA (minimax algorithm)

### How Play?

You can test and play by yourself just clonning the repository and run menu.c (maybe you need a C compiler).

### About

This game is part of a scientific article published in Nº. 18 – ANAIS - XVI SEMANA DE EXTENSÃO – XVI JORNADA DE INICIAÇÃO CIENTÍFICA. You can read about it [here](http://revista.universo.edu.br/index.php?journal=1reta2&page=article&op=view&path%5B%5D=7636&path%5B%5D=3793) (Text in portuguese).

### Authors

* [Diogo Fernandes](https://github.com/dfop02)

### License

This project is licensed under the Apache License 3.0 - see the [LICENSE.md](LICENSE.md) file for details