diangogav/EDOpro-server-ts

[MyCard] Implements START param.

Closed this issue · 1 comments

Description

Implement the START parameter to set the initial card count for each player in a duel.

Tasks

  • Implement the st parameter for the START command in the RuleMappings.ts file.

Acceptance Criteria

  • If the create room command includes st[number], for example, st6, the initial hand count for each player should be the specified number, in this example, 6.

  • Should not allow times lower than 1 and greater than 40.

NOTES

Please, for this issue, using the mycard branch as the main branch

Solved #84