Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshitha-akkaraju/tic-tac-toe
single player tic tac toe using the minimax algorithm
https://github.com/harshitha-akkaraju/tic-tac-toe
Last synced: 3 months ago
JSON representation
single player tic tac toe using the minimax algorithm
- Host: GitHub
- URL: https://github.com/harshitha-akkaraju/tic-tac-toe
- Owner: harshitha-akkaraju
- Created: 2018-08-09T02:36:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T03:06:57.000Z (about 6 years ago)
- Last Synced: 2024-05-02T12:41:27.396Z (7 months ago)
- Language: Vue
- Homepage: https://minimax-tic-tac-toe.herokuapp.com/
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
I used the __Minimax algorithm__ to implement an __Artificially Intelligent__ tic tac toe game. I used __Vue Js__, a
Javascript framework to implement the web app. I have used either React or basic HTML/CSS/JS for most
of my front-end web development projects. Since this particular project fairly small and well-scoped, I wanted to explore
something new -- hence Vue Js.You can try the game [here](https://minimax-tic-tac-toe.herokuapp.com/)!
Read my notes on the Minimax algorithm and its run time [here](https://github.com/harshitha-akkaraju/tic-tac-toe/blob/master/game/Notes.md).