-
Notifications
You must be signed in to change notification settings - Fork 839
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
[New game]: Tic-Tac-Toe #2333
Comments
Hey @ayon037 ! |
Please assign this task to me. I'm a GSSOC'23 contributor. |
Hey @ayon037 👋! @kunjgit here, |
Hey @ayon037 👋! @kunjgit here, |
Hello @ayon037, Time's Uppp!⏰ |
Hey @ayon037 ! Thank you so much for your raising the issue💗 |
🎮 Game Request
Tic Tac Toe is traditionally played on a 3 × 3 grid. Players take turns placing a mark in one of the cells of the grid. The goal of the game is for players to position their marks so that they make a continuous line of three cells vertically, horizontally, or diagonally.
Point down the features
The game is played on a grid that's 3 squares by 3 squares. You are X , your friend (or the computer in this case) is O . Players take turns putting their marks in empty squares. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
Select program in which you are contributing
I'll be using Javascript to make this game.
Code of Conduct
The text was updated successfully, but these errors were encountered: