Course: COMS 4444 Programming and Problem Solving (Fall 2024)
Problem Description: https://www.cs.columbia.edu/~kar/4444f24/node19.html
Course Website: https://www.cs.columbia.edu/~kar/4444f24/
University: Columbia University
Instructor: Prof. Kenneth Ross
Project Language: Python
Adithi Narayan, Logi Sigurdarson, Priyanka Rose Varghese
View the full report here
Run group 4 as --nsStrategy or --ewStrategy and --nsGuesses or --ewGuesses
To install tkinter on macOS, run the following command:
brew install python-tk@3.XFor Windows, tkinter can be installed using pip:
pip install tkTo view all options use python Guess-my-Hand.py -h. Apart from seed, the other flags will be used for competition among different teams.
python Guess-my-Hand.py [--seed] For running the simulation multiple times with different seeds use the Guess-my-Hand.py with --nSims flag set to the number of simulations.
python Guess-my-Hand.py [--nSims]