Hey guys, I'm trying to make a basic game where when my turtle collides with a bug multiple times,it will give me a score of eating 5 lettuces.
I'm pretty sure I have to start with the canSee method but I do not know how to make it so that once the turtle 'sees' the bug multiple times, it will get eaten. The last thing is how can I combine my point system? The game ends when I eat 10 lettuces. When I eat the bug, it'll give me 5 points. How can I combine the point system?