Press n or j to go to the next uncovered block, b, p or k for the previous block.
/** Represents the actions that players perform. */ export enum Action { VOTE, ATTACK, GUARD, HEAL, SCOUT, }