Python frogger game


Description

Basic frogger game I built. The cars speed up as the level progresses, if the frog runs into a car the game ends. It uses basic OOP concepts to create the frog and the cars. Overall was a fun project to build.