Froggerr
In this assignment you must create a frog which tries to cross the road
without getting hit by traffic.
- Your frog must be directed by a user
- Your traffic must consist of at least four turtles which go at various
speeds
- When the frog crosses the road successfully, a textbox
appears
- When the frog gets hit, it must setsh and then return to the
start
- You must move your frogger by using keys A S D W
Here is the format for if Touching?
if touching? "t1 "t2 [t1, setsh 3 setpos [0 0]
or
if touching? "frog "car [ frog, setsh 3]
Extra Credit