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/.
- Clone the repo
git clone https://github.com/meetgaurang/tic-tac-toe-board-size-n.git
- Install dependencies
npm install
- Start the dev server
npm run dev
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
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.