An open API service indexing awesome lists of open source software.

https://github.com/hecatops/nought_winning

Classic game of tic-tac-toe against AI that never lets you win.
https://github.com/hecatops/nought_winning

Last synced: 9 months ago
JSON representation

Classic game of tic-tac-toe against AI that never lets you win.

Awesome Lists containing this project

README

          

# nought_winning
Classic game of tic-tac-toe that never lets you win. The AI uses minimax to check for the best possible move. If there is a path that it previously lost on, it gets pruned early, ensuring a victory or a draw. The app is made using HTML, CSS and JavaScript.

Play on: https://aditi-manthri.github.io/nought_winning/

![image](https://github.com/user-attachments/assets/9e3ceafc-68ce-44eb-984b-ac69ab582063)