Programming A Frogger Game


Complete the Khan Lessons. This assignment assumes you have completed the lesson that takes you through the Khan Academy tutorials assigned to you. Your teacher will track that you did all of tutorials by looking for the green circles for each tutorial that you will see linked vertically on the right of the Khan tutorial pages. There are points for this assignment for doing the tutorials assigned to you.

Make A Hoppy Frogger Game. One of the original video games was Frogger, a game where you try to get a frog across a busy street without getting hit by a car, and then jump on logs to cross a river. Write a program that is similar to the first part - getting across the street. To do this, use the final Hoppy Beaver code in the Khan tutorials, including the key presses keeping Hoppy up, and having Hoppy fall if a key is not pressed. Then modify the code to: Note that there are points in all programs for your use of style: Save this program at Khan with the name lastname_frogger.