-
Hey @david-vanderhaar
Thanks for the feedback on the weather-app! Would love any thoughts/feedback on this tic-tac-toe too.
-
help me building a tic tac toe in react app like
-
Read the README.md file before starting.
-
![screencapture-tic-tac-toe-peach-eight-vercel-app-rules-2024-10-22-11_54_42](https://github.com/user-attachments/assets/c2cd816b-c9dc-48eb-94cc-8de7605709e1)
-
Good work, good implementation. Would maybe consider, like David said in the Zoom, protecting the game values from 'hackers'.
-
### Has this bug been raised before?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Description
I’ve noticed that the background image makes it hard to see the Xs a…
-
### Task Description
Now write a program to determine the outcome of a Tic-Tac-Toe game. You will be given the number of moves N, then a series of N moves. Each move is a (x, y) position. First the b…
-
I would like to add a project of a TIC TAC TOE game
Tech stacks - Javascript, CSS & HTML
-
### Feature description
Minimax Algorithm with Alpha-Beta Pruning: Commonly used in games like Tic-Tac-Toe, Chess, etc.
Nim Game and Grundy Numbers: Problems related to combinatorial game theory.
-
Currently, when a player wins or the game ends in a draw, the message is displayed in a basic text format. I want to improve the user experience by enhancing the winning message with more interactive …