Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-06T01:08:30.000Z (9 months ago)
- Last Synced: 2024-10-17T17:38:40.071Z (28 days 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
![Screenshot](https://github.com/usamahussaindev/Game-challenge-JS/assets/118635657/2d73c38f-9645-4a6f-807f-c201a46dfa2e)## 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
![Screenshot 2024-02-06 054551](https://github.com/usamahussaindev/Game-challenge-JS/assets/118635657/edeceac2-fc17-4a4a-9c70-f3de05bb61a6)![Screenshot 2024-02-06 034756](https://github.com/usamahussaindev/Game-challenge-JS/assets/118635657/7b85eb95-10cc-41ac-b914-565359233dde)
### 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.