Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 533 Bytes

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/

image

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).