feat: add stand and get game features to blackjack game

This commit is contained in:
Jan-Marlon Leibl 2025-03-27 15:22:24 +01:00
parent 4fa7b63b04
commit 68ea66d4f9
Signed by: jleibl
GPG key ID: 300B2F906DC6F1D5
13 changed files with 444 additions and 29 deletions

View file

@ -10,3 +10,11 @@ Content-Type: application/json
POST http://localhost:8080/blackjack/202/hit
Authorization: Bearer {{token}}
###
POST http://localhost:8080/blackjack/202/stand
Authorization: Bearer {{token}}
###
GET http://localhost:8080/blackjack/202
Authorization: Bearer {{token}}