Guess Who?

Simulating game scenarios in Guess Who?
Game Theory
Python
Author

Alejandro Fontal

Published

2025-05-04

Introduction

In this blog post we will implement a Guess who? game simulation in Python and play around with potential strategies to (if possible), increase winning chances.

Preamble

Imports

import numpy as np
import pandas as pd
import plotnine as p9

Pre-sets