Skip to content

FRSH-0109/FroggerGame

Repository files navigation

🐸 FroggerGame

🎮 Overview

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!
alt text alt text

✨ Features

✔️ Classic arcade gameplay with modern graphics
✔️ Multiple levels with increasing difficulty
✔️ Responsive controls for smooth gameplay
✔️ High score tracking to challenge yourself


🚀 Installation

To run FroggerGame locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/FRSH-0109/FroggerGame.git
  2. Navigate to the project directory:
    cd FroggerGame
  3. Build the project:
    make
  4. Start the game:
    ./Frogger

Note: Ensure you have the SFML library installed on your machine.


🎮 How to Play

🎯 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.

🤝 Contributing

Contributions are welcome! To contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a Pull Request.

📌 Please ensure your code follows the project's coding standards and includes appropriate tests.


📜 License

This project is licensed under the MIT License.


🙌 Acknowledgements

🎮 Inspired by the classic "Frogger" arcade game.


🚀 Enjoy the game and happy coding! 🐸🎉

About

FroggerGame is a modern take on the classic arcade game "Frogger." This project aims to provide a fun and experience using C++ with SFML library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors