Win game logic done

This commit is contained in:
2021-12-27 16:28:27 -03:00
parent 0102f9b106
commit bc65015c21
6 changed files with 148 additions and 14 deletions

View File

@@ -44,4 +44,6 @@ export default function checkInputs() {
return true
}
return [inputsPlayer1, inputsPlayer2]
}