Unbeatable TicTacToe bot implemented with Minimax algorithm, and live PvP mode
Multiplayer PvP Demo
2023-08-02_23-05-27.mp4
- Live PvP Mode
- Fight Against Unbeatable bots
- Offline PvP Mode
- Easy | Medium | Monster/Hard Mode
React | NodeJS | Socket.io | TailwindCSS | ContextAPI
Clone the project
git clone https://github.com/AFZL210/TicTacToePro.git
Go to the project directory
cd TicTacToePro
Install dependencies
game/client
cd game
npm install
server
cd server
npm install
Start the server and client
npm run dev
in game and server folder
- Implement TicTacBoard
- Implement same device pvp
- add pvp mode