ThePeiLin opened this issue 3 years ago · 0 comments
here's a simple player view function
const playerView =(players, playerID)=>{ console.log("cur playerID",playerID,typeof playerID); return players; }
an here is its output
when didn't choose one player
choose player 0
excute a move