aboutsummaryrefslogtreecommitdiff
path: root/src/server/index.js
AgeCommit message (Collapse)Author
2023-07-15update readmeHEADmasterVidhu Kant Sharma
2023-07-15cleaned up code, added timeout, etcVidhu Kant Sharma
2021-08-23changed draw message and now the winner doesn't get extra turnMikunoNaka
2021-08-01created menu entry to enter join codeMikunoNaka
2021-08-01added functionality to detect incorrect room codeMikunoNaka
2021-08-01Added protection against duplicate room codesMikunoNaka
2021-07-31Added basic rooms supportMikunoNaka
2021-07-23somehow made it work on multiple devicesMikunoNaka
2021-07-22fixed score not updatingMikunoNaka
2021-07-22fixed wrong winner showingMikunoNaka
2021-07-22now the board and turn are handled by backendMikunoNaka
2021-07-21implemented basic checking winner/draw in multiplayerMikunoNaka
2021-07-21Implemented basic connection between client and server using websocketsMikunoNaka
2021-07-21Bug Fix: score doesn't increase on drawMikunoNaka