Add command PLAYER_RAISE on server side #103

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

Task

The reccommended type is: Task

Summary

Add the PLAYER_RAISE command to allow a player to Raise a bet during an ongoing game

Context

Request, CommandParser, Response and CommandHandler

Current Progress

  • PlayerRaiseRequest
  • PlayerRaiseParser
  • PlayerRaiseHandler
  • Update protocol documentation
  • Write JavaDoc

Request

`RAISE GAME_ID=1 AMOUNT=100` (or `RAISE AMOUNT=100`)

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_RAISE` command to allow a player to Raise a bet during an ongoing game ### Context Request, CommandParser, Response and CommandHandler ### Current Progress * [x] PlayerRaiseRequest * [x] PlayerRaiseParser * [x] PlayerRaiseHandler * [x] Update protocol documentation * [x] Write JavaDoc #### Request ``` `RAISE GAME_ID=1 AMOUNT=100` (or `RAISE AMOUNT=100`) ``` #### 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 00:37:02 +02:00 (Migrated from git.scicore.unibas.ch)

assigned to @jona.walpert

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

changed the description

changed the description
jona.walpert commented 2026-04-12 00:50:13 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PlayerRaiseRequest as completed

marked the checklist item **PlayerRaiseRequest** as completed
jona.walpert commented 2026-04-12 00:50:14 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PlayerRaiseParser as completed

marked the checklist item **PlayerRaiseParser** as completed
jona.walpert commented 2026-04-12 00:50:15 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item PlayerRaiseHandler as completed

marked the checklist item **PlayerRaiseHandler** as completed
jona.walpert commented 2026-04-12 00:50:16 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item Update protocol documentation as completed

marked the checklist item **Update protocol documentation** as completed
jona.walpert commented 2026-04-12 00:50:17 +02:00 (Migrated from git.scicore.unibas.ch)

marked the checklist item Write JavaDoc as completed

marked the checklist item **Write JavaDoc** as completed
jona.walpert commented 2026-04-12 00:50:50 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in merge request !111

mentioned in merge request !111
jona.walpert commented 2026-04-12 00:57:11 +02:00 (Migrated from git.scicore.unibas.ch)

mentioned in commit 9b4c6d8906

mentioned in commit 9b4c6d89066fabe0b60e39f48aaf7bc23c242786
jona.walpert (Migrated from git.scicore.unibas.ch) closed this issue 2026-04-12 00:57:12 +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#103