This is a simple game created using HTML5 Canvas, where the player controls a bird, avoiding obstacles.
This game is built using HTML5 Canvas and JavaScript. It allows the player to control a bird by pressing keys on the keyboard to fly upward and avoid obstacles.
To start the game:
- Clone the repository to your computer:
git clone https://github.com/your-username/your-repo.git - Open the
index.htmlfile in your browser.
- Use the spacebar or any other key to make the bird fly upward and avoid collisions with obstacles.
- The goal of the game is to survive as long as possible by avoiding collisions with the pipes.
index.html: main HTML file containing markup and the canvas.js/script.js: JavaScript code responsible for the game's logic.img/: folder containing images used in the game.
This is a basic version of the game and can be enhanced or improved to add new features or improve the interface.
