My Projects
Project 1: Lexical Analyzer
Description: A Python program developed to emulate a Lexical Analyzer. It demonstrates how a lexical analyzer would parse text.
Challenges: Implementing accurate tokenization rules for various input formats.
Outcome: Successfully built a functional lexical analyzer capable of parsing multiple types of input.
View on GitHub Watch VideoProject 2: Hotel Manager App
Description: A C++ application designed to manage hotel reservations, including room bookings, check-ins, and customer records.
Challenges: Designing a user-friendly interface and ensuring efficient data storage and retrieval.
Outcome: Delivered a fully functional app with a clean UI and reliable data handling.
View on GitHub Watch Video
Project 3: Alien Invasion Game
Description: A 2D game developed using Python and Pygame. Players control a spaceship to defend Earth from waves of alien invasions.
Challenges: Implementing smooth animations and balancing game difficulty dynamically.
Outcome: Developed a fun and engaging game with score tracking and multiple levels.
View on GitHub
Watch Video