Chex Quest - The Movie: Suggestion Thread

Started by The Green Avenger, December 09, 2008, 10:11:39 PM

Previous topic - Next topic

The Green Avenger

All right, I don't like to do this, but I'm giving myself a week's grace.  I was supposed to finish polishing this thing today, but instead me and my dad were working with heavy destruction equipment, and I got little done.  So, as I need to polish and, at the same time think I can throw in some extra little scenes to the trailer which require some slight GFX work on my part, I'll hold back on the trailer for a while longer.

Still, it's coming nicely, and everything is A-Okay.
Visit Chex Brigade, home of Chaos on Flemoid Prime!

The art of winning an argument is not so much proving your own point as it is systematically dismantling your opponent's point, leaving yours as the logical alternative.

Batmanifestdestiny

#61
Quote from: xbolt on January 31, 2009, 03:56:47 PM
Quote from: Batmanifestdestiny on January 31, 2009, 02:10:29 PM
How about we have Chexter enter a room that has "Lord snotfolus trapped in a hypno room(HOM), and you must zorch him"

If anyone can guess what WAD I'm making fun of, you get +2 LOLZ.

wow.wad. And it's an illusio-pit, not a hypno room. But you're close. ;)
#include <iostream>
using namespace std;

int main()
{
    int lolz;
    for(lolz <= 3)
    {
        cout<<lolz<<endl;
    }++lolz;
}

please visit my website.


Use the CQ IRC channel!

The Green Avenger

I think you forgot a pair of parentheses.  I could be wrong, mind you, but, just my opinion.
Visit Chex Brigade, home of Chaos on Flemoid Prime!

The art of winning an argument is not so much proving your own point as it is systematically dismantling your opponent's point, leaving yours as the logical alternative.

Batmanifestdestiny


please visit my website.


Use the CQ IRC channel!

The Green Avenger

And...  That wasn't what I was thinking about.
Visit Chex Brigade, home of Chaos on Flemoid Prime!

The art of winning an argument is not so much proving your own point as it is systematically dismantling your opponent's point, leaving yours as the logical alternative.

Batmanifestdestiny

Quote from: The Green Avenger on February 01, 2009, 12:03:05 AM
And...  That wasn't what I was thinking about.
What programming language are you thinking of?

...oh wait, now I see it!

please visit my website.


Use the CQ IRC channel!

Atariangamer

...><

So, trailer comming sometime in the comming month? EXCELENT!
Don't remember me as I was...I was an idiot.

ChexCommander

Quote from: Atariangamer on February 01, 2009, 04:12:40 PM
...><

So, trailer comming sometime in the comming month? EXCELENT!
EXCELLENT, actually.  (Spelling Nazis fail it, beat ya to it, guys)

But, this sounds purty awesome!
"I don't cook, either. Not as long as they still deliver pizza." -Tiger Woods

The Slimeinator

Quote from: ChexCommander on February 02, 2009, 07:23:13 PM
Quote from: Atariangamer on February 01, 2009, 04:12:40 PM
...><

So, trailer comming sometime in the comming month? EXCELENT!
EXCELLENT, actually.  (Spelling Nazis fail it, beat ya to it, guys)

But, this sounds purty awesome!

Coming, actually. (ChexCommander failed it, he missed one)
Sometimes you've got to go where everybody knows your name.

James 1:5


DOS4dinner

#69
Quote from: Batmanifestdestiny on January 31, 2009, 11:39:29 PM

#include <iostream>
using namespace std;

int main()
{
    int lolz;
    for(lolz <= 3)
    {
        cout<<lolz<<endl;
    }++lolz;
}

#include <iostream>
#include <vector>
#include <string>

void LOL_Creator( int num_lols );


class lulz
{
    public:
     std::string ROFL;
     std::string LOL;
     std::string ROFLROFLROFL;
     lulz();
};

lulz::lulz()
{
   ROFL = "ROFL";
   LOL = "LOL";
   ROFLROFLROFL = "ROFLCOPTER";
}

std::vector<lulz> LOL_vector;
int main()
{
       int input;
       std::cin >> input;
       std::cout << "IMMA FIRIN' MY LOLS!\n";

       LOL_Creator(input);

       std::vector<lulz>::iterator lol_iter;

       for(lol_iter =  LOL_vector.begin(); lol_iter != LOL_vector.end(); ++lol_iter)
       {
             std::cout << (lol_iter->ROFL) << std::endl;
             std::cout << (lol_iter->LOL) << std::endl;
             std::cout << (lol_iter->ROFLROFLROFL) << std::endl;
      }

return 0;
}

void LOL_Creator( int num_lols )
{
   for (int i = 0; i != num_lols; i++)
   {
        LOL_vector.push_back(lulz());
   }
}
I was bored. Anywho, can't wait for some sort of trailer/movie!



In DOS, no one can hear you click.

ChexCommander

Quote from: The Slimeinator on February 03, 2009, 02:10:50 AM
Quote from: ChexCommander on February 02, 2009, 07:23:13 PM
Quote from: Atariangamer on February 01, 2009, 04:12:40 PM
...><

So, trailer comming sometime in the comming month? EXCELENT!
EXCELLENT, actually.  (Spelling Nazis fail it, beat ya to it, guys)

But, this sounds purty awesome!

Coming, actually. (ChexCommander failed it, he missed one)
D'oh! I -1/2 myself for that.  ;)

Quote from: DOS4dinner on February 03, 2009, 04:01:39 PM
Quote from: Batmanifestdestiny on January 31, 2009, 11:39:29 PM

#include <iostream>
using namespace std;

int main()
{
    int lolz;
    for(lolz <= 3)
    {
        cout<<lolz<<endl;
    }++lolz;
}

#include <iostream>
#include <vector>
#include <string>

void LOL_Creator( int num_lols );

std::vector<lulz> LOL_vector;

class lulz
{
     string ROFL;
     string LOL;
     string ROFLROFLROFL;
     lulz();
};

lulz::lulz()
{
   ROFL = "ROFL";
   LOL = "LOL";
   ROFLROFLROFL = "ROFLCOPTER";
}


int main()
{
       int input;
       std::cin >> input;
       std::cout << "IMMA FIRIN' MY LOLS!\n";

       LOL_Create (input);

       std::vector<lulz>::iterator lol_iter;

       for(lol_iter =  LOL_Vector.begin(); lol_iter != LOL_Vector.end(); ++lol_iter)
       {
             std::cout << (lol_iter->ROFL) << std::endl; 
             std::cout << (lol_iter->LOL) << std::endl; 
             std::cout << (lol_iter->ROFLROFLROFL) << std::endl; 
      }  

return 0;
}

void LOL_Create(int num_lols)
{
   for (int i = 0; i != num_lols; i++)
   {
        LOL_Vector.pushback(lulz);
   }
}

I was bored. Anywho, can't wait for some sort of trailer/movie!




What the ruddy heck?!
"I don't cook, either. Not as long as they still deliver pizza." -Tiger Woods

DOS4dinner

Quote from: ChexCommander on February 03, 2009, 10:06:32 PM

What the ruddy heck?!
The code works...(Now, at least--there were a couple of typos). The C++ won't bite you :P
In DOS, no one can hear you click.

The Green Avenger

I'm currently trying to learn C++ via internet tutorial :D
Visit Chex Brigade, home of Chaos on Flemoid Prime!

The art of winning an argument is not so much proving your own point as it is systematically dismantling your opponent's point, leaving yours as the logical alternative.

Atariangamer

Don't remember me as I was...I was an idiot.

xbolt