Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

Replays #48

Open Bowarc opened 5 months ago

Bowarc commented 5 months ago

Each game could store the played moves and save as a replay file for a replay-specific client to display them.

(Or even the main client could display replay file, like a specific state that would not require being connected to the server)

Bowarc commented 5 months ago

A replay could just be the list of played moves, if you wanna get fancy, you could add the time delay between them but i don't see it being useful