Page 1 of 1

Eliminate a player : zombie or not zombie

Posted: 06 March 2013, 14:28
by Alkazar
Hi,
I'm currently working on Dxxxxi and it's going quite well (I would say that 70% of the game is more or less ok even if I know the last 30% are going to be the most difficult :) ), I'm having some questions, the first one being what to do with a player who is definitively eliminated from the game.

At first I thought that I would put them into zombie State and that the game would expel them automatically but:
- the zombie state is apparently not checked until the player has made one action(and went into a yet unsupported game state :P)
- the expelled player gets a penalty and is considered as having left the game intentionally.

I could put an extra variable to do exactly the same as Zombie mode, but the player would have to stay until the end of the game without being able to do a single action.

Re: Eliminate a player : zombie or not zombie

Posted: 06 March 2013, 17:13
by sourisdudesert
Hi,

I've just updated the documentation with a paragraph specific to Zombies:

http://en.doc.boardgamearena.com/Main_g ... ombie_mode

As soon as the player leaves the game, he become a zombie. But your "zombieTurn" method will be called only at the time this is the turn of this zombie to play.

I don't know if I answered your question?

Re: Eliminate a player : zombie or not zombie

Posted: 06 March 2013, 17:25
by Alkazar
Well : yes and no :).

Now I know zombie mode is not the solution, since the game doesn't count for statistics (and the expelled player is penalized).

The problem is now to devise a solution for eliminated players.

The problem is that they will have to stay in the game even though they have lost.

Re: Eliminate a player : zombie or not zombie

Posted: 06 March 2013, 17:37
by sourisdudesert
Okay, I get the point.

No, we have no solution for this now, but we should have.

Here's what I propose: for now, do nothing. I'll try to introduce some "mark player as eliminated" function before you released your game.

Re: Eliminate a player : zombie or not zombie

Posted: 15 December 2014, 22:46
by sparr
Is this the appropriate "new" functionality? http://en.doc.boardgamearena.com/Main_g ... limination