guesswho-stereotype

GuessWho Stereotype Documentation

A lightweight research game for studying stereotype patterns through role-based gameplay.

What this project is

GuessWho Stereotype (Xposed) is a Flask + Socket.IO application with:

Documentation map

Architecture snapshot

Run with Gunicorn

For a production-style local run, start the app through the Eventlet-enabled WSGI entrypoint:

gunicorn --worker-class eventlet -w 1 --bind 127.0.0.1:5000 --log-level info wsgi:app

Notes:

Notes