-
This is my game about raping and killing people
#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";
}
-
Re: This is my game about raping and killing people
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.
-
Re: This is my game about raping and killing people
Nice, but player interaction is limited and the plot is a bit trite... I give it 5/10.
-
Re: This is my game about raping and killing people
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
IdolEyes787
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";
}
-
Re: This is my game about raping and killing people
Good but could you add kill, let the body decompose and become maggot infested and then rape?
-
Re: This is my game about raping and killing people
Or that the maggots grow oversized and then rape your mother?
-
Re: This is my game about raping and killing people
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
IdolEyes787
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();
}
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
anon
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 to check them out, in case anyone cares.
-
Re: This is my game about raping and killing people
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.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
IdolEyes787
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?
-
Re: This is my game about raping and killing people
Thread lives deep inside winington, Java ?
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
mjmacky
Quote:
Originally Posted by
IdolEyes787
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.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
Human_Being
Thread lives deep inside winington, Java ?
:wacko:
-
Re: This is my game about raping and killing people
This thread seems like a desperate cry for attention. So unlike Oleg. :O
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
IdolEyes787
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...
-
Re: This is my game about raping and killing people
Sorry to hear you got penetrated by Oleg, Anon. :console:
-
Re: This is my game about raping and killing people
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:
-
Re: This is my game about raping and killing people
Don't like it. I play games to escape my day-to-day life.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
Cheese
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?
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
mjmacky
Quote:
Originally Posted by
Cheese
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.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
chavis
Quote:
Originally Posted by
mjmacky
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?
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
mjmacky
Quote:
Originally Posted by
Cheese
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.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
Cheese
Quote:
Originally Posted by
mjmacky
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).
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
mjmacky
Quote:
Originally Posted by
Cheese
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?
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
chavis
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?
-
Re: This is my game about raping and killing people
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";
}
-
Re: This is my game about raping and killing people
If U.S government grant me the forgiveness to kill someone, I will lookout for the God that created you.
-
Re: This is my game about raping and killing people
I'm starting to like you again, Oleg. Keep up with the rape and kill stuff. Don't forget mom jokes either.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
Funkin'
I'm starting to like you again, Oleg. Keep up with the rape and kill stuff. Don't forget mom jokes either.
Thanks. :)
-
Re: This is my game about raping and killing people
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."
-
Re: This is my game about raping and killing people
Yo' mama is so fat, that when she jumped in the air she got stuck.
And that's my feeble contribution to this thread.
-
Re: This is my game about raping and killing people
Aghh my eyes, what language is this? Where there no indents?
-
Re: This is my game about raping and killing people
Were the no.So possibly English.
-
Re: This is my game about raping and killing people
-
Re: This is my game about raping and killing people
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.
-
Re: This is my game about raping and killing people
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.
-
Re: This is my game about raping and killing people
I need a rooter so my iPod Touch isn't just an expensive paperwait.
-
Re: This is my game about raping and killing people
Quote:
Originally Posted by
IdolEyes787
iPod Touch
Pretty gross, I'd rather get back to raping, killing, necrophilia and infested decomposition