Add command PLAYER_FOLD on server side #105

Closed
opened 2026-04-12 01:12:30 +02:00 by jona.walpert · 3 comments
jona.walpert commented 2026-04-12 01:12:30 +02:00 (Migrated from git.scicore.unibas.ch)

Task

The reccommended type is: Task

Summary

Add the PLAYER_FOLD command to allow a player to drop out of the game

Context

Request, CommandParser, Response and CommandHandler

Current Progress

  • PlayerFoldRequest
  • PlayerFoldParser
  • PlayerFoldResponse
  • PlayerFoldHandler
  • Update protocol documentation
  • Write JavaDoc

Request

`FOLD GAME_ID=1` (or `FOLD`)

Response

+OK
END

Checklist

  • I outlined checkpoints describing phases of my work related to this task
  • I added relevant labels
  • I linked to other issues or branches that must be completed first
## Task The reccommended type is: Task ### Summary Add the `PLAYER_FOLD` command to allow a player to drop out of the game ### Context Request, CommandParser, Response and CommandHandler ### Current Progress * [ ] PlayerFoldRequest * [ ] PlayerFoldParser * [ ] PlayerFoldResponse * [ ] PlayerFoldHandler * [ ] Update protocol documentation * [ ] Write JavaDoc #### Request ``` `FOLD GAME_ID=1` (or `FOLD`) ``` #### Response ``` +OK END ``` ### Checklist * [x] I outlined checkpoints describing phases of my work related to this task * [x] I added relevant labels * [x] I linked to other issues or branches that must be completed first
jona.walpert commented 2026-04-12 01:12:30 +02:00 (Migrated from git.scicore.unibas.ch)

assigned to @jona.walpert

assigned to @jona.walpert
jona.walpert commented 2026-04-12 01:19:23 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in merge request !113

mentioned in merge request !113
jona.walpert commented 2026-04-12 01:21:07 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 1669e07d3a

mentioned in commit 1669e07d3ab989f8e04069927f8b648c61358857
jona.walpert (Migrated from git.scicore.unibas.ch) closed this issue 2026-04-12 01:21:07 +02:00
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: University-of-Basel-Studentprojects/Programmierprojekt#105