Skip to content

Commit

Permalink
Add UI for score submission & remove redundant ip field from protob…
Browse files Browse the repository at this point in the history
…uf spec
  • Loading branch information
bytewife committed Oct 11, 2022
1 parent 23a4a89 commit 1003f44
Show file tree
Hide file tree
Showing 9 changed files with 203 additions and 396 deletions.
5 changes: 2 additions & 3 deletions protobuf/PlayerSubmissionData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ syntax = "proto3";
message PlayerSubmissionData {
int32 score = 1;
string name = 2;
string ip = 3;
repeated string words = 4;
bytes checksum = 5;
repeated string words = 3;
bytes checksum = 4;
}
Loading

0 comments on commit 1003f44

Please sign in to comment.