Hi. I am Aastha Bhatia, a 3rd year CSE student.
A dynamic Resume Builder application that generates professional resumes based on user input, featuring profile picture upload functionality and customizable templates.
This Java Snake game, built with Swing, challenges players to navigate a snake with arrow keys, consuming food to grow while avoiding collisions with the game area and itself. Features include real-time score tracking and game-over conditions. Ideal for practicing Java GUI design and game logic.
Mario: Whac A Mole is a fun arcade game built with Java. Whack moles on a 3x3 grid while avoiding the Piranha plant. Score points by hitting moles, but avoid the plant to prevent a game over. Features include real-time score tracking, dynamic updates, and background music. Enjoy the game!
A simple Tic-Tac-Toe game built in Java using Swing for the GUI. Two players take turns marking X or O on a 3x3 grid, aiming to get three in a row horizontally, vertically, or diagonally. The game declares a winner or a tie if all squares are filled without a winner. The interface is clean, intuitive, and easy to use.
This repository contains the solutions of leetcode questions solved by me.
A simple yet powerful ticket booking system built with Python and Tkinter, featuring an intuitive UI/UX to make booking event tickets easy and enjoyable. This project was a great learning experience.