-
- tic tac toe game logic
user story
when a user presses a square their symbol is displayed in that square
when a user has three of their symbols in a row they win the game
when neither user has …
-
Try to reduce the number of if statements and implement more classes. A good idea for improvement would be to add a class for the Tic-Tac-Toe game.
-
Is your feature request related to a problem? Please describe.
The current Tic Tac Toe application lacks advanced features that enhance gameplay, such as the ability to restart the game easily or t…
-
why does it move down when i click on the button?
-
### 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…
-
Hi @iamparas0 ,
I hope this message finds you well. I am reaching out to request your permission to enhance the review section by adding background image of tic tac toe so that it make the ui attr…
-
# Description
Build a simple Tic-Tac-Toe game for multiplayer / single-player. [How the game works](https://en.wikipedia.org/wiki/Tic-tac-toe#Game_play).
## Language
- [ ] C++: @
- [ ] Java:…
-
The idea is to create a tic-tac-toe game which is more modular and also has a computer vs player function
-
-
### 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.