Well Done Gaming
WellDone.exe
> >
// Cooking Up Some Hits!
#build <studio>

class WellDoneGaming {
  public:
    void CreateGame() {
      while (game.isBoring()) {
          game.polish();
          game.innovate();
      }
      return "Quality: Well Done";
    }
};

// Current Status: In Development
bool shipReady = false;