Tic-tac-toe

i was bored. so i made tic-tac-toe to cure my bordem. (it's 2 player, meaning that 2 people have to be next to the same computer.)

https://snap.berkeley.edu/snap/snap.html#present:Username=wdstudios_llc121&ProjectName=tic-tac-toe

Why the hell does this have 792 views, 100 link clicks, but absolutely no replies
(good project btw)

the fact that i get emailed about this later after a literal year.

anyway, i made an extended version of this using Jens' amazing morphic.js: https://studioreboot.github.io/tictactoe?bH=3&bW=3&bP=2

i still adore morphic with a passion, in my opinion, it's a work of art.

admittedly, i did try more on the Morphic version of it. (as the Snap version i honestly could barely read by the end of it and my chromebook couldn't handle the mass amount of blocks.)

the morphic version is much more improved folks. use that one over the one i posted originally. it's much better.

as a compliment to Jens, i much prefer using morphic over using standard CSS and the other such. it's much easier to use, albeit laggy at times.

as for why i haven't been here as much anymore, i've somehow become a jazz singer so i suppose that's neat. been focusing on that as of late.

Wow, that's actually a really neat and polished Morphic app, I love how you're using url parameters to set up the board.

No waaay!

That is really neat! Honestly, I'm very surprised that no one replied to this for a WHOLE YEAR and yet everyone seemed to enjoy it.

That's amazing!

Nice! I found (quite a few) bugs in @avi_shor's tic-tac-toe AI while my friend and I used it yesterday during seventh period. I searched the forums for the post they probably made about it (I've yet to find it) and found this instead, and we played this a bunch!
I noticed that there were somehow no comments, so I bumped it with mine.

hi jens.

i kinda forgot about this.

Make that two whole years. I did my math wrong. My brain still thinks it's 2024.

it's not Jan 30 yet

Close enough.

I did the math, and it's actually 1.9 years, which is a whole lot closer to 2 years than 1.


@wdstudios_llc121, I tested out your morphic tic tak toe game, and it's very cool. Not to mention, the polish is crazy, it almost feels like it's a native game. My only complaint is that (at least on my phone), I have to tap the very center of each square, and a small colored box shows up. I don't knkw if it's just a phone thing, but it does make it a little harder to tap on the squares.

wdym? it doesnt use js, right?

I'm talking about this

whoops!

It works fine on my desktop; I'm getting big X's and O's, and I don't have to click the very center. I think it's just your phone.

I just tested it on my computer, and yeah, it's working fine. However, if I open chrome dev tools and change the width of the page to phone dimensions, the Xs and Os are really small.

it's probably the way it's programmed, it's really not designed to be on a phone. (i didn't wanna figure out how to do that, and plus i was lazy.)

I liked it too! Satisfying game (10/10).

However, standard tic-tac-toe for boards above 4 layers have a different rule. They need to be 4 in a row, not 3 in a row. 4 in a row regardless of how big the board is (unless it's below 4 layers).