Live data from Hacker News

Show HN: A Tic Tac Toe “AI” Built with Only HTML and CSS

css-ttt.netlify.com

1–7 of 7 posts

Re: Show HN: A Tic Tac Toe “AI” Built with Only HTML and CSS

#5
post #2

there's a bug where it claims i lost when i didn't. bottom left, top right, bottom right, middle right. it will then say green wins.

Hiya, I pushed a fix last night when someone reported something similar.

I tried your sequence and it looks like it loses now so I think that might be fixed.

Re: Show HN: A Tic Tac Toe “AI” Built with Only HTML and CSS

#6
post #2

there's a bug where it claims i lost when i didn't. bottom left, top right, bottom right, middle right. it will then say green wins.

Hiya, I pushed a fix last night when someone reported something similar. I tried your sequence and it looks like it loses now so I think that might be fixed.

Still bugged for me - the green and red turns take place on the same "turn" so I end up with green and red winning and it staying green wins - even though red went first.

This is what it looks like: https://vgy.me/wXP18k.gif

Re: Show HN: A Tic Tac Toe “AI” Built with Only HTML and CSS

#7
post #6

Earlier quoted context omitted.

Hiya, I pushed a fix last night when someone reported something similar. I tried your sequence and it looks like it loses now so I think that might be fixed.

Still bugged for me - the green and red turns take place on the same "turn" so I end up with green and red winning and it staying green wins - even though red went first. This is what it looks like: https://vgy.me/wXP18k.gif

Oh! Apologies. You are completely right. No idea how I missed that.

Pushed a fix. Thanks for reporting!