I like this game a lot. the biggest problem that i see in most of these games is no way to exit.
You could do something like/ If (Input.GetKeyDown(Keycode.Escape))
{
Application.Quit();
}
That would be a quick way to allow an exit button to be pressed. Good Game. Keep it up.