2 clients can play and see each other moves.

This commit is contained in:
2020-01-03 22:54:52 +01:00
parent ae632df144
commit 0cff0e13da
5 changed files with 297 additions and 119 deletions

View File

@ -9,3 +9,5 @@ edition = "2018"
[dependencies]
shakmaty = "0.16.0"
colored = "1.9"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"