A tic-tac-toe in React Typescript Library
Tictactoe-React-TypeScript
This is fun project aimed to make a tic-tac-toe in React Typescript Library.
This is the link to the latest version: https://game-tictactoe-react.netlify.app/
Technical Details
Used Vite for instead of create-react-app. Used TailwindCSS instead of CSS. Used TypeScript for better type management.
Todo
1.Score per Player
2.Play with bot version (minmax algorithm).