This is a simple interactive Fruit Ninja style game built using HTML, CSS, and JavaScript. Fruits appear inside the game area and the player must click them to score points. If the player clicks on a bomb, the game ends immediately. The game also …
This is a simple interactive Fruit Ninja style game built using HTML, CSS, and JavaScript. Fruits appear inside the game area and the player must click them to score points. If the player clicks on a bomb, the game ends immediately. The game also has a 30-second timer, and the final score is shown when time runs out. This project demonstrates basic DOM manipulation, event handling, and simple game logic in JavaScript.
AI tools were used to assist with understanding JavaScript logic, debugging errors, and improving the game functionality. The main project structure, coding, and testing were done by the developer, while AI provided guidance and suggestions to enhance the implementation.