- State.py handles the logic of the game
- Player package include a variety of agents that interacts with env. to play the game
- utils.py contains many useful functions for the game, including the distribution of cards and score calculation
- test.py offers some but not comprehensive unittests
- For usage, check test.ipynb