2 Player Games Githubio !!better!! Jun 2026
"2-player games github.io" (often stylized as 2playergames.github.io
: An interactive chess platform built with chess.js designed for practicing tactics with a friend. 2 player games githubio
// store action for current player if(currentTurn === 0 && p1ChosenAction === null) p1ChosenAction = action; p1ActionDisplay.innerText = `🗡️ $action.toUpperCase() chosen`; log(`$players[0].name chose $action`); currentTurn = 1; turnText.innerText = "🛡️ Player 2's turn"; updateActiveCard(); // if both chosen, resolve if(p2ChosenAction !== null) waitingForAction = false; resolveRound(); "2-player games github