/tateti-react-next

Tic tac toe game made with React and Next.js.

Primary LanguageTypeScript

Tic Tac Toe Game

Game for two players interactive. Built with:

chrome_P9eK40HfXB

Getting Started

Clone repo

git clone https://github.com/ulysses-ck/tateti-react-next.git

Install dependencies

npm install

Start development server.

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

By default, the server listen at: http://localhost:3000