-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A serious tic tac toe #13
Comments
Dude Seriously, you liked it?? i mean 18205 only for tic-tac-toe, only an AI can do it without gets frustuated. well i also made tic_tac_toe once (less than 200 lines) -> https://github.com/Himan10/TIC_TAC_TOE_TIE |
Wow, cool! Can you put it online? @Himan10 |
Thanks mate, Can you tell me how can I do it .. still my code of tic_tac_toe isn't good enough like user can still defeat the comp. In some cases and most of the cases are TIE but I want the ratio to be 90% winning chances of computer and 10% of user. |
@Himan10 Tic Tac Toe has no chance (unless players play randomly) and no hidden information. So when both players are playing optimally, you'll have always the same result, which happens to be a tie. You'll only win if the opponent makes a mistake. |
This is amazing! While the code may be long and tedious but it is still tidy and clean. I like it, and I had happened to write a tic tac toe game before, which is a really serious: https://tictactoe.js.org.
The text was updated successfully, but these errors were encountered: