https://github.com/jtpio/chinese-checkers
Chinese Checkers game in Prolog using min-max algorithm
https://github.com/jtpio/chinese-checkers
Last synced: 6 months ago
JSON representation
Chinese Checkers game in Prolog using min-max algorithm
- Host: GitHub
- URL: https://github.com/jtpio/chinese-checkers
- Owner: jtpio
- Created: 2011-11-11T20:57:41.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-11-11T21:44:09.000Z (over 14 years ago)
- Last Synced: 2025-09-22T10:14:59.944Z (10 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dames Chinoises #
Jeu de dames chinoises en Prolog.
Le programme intègre une IA construite à partir de l'algorithme minimax alpha-beta
Pour lancer un match entre 2 IA, executer le prédicat "go."
# Chinese Checkers #
A chinese checkers game implemented using Prolog
The Ai is based on the minimax alpha-beta algorithm.
Want to see a match between 2 AI ? Just execute the predicate "go."