code100x / chess

A multiplayer chess platform
https://chess.100xdevs.com/
1.55k stars 553 forks source link

Add sequence number to moves #212

Open hkirat opened 2 months ago

hkirat commented 2 months ago

All moves of a game need to have a sequence number that goes up from 1, 2, 3...

Airbornharsh commented 2 months ago

You can check #198 After that I can update the table for the sequence of moves

nimit9 commented 2 months ago

Done in #223