Tic Tac Toe DDD reproduces tic tac toe game in 3D mode. The project is based on Next.js written in Typescript, HTML and CSS. The UI is created using Mui Components.
The user plays against AI (min max algorithm) and can only win in a particular solution, thinking out of the box.
First, run the development server:
npm run devOpen http://localhost:3000 with your browser to see the result.
npm run buildnpm run startBuild and run
sh build.sh
sh start.sh
