This repository is a part of the Flappy Bird Game Challenge, where the goal is to create a Flappy Bird game using JavaScript within a 3-hour time frame. The challenge is to develop the game without seeking assistance from ChatGPT or any external help.
Participants:
Clone this repository to your local machine to get started with the challenge:
git clone https://github.com/usamahussaindev/Game-challenge-JS.git
cd Game-challenge-JS
python -m http.server 8888
This will create a local server, and you can then open the game in a web browser by visiting http://localhost:8888 in your browser.
- Time Limit: 3 hours
- Language: JavaScript
- Objective: Develop a functional Flappy Bird game
- Restrictions: No ChatGPT
- Open the
index.html
file in a web browser. - Use the spacebar to make the bird jump and navigate through the pipes.
- Avoid collision with the pipes to achieve a high score.
This project is licensed under the MIT License - see the LICENSE file for details.