top of page

Supper Frogger with Maze

May 2021 • Fundamentals of Programming and CS(15-112) Project

In the Fundamentals of Programming and Computer Science class, for my final project, I generated an approximately 1500 lines program of advanced supper frogger in Python. This idea originated from the classic game: supper frogger where the frog has to not get hit by a passing car or not drown in water. In order to improve this game, I have developed a better User Interface for the gammers. I designed and made the obstacles more delightful and interesting so the users will stay engaged. Also, in order to increase the difficulty of the game, I added a maze version to the game by using the recursion method in python.

Check my work at GitHub! 

Check my work at Youtube!

bottom of page