You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review this code. You can see that we have different structs and enums for our game.
To finish them: add needed fields, implement the needed method.
Pay attention: not all methods signatures are written. You obviously need to add more.
Hint: open proto/chess_game.proto. In this file, you can find information about how we see those structures. But do not just repeat them. We are also humans that make mistakes.
The text was updated successfully, but these errors were encountered:
Source file is
core/src/lib.rs
.Task consists of next steps:
Pay attention: not all methods signatures are written. You obviously need to add more.
Hint: open
proto/chess_game.proto
. In this file, you can find information about how we see those structures. But do not just repeat them. We are also humans that make mistakes.The text was updated successfully, but these errors were encountered: