https://github.com/dubisdev/tictactoe_javascript
Tictactoe Game in JS (with an AI)
https://github.com/dubisdev/tictactoe_javascript
Last synced: about 1 year ago
JSON representation
Tictactoe Game in JS (with an AI)
- Host: GitHub
- URL: https://github.com/dubisdev/tictactoe_javascript
- Owner: dubisdev
- License: mit
- Created: 2021-07-24T08:58:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T09:14:02.000Z (over 4 years ago)
- Last Synced: 2025-01-24T06:48:21.144Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://dubisdev.github.io/tictactoe_javascript/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tictactoe Game in JS (with AI)
> You can play [here đź‘€](https://dubisdev.github.io/tictactoe_javascript/)
In this simple version of tictactoe game, you can play against the AI in three different modes:
- Easy: the AI generates random moves.
- Medium: the AI does someting that makes sense, but you can still win.
- Impossible: the result is a tie or a win for the AI.
The AI code is an adaptation of a java project from [PĂldoras Informáticas](https://www.pildorasinformaticas.es/) to which I have added and refactored code to make it work better.
## License
MIT © [Dubisdev](https://dubis.dev)