https://github.com/usamahussaindev/game-challenge-js
🎮 This repository is a part of a 3-hour Game Challenge in JavaScript with Ahmed Farooq, to create a functional game without Chat GPT.🎮
https://github.com/usamahussaindev/game-challenge-js
flappy-bird game gamejs javscript phaser-framework phaser-game phaserjs vanilla-javascript
Last synced: 6 months ago
JSON representation
🎮 This repository is a part of a 3-hour Game Challenge in JavaScript with Ahmed Farooq, to create a functional game without Chat GPT.🎮
- Host: GitHub
- URL: https://github.com/usamahussaindev/game-challenge-js
- Owner: usamahussaindev
- License: mit
- Created: 2024-02-06T00:35:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T01:08:30.000Z (over 1 year ago)
- Last Synced: 2024-12-22T00:44:53.954Z (6 months ago)
- Topics: flappy-bird, game, gamejs, javscript, phaser-framework, phaser-game, phaserjs, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Game Challenge in JavaScript with Friend AhmedFarooq
## Introduction
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:
- [Ahmed Farooq](https://github.com/devahmedfarooq)
- [Usama Hussain](https://github.com/usamahussaindev)-
## Getting StartedClone this repository to your local machine to get started with the challenge:
```bash
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.
```## Challenge Guidelines
- **Time Limit:** 3 hours
- **Language:** JavaScript
- **Objective:** Develop a functional Flappy Bird game
- **Restrictions:** No ChatGPT## Screenshots

### How to Play
- 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.## License
This project is licensed under the MIT License - see the LICENSE file for details.