Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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.