Play tic tac toe with emojis!
⭕❕⭕❕❌
➖➕➖➕➖
⭕❕❌❕⭕
➖➕➖➕➖
❌❕❌❕⭕
I created this vanilla js tic-tac-toe board to get better acquainted with the DOM.
- emphasize current player's emoji in score section to support users using only the keyboard
- allow user to choose number of cells
- allow multi-player access with websockets, so users can play on multiple browsers/devices
- optimize code to play on mobile devices