Skip to content

Commit fca26b3

Browse files
authored
Add new game fields (#12)
Add width, height and chatId to game.
1 parent a8bfcb8 commit fca26b3

4 files changed

Lines changed: 113 additions & 2 deletions

File tree

go/connectfour/v1/messaging.pb.go

Lines changed: 29 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php/GamingPlatform/Api/ConnectFour/V1/Game.php

Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
48 Bytes
Binary file not shown.

schema/gamingplatform/api/connectfour/v1/messaging.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,7 @@ message Game {
7878
string yellow_player_id = 3;
7979
string current_player_id = 4;
8080
repeated Move moves = 5;
81+
int32 width = 6;
82+
int32 height = 7;
83+
string chat_id = 8;
8184
}

0 commit comments

Comments
 (0)