Skip to content

cblanken/tic-tac-toe

Repository files navigation

header

tac-o-rithms

A simple tic-tac-toe app to visualize the Minimax algorithm

Demo

Check out the live site here

Tech

Next.js, TypeScript, TailwindCSS

Screenshots

screenshot

Run Locally

Clone the project

git clone https://link-to-project

Go to the project directory

cd my-project

Install dependencies

npm install

Start the application

Run the development build

npm run dev

Run a production build

npm run build
npm run start

Acknowledgements

License

MIT