OyvindSabo / quoridor.js

MIT License
3 stars 0 forks source link

History should be of type Move[] #2

Closed OyvindSabo closed 3 years ago

OyvindSabo commented 3 years ago

Currently history is of type

{
  1: MoveObject[];
  2: MoveObject[];
}