Skip to content
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

Open
Jeff-Tian opened this issue Jun 25, 2019 · 4 comments
Open

A serious tic tac toe #13

Jeff-Tian opened this issue Jun 25, 2019 · 4 comments

Comments

@Jeff-Tian
Copy link

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.

@Himan10
Copy link

Himan10 commented Nov 9, 2019

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

@Jeff-Tian
Copy link
Author

Wow, cool! Can you put it online? @Himan10

@Himan10
Copy link

Himan10 commented Nov 10, 2019

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.

@ePaul
Copy link

ePaul commented Jan 12, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants