public class MafiaGame{ //Overfull

Housing completed games. Come take a walk through a history of suspicion!

Moderator: Community Team

Forum rules
Please read the Community Guidelines before posting.
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

public class MafiaGame{ //Overfull

Post by Fircoal »

/*If you don't understand the title, I'm hosting a RANDOM!!!! mafia game. I need 7. ^_^

*1.
*2.
*3.
*4.
*5.
*6.
*7.
*
*(btw, I'm trying to revive myself in activity, I'm still doing UnMafia 2, but I want a game where people post. (and is random))
*/
Last edited by Fircoal on Tue Oct 28, 2008 1:55 pm, edited 1 time in total.
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ private int signUpNum = 7

Post by InkL0sed »

Player InkL0sed = new Player(new Signup(true));

(what's with the Java code?)
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ private int signUpNum = 7

Post by Fircoal »

InkL0sed wrote:Player InkL0sed = new Player(new Signup(true));

(what's with the Java code?)
// Theme of the game. Random Java stuff XD
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ private int signUpNum = 7

Post by InkL0sed »

// In that case, you forgot:

Random r = new Random(); ;)
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ private int signUpNum = 7

Post by Fircoal »

InkL0sed wrote:// In that case, you forgot:

Random r = new Random(); //;)
// fixed

// With what I'm learning my java on (Eclipse) random class is static so I don't need to make a new random, so ha :P
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
animorpherv1
Posts: 49
Joined: Sat Dec 22, 2007 1:54 pm
Location: In your mind, messing with your thoughts

Re: public class MafiaGame{ private int signUpNum = 7

Post by animorpherv1 »

Fircoal = Random

/in???
User avatar
pancakemix
Posts: 7973
Joined: Wed Jan 31, 2007 3:39 pm
Gender: Male
Location: The Grim Guzzler

Re: public class MafiaGame{ private int signUpNum = 7

Post by pancakemix »

Eh, why not.
Epic Win

"Always tell the truth. It's the easiest thing to remember." - Richard Roma, Glengarry Glen Ross
aage wrote:Never trust CYOC or pancake.
User avatar
sheepofdumb
Posts: 1896
Joined: Thu Feb 01, 2007 3:01 pm
Location: Look at that otter wiggle!

Re: public class MafiaGame{ private int signUpNum = 7

Post by sheepofdumb »

Sign me up. (Must kill pancake)
I AM MASTER SHEEP, TEH AWESOME
DoomYoshi wrote:Test it on me. Tree stump is my favorite role anyway lol. Next time I am picking Wispy Woods as my character.
User avatar
daydream
Posts: 922
Joined: Sun Mar 04, 2007 9:02 am
Gender: Male
Location: Germany

Re: public class MafiaGame{ private int signUpNum = 7

Post by daydream »

setNewPlayer(5, "daydream");

// what, none of you use getter and setter methods?
Image
User avatar
mr. incrediball
Posts: 3423
Joined: Mon Oct 16, 2006 1:07 pm
Location: Right here.

Re: public class MafiaGame{ private int signUpNum = 7

Post by mr. incrediball »

i don't understand java.

is that a problem?
darvlay wrote:Get over it, people. It's just a crazy lookin' bear ejaculating into the waiting maw of an eager fox. Nothing more.
/
Posts: 484
Joined: Sat Dec 22, 2007 2:41 am

Re: public class MafiaGame{ private int signUpNum = 7

Post by / »

In please, If only to confuse everyone with my scripting related name.
ace1217
Posts: 0
Joined: Tue Mar 25, 2008 12:00 pm

Re: public class MafiaGame{ private int signUpNum = 7

Post by ace1217 »

Umm.... /in?
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ private int signUpNum = 7

Post by Fircoal »

/* blargh, that's 10 I'll have to edit setup a bit but ok. I'll be sending out pms today, when I'm at home and have the file.
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ //Overfull

Post by InkL0sed »

public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ //Overfull

Post by Fircoal »

InkL0sed wrote:public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}

// ACK FORLOOP!!!!! DON'T KNOW YET!!!!!! *shot*
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ //Overfull

Post by InkL0sed »

Fircoal wrote:
InkL0sed wrote:public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}

// ACK FORLOOP!!!!! DON'T KNOW YET!!!!!! *shot*


/* It's fairly simple really, it's pretty much a while loop. First part initializes a counter variable, second is the condition, third part increments i...

So it's the same as saying:
int i = 0;
while (i < players.length){
  • ~~stuff~~
    i++;

}

*/
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ //Overfull

Post by Fircoal »

InkL0sed wrote:
Fircoal wrote:
InkL0sed wrote:public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}

// ACK FORLOOP!!!!! DON'T KNOW YET!!!!!! *shot*


/* It's fairly simple really, it's pretty much a while loop. First part initializes a counter variable, second is the condition, third part increments i...

So it's the same as saying:
int i = 0;
while (i < players.length){
  • ~~stuff~~
    i++;

}

*/


maybe so but it's my first year.

btw - ink you doing nano this year?
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ //Overfull

Post by InkL0sed »

I direct you to this thread (the answer is yes): http://www.conquerclub.com/forum/viewto ... =8&t=68125
User avatar
daydream
Posts: 922
Joined: Sun Mar 04, 2007 9:02 am
Gender: Male
Location: Germany

Re: public class MafiaGame{ //Overfull

Post by daydream »

Fircoal wrote:
InkL0sed wrote:
Fircoal wrote:
InkL0sed wrote:public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}

// ACK FORLOOP!!!!! DON'T KNOW YET!!!!!! *shot*


/* It's fairly simple really, it's pretty much a while loop. First part initializes a counter variable, second is the condition, third part increments i...

So it's the same as saying:
int i = 0;
while (i < players.length){
  • ~~stuff~~
    i++;

}

*/


maybe so but it's my first year.

btw - ink you doing nano this year?


i lol'd... we went further than that in our first lecture ;)
after our first week, we programmed snake. a very funny trial and error experience...
Image
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ //Overfull

Post by Fircoal »

daydream wrote:
Fircoal wrote:
InkL0sed wrote:
Fircoal wrote:
InkL0sed wrote:public String toString(){
  • String s = "";
    for(int i=0; i<players.length; i++){
    • s += players.name + ", ";

    }
    s += "\n"
    return s;

}

// ACK FORLOOP!!!!! DON'T KNOW YET!!!!!! *shot*


/* It's fairly simple really, it's pretty much a while loop. First part initializes a counter variable, second is the condition, third part increments i...

So it's the same as saying:
int i = 0;
while (i < players.length){
  • ~~stuff~~
    i++;

}

*/


maybe so but it's my first year.

btw - ink you doing nano this year?


i lol'd... we went further than that in our first lecture ;)
after our first week, we programmed snake. a very funny trial and error experience...


bah :evil:
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
InkL0sed
Posts: 2370
Joined: Sat Jun 23, 2007 4:06 pm
Gender: Male
Location: underwater
Contact:

Re: public class MafiaGame{ //Overfull

Post by InkL0sed »

bump...
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ //Overfull

Post by Fircoal »

InkL0sed wrote:bump...
I think I'm not going to run this until Dec. 1 ;)
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
dittoeevee8888
Posts: 1107
Joined: Tue Jan 29, 2008 6:06 pm
Gender: Female

Re: public class MafiaGame{ //Overfull

Post by dittoeevee8888 »

Fircoal wrote:
InkL0sed wrote:bump...
I think I'm not going to run this until Dec. 1 ;)
So then why can't you postpone Unmafia until dec. 1st?
User avatar
Fircoal
Posts: 19422
Joined: Sat Sep 23, 2006 8:53 pm
Location: Abusing Silleh Buizels

Re: public class MafiaGame{ //Overfull

Post by Fircoal »

dittoeevee8888 wrote:
Fircoal wrote:
InkL0sed wrote:bump...
I think I'm not going to run this until Dec. 1 ;)
So then why can't you postpone Unmafia until dec. 1st?
I could, but it seems that that game is dead regardless though. :(
Vote: Mandy
Eddie35: hi everyone
Serbia: YOU IDIOT! What is THAT supposed to be? Are you even TRYING to play this game?! Kill the idiot NOW please!
Skoffin wrote: So um.. er... I'll be honest, I don't know what the f*ck to do from here. Goddamnit chu.
User avatar
dittoeevee8888
Posts: 1107
Joined: Tue Jan 29, 2008 6:06 pm
Gender: Female

Re: public class MafiaGame{ //Overfull

Post by dittoeevee8888 »

Fircoal wrote:
dittoeevee8888 wrote:
Fircoal wrote:
InkL0sed wrote:bump...
I think I'm not going to run this until Dec. 1 ;)
So then why can't you postpone Unmafia until dec. 1st?
I could, but it seems that that game is dead regardless though. :(
mass replacements. Or you mass prod.
Post Reply

Return to “Mafia Archives”