FroggerGame is a modern take on the classic arcade game "Frogger." 🕹️
Navigate your frog across busy roads and treacherous rivers to reach the safety of your home. This project aims to provide a fun and challenging experience while demonstrating proficiency in game development using C++ with SFML library.
| Game start position | Frog doing nice jumps! |
|---|---|
![]() |
![]() |
✔️ Classic arcade gameplay with modern graphics
✔️ Multiple levels with increasing difficulty
✔️ Responsive controls for smooth gameplay
✔️ High score tracking to challenge yourself
To run FroggerGame locally, follow these steps:
- Clone the repository:
git clone https://github.com/FRSH-0109/FroggerGame.git
- Navigate to the project directory:
cd FroggerGame - Build the project:
make
- Start the game:
./Frogger
Note: Ensure you have the SFML library installed on your machine.
🎯 Objective: Guide your frog from the bottom to the top of the screen, avoiding obstacles and hazards.
🕹️ Controls:
- ⬆️ Move Up:
W - ⬇️ Move Down:
S - ⬅️ Move Left:
A - ➡️ Move Right:
D
💡 Tips:
- 🛑 Time your moves carefully to avoid oncoming traffic.
- 🌊 Use floating logs and turtles to cross rivers safely.
- 🏠 Reach the designated zones to make frog safe and get Your score.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature/your-feature-name
- Open a Pull Request.
📌 Please ensure your code follows the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License.
🎮 Inspired by the classic "Frogger" arcade game.
🚀 Enjoy the game and happy coding! 🐸🎉

