Commit graph

14 commits

Author SHA1 Message Date
8a262f4e36 fix error when winning in a full board 2021-11-05 02:19:45 +01:00
82abfdf6da Ajout de commentaires 2021-11-04 22:23:34 +01:00
7b2aa9e8ac Meilleurs commentaires 2021-11-04 21:54:22 +01:00
55cbeb5c28 Suppression d'un gitignore en trop 2021-11-04 21:48:49 +01:00
28fa26c6d6 - Implémentation complète de minimax
- Meilleure gestion des erreurs
2021-11-04 21:48:22 +01:00
4969221f23 Adding args to the script 2021-11-04 21:02:37 +01:00
662e2daf58 Complete reorganization
-> `Minimax()` now depends on `Morpion()` and not the other way around
-> Better comments
-> Dynamic display depending on the board
-> Added source for bold text
-> Due to inheritance changes, `Morpion()` is now playable alone 🎉 by calling it without going through `Minimax()`
2021-11-04 20:36:49 +01:00
c0037d0941 adding bold text 2021-11-04 18:34:19 +01:00
e2ce777bc3 fix bug when looking the downward diagonals 2021-11-04 18:16:32 +01:00
252124d26f back to regular 3x3 for the example 2021-11-04 17:26:37 +01:00
18c80f4717 add emoji for better visibility and prevents user from playing a busy case 2021-11-04 17:24:09 +01:00
d7210f8f4b Adding the README 2021-11-04 17:08:06 +01:00
2049577ad6 add main file 2021-11-04 17:03:13 +01:00
2efa53813f ignore not relative files and folders 2021-11-04 17:02:47 +01:00