This reminds me of an online game I once played called Orbit. It's pretty much the same, but you just had to keep your little "comet" from hitting any of the planets.


Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}