Skip to content

Tvashta/Guess-My-Hand

 
 

Repository files navigation

Project 2: Guess My Hand

Summary

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

Group 4

Adithi Narayan, Logi Sigurdarson, Priyanka Rose Varghese
View the full report here
Run group 4 as --nsStrategy or --ewStrategy and --nsGuesses or --ewGuesses

Installation

To install tkinter on macOS, run the following command:

brew install python-tk@3.X

For Windows, tkinter can be installed using pip:

pip install tk

Usage

To 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] 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 90.2%
  • Jupyter Notebook 9.4%
  • Shell 0.4%