Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

The Ultimate MMO ?

davchadavcha Member UncommonPosts: 130

#include<iostream>



int main(int argc,char *argv[])

{

    bool bored = false;

    while(!bored)

    {

        std::cout << "Press 0, Followed by the Enter Key.
"

            << "Press 1 to cancel your account, and move on the next mmo.
";

        std::cin >> bored;

    }



    return 0;

}

 

Add some crazy graphics, some hype and profit...

Comments

  • 28days28days Member Posts: 213

    Originally posted by davcha


    #include<iostream>



    int main(int argc,char *argv[])

    {

        bool bored = false;

        while(!bored)

        {

            std::cout << "Press 0, Followed by the Enter Key.
    "

                << "Press 1 to cancel your account, and move on the next mmo.
    ";

            std::cin >> bored;

        }



        return 0;

    }
     
    Add some crazy graphics, some hype and profit...

    Did Sony want to buy it from you yet?

  • davchadavcha Member UncommonPosts: 130

    They told me they love the concept, but they need to rework it, because right now the gameplay is too diverse.

Sign In or Register to comment.