/Frog-vs.-the-Street

C++ 2D game developed in Qt. Player controls a frog trying to cross a busy street.

Primary LanguageC++

C++ game developed in Qt License: GPL v3

gameScreen

Gameplay

Player's goal is to collect as many points as possible - they are earned every time the player manages to cross the street. Each level is worth n * 100 points, n being the level number. Player has 3 lives, after losing all of them the game restarts. Best scores are stored in a scoreboard.

Controls

  • in-game
    • 🡡 : up
    • 🡣 : down
    • 🡠 : left
    • 🡢 : right
    • esc : pause
  • in menu
    • 🡡 : up
    • 🡣 : down
    • esc : resume
    • enter : choose option

Documentation

A Doxygen-generated documentation is available at https://kalina559.github.io/Frog-vs.-the-Street-Documentation/