Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
blog.scottlogic.com
Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
1–10 of 18 posts
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#2This is going take me a while to read and understand, but the concept is insane
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#3The random function doesn’t seem to work on mobile Safari. Hitting the “random” button does nothing.
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#4we should not be throwing the word "random" around so loosely. this is pseudo randomness. The fact that it is only pseudo random should be mentiond in the writing.
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#5Ah, random opponent. From the headline I was expecting something like Incomplete Information Tic-tac-toe https://www.smbc-comics.com/comic/incomplete
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#6we should not be throwing the word "random" around so loosely. this is pseudo randomness. The fact that it is only pseudo random should be mentiond in the writing.
Why should it? It’s clearly an article about doing neat things with CSS, not the technicalities of different degrees of randomness. Perhaps we should not be throwing around the word “should” so loosely…
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#7we should not be throwing the word "random" around so loosely. this is pseudo randomness. The fact that it is only pseudo random should be mentiond in the writing.
It’s a toy tic-tac-toe game with no monetary or life threatening implications, no need to bring the security mindset into this discussion.
If someone copies this code and uses it in a non-toy application, well, that’s on them.
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#8Nothing happens when I click anywhere in Firefox 115 on MacOS.
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#9Nothing happens when I click anywhere in Firefox 115 on MacOS.
Works great on Firefox 126 on MacOS, you need to upgrade!
Re: Making a tic-tac-toe game with ‘randomness’ using pure HTML and CSS
#10we should not be throwing the word "random" around so loosely. this is pseudo randomness. The fact that it is only pseudo random should be mentiond in the writing.
Sorry, we’ll be sure to only mention cryptographically strong tic-tac-toe games in the future.