Thursday, September 17, 2015

Hello World...

// Prepare the world for what's coming next
if (currentGame.isInProgress() == true) {
    initializeWebsite();
    initializeBlog();

    print("Hello World...");

    continueMakingGame();
}

2 comments:

  1. if (currentGame.isInProgress() == true) {
    requestPlayableDemo();
    }

    ReplyDelete
    Replies
    1. requestPlayableDemo()
      {
      error("Playable demo will be available in the future.");
      }

      // Thanks for asking!

      Delete