Skip to content

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.

License

Notifications You must be signed in to change notification settings

diegoperea20/Nextjs-Tic-Tac-Toe-Tres-en-linea

Repository files navigation

Nextjs Tic-Tac-Toe (Tres en linea)

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

Step1

Step2

Multiplayer local

Step3

board size from 3x3 to 10x10

Step4


Fronted Nextjs Options for do it:

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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:https://localhost:3000 with your browser to see the result.

Resolve : Error Nextjs Parsing error: Cannot find module 'next/babel'

Put this code in .eslintrc.json

{
  "extends": ["next/babel","next/core-web-vitals"]
}

Created by Diego Ivan Perea Montealegre

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages