Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 29 additions & 2 deletions go/connectfour/v1/messaging.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

81 changes: 81 additions & 0 deletions php/GamingPlatform/Api/ConnectFour/V1/Game.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified php/GamingPlatform/Api/GPBMetadata/ConnectFour/V1/Messaging.php
Binary file not shown.
3 changes: 3 additions & 0 deletions schema/gamingplatform/api/connectfour/v1/messaging.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,7 @@ message Game {
string yellow_player_id = 3;
string current_player_id = 4;
repeated Move moves = 5;
int32 width = 6;
int32 height = 7;
string chat_id = 8;
}
Loading