Welcome to Cluetho, a Tkinter-powered digital spin on the classic board game Cluedo, made with love..
Built as my final project for Stanford University's Code in Place 2025, Cluetho is a fun, beginner-friendly Python game that helps players guess the right combination of suspect, weapon, and room.
It was coded from scratch using Python and Tkinter
- Choose the number of players (2โ6)
- Each player takes turns guessing the killer combo
- Get a hint if you're wrong (but only one ๐)
- Win the game by solving the full combo correctly
- And yes, be as sassy as you want when you win ๐
- Python 3
- Tkinter (GUI framework)
- Pillow (
PIL) for image handling
- Clone this repository:
git clone https://github.com/yourusername/cluetho.git cd cluetho - Install dependencies
pip install -r requirements.txt
- Run the game
python game.py
To the Code in Place community, my amazing section lead + peers, and everyone who made coding feel fun again!
Wanna try it? Clone the repo and run it on your machine.