Tic Tac Toe Game
• Developed a two-player tic-tac-toe game using Python.
• Implemented functions to initialize the game board, display the current state, handle player moves, switch turns, and check for a winner or draw.
• The project demonstrates proficiency in Python programming, logical thinking, and game development.
Card Classes
• Developed a card game framework using Python.
• Implemented classes and functions for creating cards, managing a deck, shuffling, and dealing.
• The project supports player hands and is extendable to various card games like Poker or Blackjack.
• Demonstrated strong OOPs skills, including encapsulation, inheritance, and polymorphism.
Slot Machine
• Created a slot machine simulator in Python, utilizing functions to set up symbols, simulate spins, and determine outcomes.
• This project highlights skills in randomization, probability, and game logic, as well as proficiency in Python programming.
Password Generator
• Designed and coded a password generator in Python, utilizing functions to generate complex passwords based on user-defined criteria.
• Emphasized skills in Python scripting, random number generation, and enhancing security through strong passwords.
Analog Clock
• Created a fully functional analog clock with HTML, CSS, and JavaScript.
• Designed the clock face and hands with CSS and used JavaScript to update the time every second.
• Showcased skills in web design, animation, and real-time data handling.