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

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

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."