This project helped me enhance my logic-building skills and solidify my knowledge of JavaScript.You can see a Demo Video of this project. You can also view the live version of this project here.
This project is a practical implementation of various JavaScript concepts and logic-building techniques. Through this project, I aimed to create a fun and engaging experience while reinforcing my understanding of JavaScript.
- Interactive User Interface: The project includes an interactive UI to engage users.
- Dynamic Content: Utilizes JavaScript to dynamically update content based on user interactions.
- Responsive Design: Ensures compatibility across different devices and screen sizes.
- HTML5: For structuring the content.
- CSS3: For styling and layout.
- JavaScript: For implementing the core logic and interactivity.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/whispernet/shooter-js-game.git
-
Navigate to the project directory:
cd shooter-js-game
-
Open the
index.html
file in your browser. -
Or Simply follow the live demo link ! (It may take some time to start)
- Click the Start Game button to start
- Use your mouse to shoot down the enemies
- If any enemy touches you the game is over !
Throughout this project, I learned and reinforced several important concepts:
- Logic Building: Developed complex logic for various functionalities.
- JavaScript Mastery: Improved my understanding of JavaScript fundamentals and advanced topics.
- Problem-Solving: Enhanced my ability to debug and solve problems effectively.