This site requires JavaScript, please enable it in your browser!
Greenfoot back
Peach
Peach wrote ...

2012/12/22

Display Crab lives

Peach Peach

2012/12/22

#
I need to enhance the crab scenario by: 1) Displaying the number of Crab Lives on screen using the SimpleCounter (a support class) 2) Making the Crab have five Lives. Each time a Crab is eaten, a new Crab is added at a random location, and the Live count is reduced by one. How can I do this? Please give me the code. Thank you!
You need to login to post a reply.