This is a recreation of the frogger arcade videogame made in C++ using the SGG library
Use the WASD button to move. You can also play in fullscreen mode by pressing the F button while in the main menu
To build the project using CMake use the following commands:
mkdir build
cd build
cmake ..
cmake --build .