Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tic Tac Toe Game #3182

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Open

Tic Tac Toe Game #3182

wants to merge 17 commits into from

Conversation

RazaAli313
Copy link

@RazaAli313 RazaAli313 commented May 12, 2024

PR Description ๐Ÿ“œ

Please include summary related to the issue you have fixed and describe your PR in brief over here by specifying the issue number on which you were working below
Fixes # < 3173>
Issue Number #3173


Mark the task you have completed โœ…

I have built # Tic Tac Toe

Description ๐Ÿ“ƒ

This is a classic Tic Tac Toe game implemented with additional functionalities such as success music on winning, music on game drawn, and sound on each click of turn. The game features a user-friendly interface and supports both single-player and two-player modes.

Functionalities ๐ŸŽฎ

  • Play against another player
  • Success music on winning
  • Music on game drawn
  • Sound on each click of turn
  • Recognizes winning combinations horizontally, vertically, and diagonally
  • Attractive UI

How to Play? ๐Ÿ•น๏ธ

  1. Launch the game.
  2. Click on the desired cell to place your symbol (X or O).
  3. Alternate turns with your opponent.
  4. The first player to achieve three of their symbols in a row wins.
  5. If all cells are filled and no player has three symbols in a row, the game is drawn.
  • I follow CONTRIBUTING GUIDELINE & CODE OF CONDUCT of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I have followed proper naming convention showed in CONTRIBUTING GUIDELINE
  • I have added screenshot for website preview in assets/images
  • I have added entries for my game in main README.md
  • I have added README.md in my folder
  • I have added working video of the game in README.md (optional)
  • I have specified the respective issue number for which I have requested the new game.



Thank you soo much for contributing to our repository ๐Ÿ’—

@kunjgit
Copy link
Owner

kunjgit commented May 12, 2024

Thank you @RazaAli313 ,for creating the PR and contributing to our GameZone ๐Ÿ’—
Review team will review the PR and will reach out to you soon! ๐Ÿ˜‡
Make sure that you have marked all the tasks that you are done with โœ….
Thank you for your patience! ๐Ÿ˜€

@RazaAli313
Copy link
Author

@kunjgit Sir kindly review My PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants