This is a project to make a Go Fish AI that can play against 1 to 3 other opponents.
- Run
py go_fish.py --help
in the CLI to see the options. - Run
py go_fish.py
in the CLI to start the game in AI mode, as in for AI training and testing. - Run
py go_fish.py --player --amount n --type x
in the CLI to start the game in play mode with the specified amount of opponents and type (see help for more details).
Some of the base GoFish code is taken from Leah8's repo. 99% of the code is our own work.