Skip to content

mattiabonardi/tictactoe

Repository files navigation

Tic Tac Toe DDD

logo

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.

Gameplay

The user plays against AI (min max algorithm) and can only win in a particular solution, thinking out of the box.

Development

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

Build

npm run build

Startup

npm run start

http://localhost:8080

Docker

Build and run

sh build.sh
sh start.sh

About

Web application to play tic tac toe game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors