Nextjs Tic-Tac-Toe (Tres en linea) where you play with the machine and local multiplayer option, in which you can adjust the size of the board from 3x3 to 10x10.
Home
Multiplayer local board size from 3x3 to 10x10Fronted Nextjs Options for do it:
This is a Next.js project bootstrapped with create-next-app
.
Nodejs version v20.10.0 and Next.js version v14.2.3
First
npm install
run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
Put this code in .eslintrc.json
{
"extends": ["next/babel","next/core-web-vitals"]
}
Created by Diego Ivan Perea Montealegre