Forum
A place to discuss topics/games with other webDiplomacy players.
Page 228 of 1419
FirstPreviousNextLast
amonkeyperson (100 D)
02 Mar 09 UTC
PHP Tournament?
This would be only my 3rd month on this site, but the only games I've seens so far are ones that the creator was just like "hey, I'll make a game, hopefully people join"
I wanna know if there were any tournaments on this site, and can we start some up right now?
I know there would be a lot of variables to look out for, but you never know. I think it would be something cool to do.
12 replies
Open
urallLESBlANS (0 DX)
03 Mar 09 UTC
I need to tell someone about this game
See below.
5 replies
Open
Spell of Wheels (4896 D)
03 Mar 09 UTC
Daddy, There's soldiers in the square
http://phpdiplomacy.net/board.php?gameID=9184
110 buy-in // 24 hour turns // PPSC
Please join!
1 reply
Open
abgemacht (1076 D(G))
03 Mar 09 UTC
England Needed! OK Position!
This is another game I started with my friends. The same England bailed and we're looking for a replacement. Not a great position, so I recommend you check it out before joining. We don't metagame.
http://phpdiplomacy.net/board.php?gameID=7746 PW: password
1 reply
Open
Babak (26982 D(B))
03 Mar 09 UTC
Question for mods:
Why is this game "Winning is everything" paused? its still in pre-game with only 4 players signed up - how did that happen?

http://www.phpdiplomacy.net/board.php?gameID=9138
7 replies
Open
Thucydides (864 D(B))
02 Mar 09 UTC
Happy Texas Independence Day
Hurrah I'm so glad my great-great grandfather rebelled against Mexico so that I can live in Houston. It's a shame they shot him in the Black Bean incident though.

Feel free to hate on the Texas Revolution though if you must.
37 replies
Open
Chrispminis (916 D)
02 Mar 09 UTC
Exorcism performed.
Wololo! Chrispminis presents the purging.

32 replies
Open
Avoid games with AngelaMerkel
When you take over a country in CD, then find you will not shake other players and you will not win -- accuse others of the ultimate in cheating.
37 replies
Open
superchunk (4890 D)
02 Mar 09 UTC
FANTASTIC NEW GAME "CAPS LOCK" 75PTS 20HR PPSC
http://www.phpdiplomacy.net/board.php?gameID=9162
4 replies
Open
Multi-accounters and the correct monikers
Some people call them "muppets," it appears.


1 reply
Open
MJT123 (738 D(S))
03 Mar 09 UTC
Winter is coming
http://phpdiplomacy.net/board.php?gameID=9136
110 point buy-in, PPSC, 24 hr phases.

Need a few more players in the next 3 hours :-)
6 replies
Open
diplomat1824 (0 DX)
02 Mar 09 UTC
Statistical Anamoly or Intentional Trick?
I have been Germany a lot more than any other country. Can a mod please explain? The odds of this are roughly 5! (5 x 4 x 3 x 2 x 1)
Gobbledydook (1389 D(B))
02 Mar 09 UTC
odds are between 0 and 1.

So do you mean 1/5! ?
Giwald (521 D)
02 Mar 09 UTC
the odds of what? the sentence before it didn't contain a quantitative statement....
kestasjk (64 DMod(P))
02 Mar 09 UTC
PHP's shuffle() doesn't play tricks on people, but we hope to put a country balancer into the next version which will make those odds much lower

(But discussing the math behind the odds you give would be interesting. When the probability is calculated properly things which seem anomalous turn out to be business as usual)
abgemacht (1076 D(G))
02 Mar 09 UTC
The countries are assigned randomly.

Roll a die as many times as you've played games. You'll see you don't get each pip the same amount of times.
abgemacht (1076 D(G))
02 Mar 09 UTC
You've played Germany 6 out of 21 games. If you treat this as a binomial problem, then:

P(G) = (1/7)^6 * (1-1/7)^(21-6) * (21C6)
P(G)= 4.57%

If anyone disagrees, please let me know what I did wrong.
Just going by the simplistic statement, assuming that you wouldn't be complaining if you were assigned countries in exactly equal ratios, then there must be a country that is played more than others. There is a precisely 1 in 7 chance that this country is Germany.
Giwald (521 D)
02 Mar 09 UTC
that calculation is correct, but not statistically very interesting. after all, diplomat would have been just as annoyed if he had had Germany more than 6 times out of 21, rather than exacly 6. He probably just wants to assess the probability of the shuffling system to be fair, so getting any other country more than 5 times out of 21 would seem "unfair" as well.... so the more interesting question might be what the odds are that you can ANY country 6 times or MORE, rather than a SPECIFIC country exactly 6 times.
abgemacht (1076 D(G))
02 Mar 09 UTC
And diplomat, did your PhD not include a basic course in probability, because that is a standard for all accredited engineering schools.
abgemacht (1076 D(G))
02 Mar 09 UTC
Giwald,

I agree; however, I'm not sure I can do that calculation. I'll give it a shot, though.
Giwald (521 D)
02 Mar 09 UTC
You just sum what you already did for 6..21 times the same country. That gives 6.82%, just for the odds that you'd get Germany 6 times or more.

A rough estimate of the odds of getting ANY country 6 times or more is 7*6.82%=47.7%. I know that isn't exact because I double counted samples in which you get two countries 6 times or more, but that should be a small correction.
Giwald (521 D)
02 Mar 09 UTC
... so to get back to the original question. No trick. No anomaly. Just statistics. It's not even that unlikely in the first place.
Draugnar (0 DX)
02 Mar 09 UTC
Random assignment is just like a dice roll. Each roll has nothing to do with the roll before or the roll after. There really is no probability or statistic because it is random. Probability theory assumes trends and factors not necessarily visible to the casual observer. I'm not looking at the code right now, but if it is triggered every five minutes like the turn processing, and if it uses the current time (or some variation there of) to get a random seed, and if it runs through the players either in a preset order (alpha, by profile number, or by sign up order) assigning the nations as it goes, it is possible that it may not be truly random but have a bit of predictability in it. Traditional computers (Macs, PCs, Linux boxes, doesn't matter) aren't ping pong balls in a lottery machine. The random number generator is anything but truly random. If fed the same seed, it will generate the same sequence of numbers.
Giwald (521 D)
02 Mar 09 UTC
I don't want to get into random number generators... I presume phpdip uses one that is sophisticated enough to have a fair player shuffle.

Your statement that "There really is no probability or statistic because it is random." makes me extremely confused. The fact that it is random implies that we can exactly calculate probabilities for something to happen.... so what do you mean by this?
abgemacht (1076 D(G))
02 Mar 09 UTC
@Draugnar,

I'm not sure what you mean by "no probability because it is random?"

The probability of rolling 5 6's in a row on a die is (1/6)^5...

You're right about the pseudo random nature of the code; however for our purposes, it is irrelevant. It is possible to make random number generators that get information from the hardware (which is unique because of temp and manufacturing defects) Although technically pseudo random, it's impossible to find an algorithm for, which is all that's important.
thewonderllama (100 D)
02 Mar 09 UTC
I would figure the probability would be calculated as the product of the chance of getting Germany 5 times (1/7)^5 and the chance of getting anything but Germany for his 15 other games (6/7)^15. This works out to be 9.90% according to my calculator. So just shy of 1 in 10 odds. That's not all that surprising for such a small sample size.
I'm reminded of a coin flip scene from Rosencrantz and Guildenstern are Dead.... I wonder if thats scene is available on You Tube.
Giwald (521 D)
02 Mar 09 UTC
llama...we worked with 6 out of 21 instead of 5 out of 20 but we agree on how to calculate these things...
Draugnar (0 DX)
02 Mar 09 UTC
I should have clarified. It's not that there is no porbability, but that the probability of getting a given nation does not change just because you have had that nation previously. Sorry for the confusion. Each draw has just as much chance of producing Germany as it does of producing England.
diplomat1824 (0 DX)
02 Mar 09 UTC
I guess what I'm getting at is weather countries are chosen randomly or chosen in other ways.
Centurian (3257 D)
02 Mar 09 UTC
You know diplomat, its not just mods that can answer your questions. Nor do the mods exist to inform you of things you could find out yourself by looking around.
figlesquidge (2131 D)
02 Mar 09 UTC
Assuming there are 7 players for a game, the allocation is completely random. Otherwise Italy (and possibly Germany) are set as CD, then the others are randomly distributed.
As pointed out, computers can never truly produce random values, but to all intents and purposes there's no difference.So, treat the allocations as random.

What Kestas said is that there is a conversation ongoing on the dev forum trying to find an efficient algorithm with which to weight the allocation such that you're less likely to be given the same country again and again. If you have an idea, do post it over there
MatGB (100 D)
02 Mar 09 UTC
Hmm, 6 out of 21 is no less random than my 5 Russias out of 13 on the FB app.

But, I am slightly bothered about it, in two of the games I set up on FB at the same time, another player I'd never played before joined both just after.

When countries were assigned, I was Russia in both, he was France in both. My previous and next starting countries were also Russia. If we hadn't had the both-the-same-in-both fluke, I'd have never looked at the math at all.

If there could be some pseudo-random but not the same coutnry twice in a row setup, that'd be really cool, but I suspect a bugger to code.

Annoyingly, despite us both agreeing not to meta, it's ended up us as allies in both anyway, and we both tried completely different strategies at start, only to have it all messed up. C'est la vie.
figlesquidge (2131 D)
02 Mar 09 UTC
It won't be too hard to code, but we don't want to do that. The idea is that there will be a wieghting, but it can't be deterministic. The thread is here:
http://forum.phpdiplomacy.net/viewtopic.php?f=9&t=145
lulzworth (366 D)
02 Mar 09 UTC
The real question of probability isn't how many times a person gets a specific country, but why in 22 games I have never been France.
Chrispminis (916 D)
02 Mar 09 UTC
It's just as likely for you to get your sequence of country assignments as a perfectly distributed one. It is for practical purposes, random.
nitish (2087 D(S))
03 Mar 09 UTC
Count me with abgemacht in wondering how someone with a Ph.D. in engineering thinks 1/5! is the probability of getting a country 6 times in 21 games.

Figlesquidge, I notice there hasn't been any activity on the that thread in the developer's forum recently. I'm busy this week, but if people are interested, I might be able to run some experiments with the various proposals next week or so.
Is it possible to create a mode of game-creating where players can choose their country?
Jacob (2466 D)
03 Mar 09 UTC
You guys should stop giving diplomat a hard time.

I confess that I secretly hacked into his computer and the phpdip servers in order to purposely make him Germany five times.

It seemed like a reasonable thing to do at the time...


28 replies
horatio (861 D)
03 Mar 09 UTC
New game, 10hr turns, 20 point buy in!
http://phpdiplomacy.net/board.php?gameID=9174
0 replies
Open
Babak (26982 D(B))
02 Mar 09 UTC
New WTA game: "Winning is Everything"
http://www.phpdiplomacy.net/board.php?gameID=9138

50pts - 30 hr deadlines
4 replies
Open
El_Perro_Artero (707 D)
02 Mar 09 UTC
Are we dancer?
I challenge you!

http://www.phpdiplomacy.net/board.php?gameID=9147
5 replies
Open
Draugnar (0 DX)
02 Mar 09 UTC
A thread of Vitrol and Hate!
Vitrol - Hate - Insults - Slams! Post 'em here!
12 replies
Open
burningpuppies101 (126 D)
02 Mar 09 UTC
Question about point distribution
When a game is finalized, how are the points distributed?
7 replies
Open
dandechino (115 D)
03 Mar 09 UTC
New Game
http://phpdiplomacy.net/board.php?gameID=9170

Join up!
0 replies
Open
DavitB (100 D)
01 Mar 09 UTC
Impossible to play
Cheating is overwhelming on this server.
Just see at this most outrageous example: Ransu karvakuono armeijan harmaissa.
Admins please look at it. Read the messages this guy is sending (to me for example) playing as Russia and Turkey. It is too obvious. It is present in other cases too, this is just an obvious one.
57 replies
Open
New game, nothing special, whatever...
join er for a fun un

http://phpdiplomacy.net/board.php?gameID=9166
0 replies
Open
SirBayer (480 D)
01 Mar 09 UTC
Diplomacy 1000 AD?
I saw something about this before, and..
19 replies
Open
MiDNiiGhT (100 D)
02 Mar 09 UTC
jion fast game and fast game 2
we need 5 more players for both. no quitters finish the game once start
0 replies
Open
rratclif (0 DX)
02 Mar 09 UTC
Quick question...
How many turns missed causes a CD? Is it 2, or 3?
10 replies
Open
rratclif (0 DX)
02 Mar 09 UTC
CD Dilemma... thanks braddles
See below.
11 replies
Open
xcurlyxfries (0 DX)
02 Mar 09 UTC
How do you...
Say hello to everyone in a game of a CD you just took over?
11 replies
Open
milestailsprower (614 D(B))
02 Mar 09 UTC
the roast of anyone
A GOOD ROAST. This is a nice contrast to the critical posts. I will PERSONALLY REPLY TO CRITICAL POSTS AND MAKE IT VERY LONG. LIKE THAT GUY FROM ANIMAL CROSSING THAT REPRIMANDS YOU IF YOU DON'T SAVE.

12 replies
Open
zestythelemon (950 D)
02 Mar 09 UTC
NEW GAME: Rather Fast
http://phpdiplomacy.net/board.php?gameID=9149
Please join! Be willing to talk though - just because it's fast doesn't mean we shouldn't be diplomatic. :)

1 reply
Open
JessicaFletcher (0 DX)
28 Feb 09 UTC
delaying game to take ALL sc's.
most dangerous game-2 is the one referred to:
Is this fair?
See more inside
76 replies
Open
victorib26 (0 DX)
02 Mar 09 UTC
Friends
Santosp and jperezz53 are brothers they play on the same computer and victorib is their cousin and darkpriest1728 is just a friend
5 replies
Open
milestailsprower (614 D(B))
02 Mar 09 UTC
A poll on favorite country?
I don't know if anyone's done this before, but I'm the kind of guy who would do this so...

So far, me: Italy.
26 replies
Open
Page 228 of 1419
FirstPreviousNextLast
Back to top