A Tic-Tac-Toe game built with React for learning purposes.
Project based on React Tutorial
Built using React, NextJS and Typescript
Features:
- Two-player gameplay
- Win detection
- Draw detection
- Game reset functionality
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
- Unit tests
- Add score count and show game state, current player, winner etc
- Update layout
- Allow custom name for each player