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
)
- 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.
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
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
- 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.