Skip to content

johnmichealacera/Shooting-Game

Repository files navigation

Shooting Bird Game

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.

How to Play

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.

Controls

Mouse: Aim gun and shoot birds

Game Screenshots

  • In game Screenshot of the Game
  • Game over Screenshot of the Game

Development

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.

Credits

The bird and background graphics were created by Freepik and are available for free on Flaticon.

License

This game is licensed under the MIT License. Feel free to use it for your own projects or modify it to suit your needs.