Open MohammadAsiya opened 1 year ago
hey!! Please assign me!!
I can add the game just let me know in which language does it need to be. I can do it in JAVA and Python with GUI.
Can I contribute to this issue? or is it solved?
Hii..I would like to work on this
Hello, I would like to contribute to this issue. Please assign it to me
Hi! I'd like to contribute to this issue, but I'm unsure about the process for submitting my solution. Could you please guide me on where and how I should push my changes?
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Tic-tac-toe is a two-player paper-and-pencil game played on a three-by-three grid. Players take turns marking empty spaces in the grid with X or O. The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins the game. If all nine spaces are filled and neither player has three in a row, the game is a tie.
Describe the solution you'd like A clear and concise description of what you want to happen. Here is a more detailed description of the rules of tic-tac-toe in 50 words:
Players take turns marking empty spaces in the grid with X or O. Players cannot mark a space that has already been marked. The first player to get three of their marks in a row (horizontally, vertically, or diagonally) wins the game. If all nine spaces are filled and neither player has three in a row, the game is a tie. Players cannot change their marks once they have been placed
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.