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)
- Host: GitHub
- URL: https://github.com/dfop02/chess-with-minimax
- Owner: dfop02
- License: gpl-3.0
- Created: 2019-06-08T03:15:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T03:27:11.000Z (over 6 years ago)
- Last Synced: 2025-06-01T07:13:37.079Z (4 months ago)
- Topics: article, artificial-intelligence, c, chess, chess-ai, chess-game, minimax, study-project
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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