Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jitendra1998 authored Mar 11, 2018
1 parent e76d3ed commit 4d46aa9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ On successful request return a question and its correct answer all four options

Field Name |Description |Value Type |Mandatory|
---|---|---|---|
Game_room_id |Id of current game room with users in it. |Multiple INT|Yes
theme |Theme of the question to show. |String |Yes
Game_room_id |Id of current game room with users in it. |Multiple INT|Yes |
theme |Theme of the question to show. |String |Yes |
Sample Json response:-

{
"success": {
"code": 200,
Expand Down Expand Up @@ -107,7 +108,7 @@ Field Name |Description |Value Type |Mandatory
---|---|---|---|
Game_room_id Id of current game room with users in it. Int Yes

4. Bet
5. Bet

Increases the current bet according the amount.

Expand All @@ -117,7 +118,7 @@ User_id |Id of current User loged in. |Int| Yes
Game_room_id | Id of current game room with users in it.| Int |Yes
bet_amount |Amount to bet |Int |Yes

5. Call
6. Call

Match the current amount of the bet made by a previous player in the round .
Field Name |Description |Value Type |Mandatory
Expand All @@ -126,19 +127,19 @@ User_id |Id of current User loged in.| Int |Yes
Game_room_id |Id of current game room with users in it. |Int |Yes


6. All_in
7. All_in

Commits player entire stack(all money).
Field Name| Description |Value Type |Mandatory
---|---|---|---|
---|---|---|---
User_id |Id of current User loged in. |Int |Yes
Game_room_id | Id of current game room with users in it.| Int |Yes

7. All_in
8. All_in

Ending participation in a hand. No more bets are required to go into the pot by someone once they fold.
Field Name |Description |Value Type| Mandatory
---|---|---|---|
Field Name |Description |Value Type |Mandatory
---|---|---|---
User_id |Id of current User loged in. |Int |Yes
Game_room_id |Id of current game room with users in it. |Int | Yes

Expand Down

0 comments on commit 4d46aa9

Please sign in to comment.