/*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.
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){
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.
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...
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
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.