A collection of beginner-friendly Python projects including a classic Hangman game and interactive chatbot, developed as part of my programming learning journey.
- Description: Classic word-guessing game implementation
- Features:
- Random word selection
- Letter guessing mechanics
- Visual hangman progression
- Win/lose condition handling
- Technologies: Python, Random module, String manipulation
- Description: Basic conversational agent
- Features:
- Pattern-based responses
- User input processing
- Multiple conversation topics
- Interactive dialogue system
- Technologies: Python, String processing, Conditional logic
- Python 3 - Core programming language
- Random Module - For game word selection
- String Manipulation - Text processing and validation
- Conditional Logic - Game rules and chatbot responses
- User Input/Output - Interactive console applications
- Python 3.6 or higher
- Clone the repository:
git clone https://github.com/Bader-Aljaberi/codealpha_tasks.git
cd codealpha_tasks