Eliminate a player : zombie or not zombie

Game development with Board Game Arena Studio
Post Reply
User avatar
Alkazar
Posts: 22
Joined: 16 August 2011, 14:52

Eliminate a player : zombie or not zombie

Post 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.
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Eliminate a player : zombie or not zombie

Post 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?
User avatar
Alkazar
Posts: 22
Joined: 16 August 2011, 14:52

Re: Eliminate a player : zombie or not zombie

Post 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.
User avatar
sourisdudesert
Administrateur
Posts: 4630
Joined: 23 January 2010, 22:02

Re: Eliminate a player : zombie or not zombie

Post 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.
sparr
Posts: 65
Joined: 08 April 2014, 02:12

Re: Eliminate a player : zombie or not zombie

Post by sparr »

Is this the appropriate "new" functionality? http://en.doc.boardgamearena.com/Main_g ... limination
Post Reply

Return to “Developers”