Skip to content

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

Notifications You must be signed in to change notification settings

kalina559/Frog-vs.-the-Street

Repository files navigation

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/

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published