Skip to content

alsorcam/tic-tac-toe

Repository files navigation

Tic Tac Toe

This is a Next.js project for a Tic-Tac-Toe game bootstrapped with create-next-app.

What can you do?

  • Lets you play tic-tac-toe.
  • Indicates who's turn it is and when a player has won the game.
  • Stores a game’s history as a game progresses.
  • Allows players to review a game’s history and see previous versions of a game’s board.

Getting Started

  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
  1. Open http://localhost:3000 with your browser to see the result.

About

A Next.js project for a Tic Tac Toe game.

Topics

Resources

Stars

Watchers

Forks