Python Hangman: Deciphering the Classic Game with Code Mastery
Role: Developer
Tool: Python
Timeline: Oct 2023 - Dec 2023
Explore the Game!
Click through the slideshow below to see the different stages of the Python Hangman game in action, from word selection to game-over scenarios. Each slide includes captions explaining the game mechanics and design choices.
Context
For our intro to computer science final project, my two teammates and I created a Python rendition of the classic Hangman game developed as our final project for an introductory Computer Science course. Our game challenges players to guess a hidden word within six attempts, offering multiple difficulty levels and engaging gameplay. The project structure includes key components such as level selection, word generation, game initiation, and letter verification. Despite initial bugs and structure adjustments, our team implemented Object-Oriented Programming (OOP) for efficient code management. Team collaboration was integral, with individual contributions highlighted. Future plans involve GUI enhancements, animations, and innovative game features for an enriched user experience. Discover our project on GitHub for an immersive dive into Python programming and game development in this project!
[GitHub Project Link: https://github.com/feyiapampa/Hangman-GUI.git]