Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.11 KB

File metadata and controls

83 lines (58 loc) · 2.11 KB

Endless Runner Game

Welcome to the Endless Runner game! This is a fun, simple game where you control a chicken navigating through obstacles. The game ends when the chicken collides with an obstacle.

Table of Contents

Features

  • Dynamic Gameplay: Navigate a chicken through obstacles.
  • Jump Mechanics: Jump to avoid obstacles.
  • Responsive Design: Adapts to different screen sizes.
  • Scoring System: Displays score when the game ends.
  • Background Animation: Dynamic background for a better visual experience.

Demo

Endless Runner Demo

You can play the game live here.

Installation

To set up and run the Endless Runner game locally:

  1. Clone the repository:

    git clone https://github.com/yourusername/endless-runner.git
  2. Navigate to the project directory:

    cd endless-runner
  3. Open index.html in your web browser: Simply open the index.html file to start playing the game.

Usage

  • Jump: Click anywhere on the page to make the chicken jump and avoid obstacles.
  • Score: The game displays your score when the chicken collides with an obstacle.

Contributing

We welcome contributions to improve the Endless Runner game. To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Commit your changes:
    git commit -m 'Add new feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Create a Pull Request.

Please make sure to follow the existing coding style and write tests for any new features or fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details. .

Contact

For any questions or feedback, feel free to contact me at [codewithpriyaa@gmail.com].


Happy coding and enjoy the game!