Tic-tac-toe game made with Svelte and Vite using graph theory.
Svelte because It's fun to write.
Vite because well Vite....
Clone the repo to your local machine with git clone
Make sure you have yarn
and node
installed
Type in the following to install all dependencies
yarn
To run a development build use
yarn dev
For a production build use
yarn build
https://fa-ai-tic-tac-toe.netlify.app/
If you see any problems or would like to improve the quality of the project, feel free to raise an issue or submit a PR, and I'll get back to as soon as I can.