From 0c7fb0864f8b9647f3ff0b910a9f6fd9836264e7 Mon Sep 17 00:00:00 2001 From: goyalshivansh2805 <144095961+goyalshivansh2805@users.noreply.github.com> Date: Wed, 9 Oct 2024 22:07:25 +0530 Subject: [PATCH] Added details and learning for task 2 --- docs/shivansh.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/shivansh.md b/docs/shivansh.md index 8eefab6..06e41bd 100644 --- a/docs/shivansh.md +++ b/docs/shivansh.md @@ -28,6 +28,16 @@ Hello, I'm **Shivansh Goyal**, a 2nd-year B.Tech student in Computer Science at Also, i got to know a lot of issues in it and i will try to fix all of them ASAP and also apply the suggestions suggested by seniors. +### Task 2: JavaScript Animation + +Image + +- **Description:** Developed using HTML5, CSS3, and vanilla JavaScript, this ball shooter game features an engaging gameplay mechanic where the player fires bullets at approaching balls. Upon hitting a ball, an explosion animation is triggered. The game includes a recording system that tracks user input, allowing players to replay their actions with an auto-play feature for improved engagement. +- *GitHub Repository* - https://github.com/goyalshivansh2805/animation +- *Hosted Link* - https://animation-roan.vercel.app/ + +In this project, I improved my skills in creating real-time animations using JavaScript. I implemented a bullet shooting system, dynamic explosion effects, and developed an auto-play functionality using recorded events.I got to learn and develop a lot of logic for all these functionality which helped me improve my overall logic.I will be improving the game to make it more engaging. + ## Featured Work ### Project 1: Task Manager