A simple shooting game written in pure vanilla JavaScript. To play the game, clone the repository and open the index.html
file in your web browser.
Click start game and use the mouse to aim the gun and click to shoot the birds. The speed of the birds and number of bird spawns increases per level. The game ends when atleast one bird makes it to the leftmost corner of the screen.
Mouse: Aim gun and shoot birds
To make changes to the game, edit the JavaScript code in the index.js
file. The game is built using pure vanilla JavaScript, so no external libraries or frameworks are required.
The bird and background graphics were created by Freepik and are available for free on Flaticon.
This game is licensed under the MIT License. Feel free to use it for your own projects or modify it to suit your needs.