Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigyaa/angry-birds
Attempted Clone of Angry Birds:
https://github.com/bigyaa/angry-birds
game-development good-first-issue hacktoberfest javascript
Last synced: 3 months ago
JSON representation
Attempted Clone of Angry Birds:
- Host: GitHub
- URL: https://github.com/bigyaa/angry-birds
- Owner: bigyaa
- Created: 2019-05-02T14:43:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T21:23:49.000Z (3 months ago)
- Last Synced: 2024-11-11T21:29:54.419Z (3 months ago)
- Topics: game-development, good-first-issue, hacktoberfest, javascript
- Language: JavaScript
- Homepage: https://bigyaa.github.io/angry-birds/
- Size: 5.13 MB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains a simplified version of the popular game "Angry Birds". The goal of the game is to launch birds using a slingshot to destroy all the pigs on the playing field. This project demonstrates basic game development concepts such as physics simulation, collision detection, and simple AI.
## Features
- **Slingshot Mechanics**: Pull back the slingshot to launch birds at varying speeds and angles.
- **Physics Simulation**: Realistic movement and collision using a physics engine.
- **Multiple Levels**: Different levels with increasing difficulty.
- **Simple AI**: Pigs have basic behaviors and reactions to being hit.## Getting Started
To get started with the project, clone the repository and simply preview code updates in index.html. You only need to run package.json to install the testing library, which is recommended to ensure all functionalities are running as expected.## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please open an issue or submit a pull request. Make sure to follow the project's coding standards and include tests for any new functionality.## License
This project is licensed under the MIT License.