Implementation of scrabble in python.
- algo permettant de comparer la perf de deux algo de recherche
- BDD SQLite et SQLalchemy pour stocker toute les données
- https://medium.com/@aydinschwa/coding-the-worlds-fastest-scrabble-program-in-python-2aa09db670e3r
- IA for computer player (reinforcement learning, neural network, Monte Carlo Tree Search, ...)
- Le jeton joker ne compte pas pour 0 points pour le moment