Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 353 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 353 Bytes

frogger

frogger assignment

This is a remake of the classic game Frogger.

Current issues I am having include getting the cars and logs to move, getting everything to move simultaneously and handling collisions.

The current version has code that makes the logs move across the screen but the frog doesn't move until the cars are done moving.