PDA

View Full Version : This is my game about raping and killing people



OlegL
08-01-2011, 10:58 PM
#include <iostream>
using namespace std;

int main()
{
if (1 == 1)
cout << "I wanna fucking rape you\n";
if (3 == 3)
cout << "I wanna fucking kill you\n";
if (5 == 0)
cout << "I want to get laid\n";
}

IdolEyes787
08-01-2011, 11:52 PM
That's all well and good but I think that you really need to make it so that you can rape people that you've killed.

anon
08-01-2011, 11:57 PM
Nice, but player interaction is limited and the plot is a bit trite... I give it 5/10.

IdolEyes787
08-02-2011, 12:00 AM
See I told you.

OlegL
08-02-2011, 01:01 AM
That's all well and good but I think that you really need to make it so that you can rape people that you've killed.

Okay, I introduced the new function for that: kill_and_rape(). The game looks like this now:

#include <iostream>
#include <string>
using namespace std;

void kill_and_rape();

int main()
{
cout << "Do you want to kill somebody?\n";
string answer;
cin >> answer;
if (answer == "yes")
kill_and_rape();
else if (answer == "no")
cout << "How come you don't wanna kill anybody?\n";
else
cout << "I didn't understand your answer. Game's over\n";
}

void kill_and_rape()
{
cout << "Do you want to rape the person that you killed?\n";
string answer;
cin >> answer;
if (answer == "yes")
cout << "Enjoy raping that person!\n";
else
cout << "Sorry, I didn't understand your answer. Game's over\n";
}

IdolEyes787
08-02-2011, 01:09 AM
Good but could you add kill, let the body decompose and become maggot infested and then rape?

mjmacky
08-02-2011, 01:27 AM
Or that the maggots grow oversized and then rape your mother?

a7x
08-02-2011, 02:40 AM
:rolleyes:

OlegL
08-02-2011, 04:14 AM
Good but could you add kill, let the body decompose and become maggot infested and then rape?

Okay, I did it. :)

#include <iostream>
#include <string>
using namespace std;

void kill_and_rape();
void decomposed_and_maggot_infested();


int main()
{
cout << "Do you want to kill somebody?\n";
string answer;
cin >> answer;
if (answer == "yes")
decomposed_and_maggot_infested();
else if (answer == "no")
cout << "How come you don't wanna kill anybody?\n";
else
cout << "I didn't understand your answer. Game's over\n";
}

void kill_and_rape()
{
cout << "Do you want to rape the person that you killed and whose body became decomposed and maggot infested?\n";
string answer;
cin >> answer;
if (answer == "yes")
cout << "Enjoy raping that person!\n";
else
cout << "Sorry, I didn't understand your answer. Game's over\n";
}

void decomposed_and_maggot_infested()
{
cout << "Please wait until the body becomes decomposed and maggot infested\n";
kill_and_rape();
}

anon
08-02-2011, 05:06 AM
Nice, but player interaction is limited and the plot is a bit trite... I give it 5/10.

Make that 6/10 as of version 1.2, and it's nice to see the coders listen to their users.

You can use this (http://www.onlinecompiler.net/index.html) to check them out, in case anyone cares.

IdolEyes787
08-02-2011, 11:49 AM
My antivirus is telling that the game is infected with something called Imasociopath.It says that the virus enters your computer and attempts to have sex with it.

mjmacky
08-02-2011, 02:48 PM
My antivirus is telling that the game is infected with something called Imasociopath.It says that the virus enters your computer and attempts to have sex with it.

I can help, which port is it trying to penetrate?

Human_Being
08-02-2011, 03:21 PM
Thread lives deep inside winington, Java ?

IdolEyes787
08-02-2011, 03:49 PM
My antivirus is telling that the game is infected with something called Imasociopath.It says that the virus enters your computer and attempts to have sex with it.

I can help, which port is it trying to penetrate?

Double entendre ftw.

a7x
08-02-2011, 04:20 PM
Thread lives deep inside winington, Java ?

:wacko:

megabyteme
08-02-2011, 04:21 PM
This thread seems like a desperate cry for attention. So unlike Oleg. :O

anon
08-02-2011, 06:12 PM
My antivirus is telling that the game is infected with something called Imasociopath.It says that the virus enters your computer and attempts to have sex with it.

You're scaring me, I don't hAVE AN ANTIVIRUS INSTALLED!

Shit, too late...

megabyteme
08-02-2011, 09:04 PM
Sorry to hear you got penetrated by Oleg, Anon. :console:

anon
08-02-2011, 09:22 PM
Apparently it was just a variation of the system32 virus. I deleted that, freed a lot of space up, and my computer works fine now. :thumbsup:

Cheese
08-02-2011, 09:38 PM
Don't like it. I play games to escape my day-to-day life.

mjmacky
08-02-2011, 10:00 PM
Don't like it. I play games to escape my day-to-day life.

I don't recognize cheese, no one changed their nick, right?

chalice
08-02-2011, 10:01 PM
Don't like it. I play games to escape my day-to-day life.

I don't recognize cheese, no one changed their nick, right?

Cheese is Cheese. True story.

mjmacky
08-02-2011, 10:41 PM
I don't recognize cheese, no one changed their nick, right?

Cheese is Cheese. True story.

Gratitude on the affirmation, but you forgot the side of insult. How's the placebo pill supposed to work if it only tastes like response?

Cheese
08-03-2011, 09:54 PM
Don't like it. I play games to escape my day-to-day life.

I don't recognize cheese, no one changed their nick, right?

Yeah, I changed my forum name from Withcheese back around 2006-ish.

mjmacky
08-03-2011, 11:58 PM
I don't recognize cheese, no one changed their nick, right?

Yeah, I changed my forum name from Withcheese back around 2006-ish.

I'm a recent spammer, so I wouldn't have recognized either cheese related name. I don't know how to check if someone changed their nick other than looking at older posts, but "view forum posts" was working fishy up until just very recently (some bug).

chalice
08-04-2011, 12:07 AM
Yeah, I changed my forum name from Withcheese back around 2006-ish.

I'm a recent spammer, so I wouldn't have recognized either cheese related name. I don't know how to check if someone changed their nick other than looking at older posts, but "view forum posts" was working fishy up until just very recently (some bug).

This is getting ridiculous.

Have you not yet noticed that the vast majority of members on this board with usernames beginning with 'CH' are usually me?

Really?

mjmacky
08-04-2011, 12:13 AM
This is getting ridiculous.

Have you not yet noticed that the vast majority of members on this board with usernames beginning with 'CH' are usually me?

Really?

That's what you've got to say after "cheese" makes 2 posts in a thread I've read chreject?

OlegL
08-05-2011, 06:07 PM
This is my game about being disabled:

#include <iostream>
#include <string>
#include <cstdlib>
using namespace std;

int fear(int fearful)
{
cout << "What is...";
srand(time(0));
fearful = rand() % 71;
return fearful;
}

void disabled()
{
cout << "What is reality?\n";
string answer;
getline (cin, answer);
if (answer == "fear")
cout << "I have a lot of fear inside\n";
else
cout << "I don't know what to say\n";
}

int main()
{
fear(3);
string fear = "fear";
string disabled = "disabled";
string sufferer = "sufferer";
cout << "Are you disabled?\n";
string answer;
getline (cin, answer);
if (answer == disabled)
cout << "I am a sufferer\n";
else
cout << "I am disabled\n";
}

whatcdfan
08-06-2011, 04:47 PM
If U.S government grant me the forgiveness to kill someone, I will lookout for the God that created you.

Funkin'
08-08-2011, 04:55 AM
I'm starting to like you again, Oleg. Keep up with the rape and kill stuff. Don't forget mom jokes either.

OlegL
08-08-2011, 05:01 AM
I'm starting to like you again, Oleg. Keep up with the rape and kill stuff. Don't forget mom jokes either.

Thanks. :)

IdolEyes787
08-08-2011, 04:03 PM
OlgeL's mother is sooo fat that when she goes to the movies she sits next to everyone.

OlegL's mother is so ugly that when she tried to signup for an ugly contest, they told her "Sorry, no professionals."

anon
08-08-2011, 05:15 PM
Yo' mama is so fat, that when she jumped in the air she got stuck.

And that's my feeble contribution to this thread.

iLOVENZB
08-15-2011, 10:12 AM
Aghh my eyes, what language is this? Where there no indents?

IdolEyes787
08-15-2011, 11:35 AM
Were the no.So possibly English.

iLOVENZB
08-15-2011, 12:42 PM
Should be "Why there no indents"

http://knowyourmeme.com/memes/y-u-no-guy#.TkkTsmvyt8E

IdolEyes787
08-15-2011, 07:21 PM
A fair warning to the person who came up with the idiotic word "meme" .I'm hunting you down with the the intention of killing you with a large pointy object.
Hopefully this idea catches on.

@OlegL I'm bored with killing and raping people in your game .Could you possibly make an expansion pack where I can also kill and rape giant robots?

Thanks in advance.
Your sincere fan and friend IdolEyes787.

PS I shall never forgive the bastards at HDbits for banning you.
When I am done with the meme person if my pointy object still craves blood rest assured they are also on my list.

mjmacky
08-15-2011, 07:37 PM
I still don't know how to pronounce meme.

Is it said like "meemee", or "mehmeh" (like memetic)?

Google translate tells me "meem" but it doesn't feel right, could that be it? http://translate.google.com/#en|en|meme

Also, I pronounce route like one would say root, I grew up saying it that way too. By extension, I say router with the same pronunciation, i.e. "rooter". It really seems to bug people.

IdolEyes787
08-15-2011, 07:40 PM
I need a rooter so my iPod Touch isn't just an expensive paperwait.

mjmacky
08-15-2011, 07:55 PM
iPod Touch

Pretty gross, I'd rather get back to raping, killing, necrophilia and infested decomposition

IdolEyes787
08-15-2011, 08:53 PM
iPod Touch

Pretty gross, I'd rather get back to raping, killing, necrophilia and infested decomposition

Scoff if you will but independent thought is vastly overrated.
Also I have Muse on it.

mjmacky
08-16-2011, 01:30 AM
Pretty gross, I'd rather get back to raping, killing, necrophilia and infested decomposition

Scoff if you will but independent thought is vastly overrated.
Also I have Muse on it.

I'll have you know that I merely harumphed

kallieb
08-31-2011, 01:23 AM
Jeez Oleg, I didn't know this was your thing. If you ever get bored of fst I hear there's lots of like-minded new friends to meet on the sexnet.