this post was submitted on 20 Mar 2024
40 points (95.5% liked)

Open Source

30602 readers
234 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/27328794

A twist of Tic Tac Toe inspired by VSauce written in React + JS.

I will happily accept contributions, if you're interested you can check for any open issues or create your own!

you are viewing a single comment's thread
view the rest of the comments
[–] starman@programming.dev 1 points 6 months ago* (last edited 6 months ago) (2 children)

It would be cool if when player wins on a certain board, that board gets marked O or X, and the game is finished when there are 3 boards, winned by same player, in a row? I hope that it's understandable enough.

[–] iByteABit@lemm.ee 1 points 6 months ago (1 children)

You mean like Tic Tac Toe within a bigger Tic Tac Toe? That was the original idea by VSauce, but I changed it to # of games won because it felt more intuitive when playing

[–] starman@programming.dev 2 points 6 months ago

You mean like Tic Tac Toe within a bigger Tic Tac Toe?

Yup

That was the original idea by VSauce

Oh, so somebody thought about it before