florinpop17 / app-ideas

A Collection of application ideas which can be used to improve your coding skills.
https://iCodeThis.com/?ref=app-ideas
MIT License
80.95k stars 9.6k forks source link

Tic Tac Toe game #733

Open MohammadAsiya opened 1 year ago

MohammadAsiya commented 1 year ago

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.

HarshitaShrivas66 commented 1 year ago

hey!! Please assign me!!

Abhigyan2002 commented 1 year ago

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.

namannangia commented 1 year ago

Can I contribute to this issue? or is it solved?

avnichauhan12 commented 1 year ago

Hii..I would like to work on this

Pree-04 commented 1 year ago

Hello, I would like to contribute to this issue. Please assign it to me

ankitaghadge19 commented 1 month ago

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?