forum

Werewolf Game 3 [Co-victory - neither side won]

posted
Total Posts
281
show more
Topic Starter
Pasonia
Oh, yea, regarding that.

Dead players are not allowed to talk (here), and I'll employ my mod power privileges by removing editing all dead players' posts in my game when someone informs me.

That's a good call Echo, I'll make sure to post an updated ruleset.

EDIT: OF COURSE I CAN, I'M A DAMN MOD. LOL.
Echo
You can't remove posts :/

edit: i know you're a mod. I meant by deleting posts you'd be screwing up the game.
YellowerYoshi
Oh heck yes, I'm totally joining another game. This is too much fun.
adam2046
JOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOIN
^_^

Edit: Could we please have some different aux roles in this game tospice it up a bit?
foulcoon
dood i'll join, just for shits and giggles or something like that
Rolled
I almost missed this :(

join
m980
Sure why not

Join
anonymous_old
Joining because I don't have much else to do over the summer and am bored at nights, and days.

ESTfag here btw.

Will there be a separate channel for this?
LadySuburu
/in if there's room.
Echo
m980 was the 16th if i counted right
Derekku
Personally, I'd like having more people.

And since days/nights will be shorter in real time, it shouldn't really matter. =)
Two_old
This map has been deleted on the request of its creator. It is no longer available.
Echo
If you don't get a place in this game, join the Mafia game instead! The only difference is that once someone reaches the required number of votes, the day is immediately over. Oh, and no talking outside the thread for the other game too.

</shameless plug>
adam2046
Or join it anyway.
kuwarudo
WHAT THE SHIT I JUST CAME HOME AND THIS IS WHAT I SEE


JOIN

SON OF A BITCH QQ

THERE IS NO GOD I WILL GET IN HERE I KNOW IT
Topic Starter
Pasonia
Alright, this is progressing far smoother than I thought.

m980, you lucky sonuvagun, you get the last slot.

For the rest of you who posted but didn't get a slot this round, don't fret. Later on I will send you a PM which can act as a Reserved Slot Ticket for future games.
Cuddlebun
kuwarudo didn't get in? there IS a God...
Rolled

Pasonia wrote:

Shortly after this edit, I will code a C++ program that will generate your roles at random.
Look at this cool guy.
nardii

Pasonia wrote:

Shortly after this edit, I will code a C++ program that will generate your roles at random.
Hopefully not using some really crappy PRNG.
Rolled
[10:09] <Larto> Goddamnit Pasonia, I always get the boring roles.
Larto
This map has been deleted on the request of its creator. It is no longer available.
adam2046
This is gonna be the BEST GAME EVER!
Wizard Of Orz
This map has been deleted on the request of its creator. It is no longer available.
Cuddlebun

Larto wrote:

Rolled wrote:

[10:09] <Larto> Goddamnit Pasonia, I always get the boring roles.
What, does this make me suspicious? Hell, I just felt the need to say that.
why are you so worried huh

HUH
anonymous_old

Pasonia wrote:

m980, you lucky sonuvagun, you get the last slot.
FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU---

Rolled wrote:

Pasonia wrote:

Shortly after this edit, I will code a C++ program that will generate your roles at random.
Look at this cool guy.
Just write a simple BASH script.

cat names | shuf | sdiff - roles
Derekku

strager wrote:

Pasonia wrote:

m980, you lucky sonuvagun, you get the last slot.
FUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU---

Rolled wrote:

Pasonia wrote:

Shortly after this edit, I will code a C++ program that will generate your roles at random.
Look at this cool guy.
Just write a simple BASH script.

cat names | shuf | sdiff - roles
TOO CONFUSING adlfk :?

EDIT: just kidding I know it's easy xd
Sir Minelli
Am i late for joining?
anonymous_old
This map has been deleted on the request of its creator. It is no longer available.
Echo

strager wrote:

Rolled wrote:

Pasonia wrote:

Shortly after this edit, I will code a C++ program that will generate your roles at random.
Just write a simple BASH script.
cat names | shuf | sdiff - roles
Or just pick names out of a hat ;X

Anyone know the number of wolves in this game?
Rolled
Pasonia wouldn't tell. :(
Echo
This map has been deleted on the request of its creator. It is no longer available.
Loginer
This map has been deleted on the request of its creator. It is no longer available.
Echo
I'd imagine something like this:
#include <cstdlib>
#include <cstdio>

int main() {
int a[16];
for (int i=0; i<16; ++i) {
a[i] = i;
}
for (int i=0; i<1000; ++i) {
int t1 = rand() % 16;
int t2 = rand() % 16;
int t = a[t1];
a[t1] = a[t2];
a[t2] = t;
}
for (int i=0; i<16; ++i) {
printf("%i\n", a[i]);
}
return 0;
}
anonymous_old
This map has been deleted on the request of its creator. It is no longer available.
Rolled
I knew larto was a wolf~
Loginer
This map has been deleted on the request of its creator. It is no longer available.
Echo
I still prefer names from a hat ;P
Derekku
All this coding is making my head hurt. :(
Wizard Of Orz
This is an official Werewolf Game #3 Communication

Please respond by 12:00PM, Singapore Standard Time (which is 12 hours from this PM). If you fail to reply by then, I will take it that your role is lapsed to another player.

Please RSVP.
ok i responded
Topic Starter
Pasonia
Reply through PM... dammit.

Anyway, hold your horses. After this post it's a Day One post, and we'll flag off at around 3AM local time.
show more
Please sign in to reply.

New reply