Skip to content

abki12c/Frogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger

This is a recreation of the frogger arcade videogame made in C++ using the SGG library

Screenshot

Image

How to play

Use the WASD button to move. You can also play in fullscreen mode by pressing the F button while in the main menu. You can also change the DEBUG_MODE to true in config.hpp so that you can view debug information such as the position of the player in real time and the bounding boxes of all game objects.

Build using CMake

To build the project using CMake use the following commands:

mkdir build
cd build
cmake ..
cmake --build .

About

a recreation of the Frogger videogame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published