Welcome to "Snail Hurdle Hop," an exciting arcade-style game where the player controls a running character and attempts to jump over hurdles (snails) to avoid crashing. The objective is to achieve the highest score possible by successfully jumping over snails and surviving as long as you can.
Ensure you have Python 3.x installed. If not, download and install it from the official Python website. Install the required Python packages
- Python
- Pygame
Maaya Mohan (@maayamohan)
Jump: Press the SPACE key to make the character jump over the snails.
The game features a running character that automatically moves forward. The player can make the character jump by pressing the SPACE key to avoid snails. Each successful jump over a snail earns points. The game ends when the character collides with a snail. Try to achieve the highest score by surviving and jumping over as many snails as possible.
We welcome contributions to Snail Hurdle Hop! Follow these steps to get started:
Fork the repository to your GitHub account.
Clone your fork locally:
git clone https://github.com//Snail_Hurdle_Hop.git
Create a new branch for your changes:
git checkout -b
Make your changes (new features, bug fixes, documentation, etc.).
Commit your changes with a clear message:
git commit -m "Add feature / fix bug / update docs"
Push the branch to your fork:
git push origin
Open a Pull Request on the main repository: explain what you changed and reference any related issues.
Guidelines
Keep commits clean and descriptive.
Follow existing code style and project structure.
Only submit relevant changes; avoid unrelated modifications.
Respect maintainers’ feedback and respond to comments.
Thank you for contributing!