Skip to content

meetgaurang/tic-tac-toe-board-size-n

Repository files navigation

Tic Tac Toe Game with a Configurable Board Size

Tic Tac Toe game with a configurable size of the board. The game can be accessed at https://tic-tac-toe-board-size-n.vercel.app/.

Tic Tac Toe

How to use

  1. Clone the repo
git clone https://github.com/meetgaurang/tic-tac-toe-board-size-n.git
  1. Install dependencies
npm install
  1. Start the dev server
npm run dev

Tech Stack

After doing lot of coding in React and Typescript, started craving for vanilla HTML, CSS, Javascript. So for this project, the tech stack is,

  • Pure HTML, CSS and Javascript
  • Vite

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.