Popular game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
Live version: https://barbaraszott.github.io/tic-tac-toe/
Game made for fun and for React practice. Inspiration for design: Tic-Tac-Toe by EYUVA
- JavaScript (ES6)
- React.js
- SCSS as a CSS preprocessor
- BEM methodology