A TicTacToe game where you play against the Minimax algorithm, written in Svelte.
To run a local development server, execute the following command in your terminal:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To build the app locally, execute the following command in your terminal:
npm run build
# and to preview the app locally, run this command as well
npm run preview
The app is automatically re-deployed using GitHub Actions whenever an update is pushed to origin/main
.