chriskdon / Spots

Summer Android Game
0 stars 0 forks source link

Add Restart Game Functionality #43

Closed chriskdon closed 9 years ago

chriskdon commented 9 years ago

Create a function in MainActivity to restart the game.

I think an end game function will also be needed so that when they exit to the home screen the threads and any extra memory is cleaned up. The restart game function could be created by combining clearGame and initGame functions. Or something similar.