5 Commits

Author SHA1 Message Date
912f37344f Add test target to Makefile for running unit tests 2026-04-08 15:45:34 +02:00
kerboul
9d6a155eb4 Implement Nim game logic and heuristics, including board, moves, roles, and AI algorithms 2026-04-08 15:04:18 +02:00
6f90c96789 Actualiser README.md 2026-04-07 14:49:34 +02:00
kerboul
68cf66b19c Implémenter DominosHeuristics et MiniMax
- hVertical/hHorizontal : différence de coups disponibles entre les deux rôles
- MiniMax : bestMove + maxValue/minValue récursifs avec comptage nœuds/feuilles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 14:42:57 +02:00
kerboul
9700af5c65 Initial commit — sujet TP1 IIA (Minimax / Alpha-Beta)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 14:41:05 +02:00