Project Name | Description | Key Features/Skills | Reference |
---|---|---|---|
Bagels | A deductive logic game where players try to guess a secret 3-digit number based on feedback provided after each guess (like "1 digit correct"). The game challenges reasoning and pattern recognition skills. | - Deductive reasoning - User input handling - Python logic implementation - Looping & conditionals |
Link to Repository or Source |
Birthday Paradox | Demonstrates the surprising statistical likelihood that in a group of just 23 people, there's a better than even chance that two share the same birthday. It highlights the counterintuitive nature of probability. | - Probability theory - Statistical analysis - Simulation in Python - Data visualization |
Link to Repository or Source |
ThinkAcron | Generates catchy acronyms from input phrases, helping users create memorable abbreviations effortlessly. | - String manipulation - User input parsing - Algorithmic phrase processing |
Link to Repository or Source |
PaperCuts | A colorful implementation of the classic Rock, Paper, Scissors game, allowing users to play against the computer in a visually engaging way. | - Game design - Randomized computer choice - Looping & conditionals - Colored terminal output |
Link to Repository or Source |
Hufftastic | A graphical Huffman coding implementation that uses tkinter for visualization, making compression concepts accessible and interactive. | - Data compression - GUI development with tkinter - Tree data structures - Python coding skills |
Link to Repository or Source |
This project is licensed under the CC0 1.0 Universal