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!

