Skip to content

Enforce Turn-Based Logic and Player OrderΒ #14

Description

@aji70

πŸ“š Overview
Currently, methods like roll_dice or buy_property do not validate that it's the caller's turn. Enforcing strict turn-based rules is critical to ensure fairness and gameplay integrity in a multiplayer Monopoly setting.

πŸ› οΈ Tasks

Store and track current turn index per game.

Prevent actions from players out of turn.

Advance the turn after successful moves.

Support skipping turns or ending them explicitly.

βœ… Definition of Done

Only the current player can take a turn.

Turns rotate correctly through the player list.

Game remains fair and predictable in multiplayer.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions