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

TicTacToe Implemented #28

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

Modernbeast02
Copy link
Contributor

Resolved Issue #8

@vercel
Copy link

vercel bot commented Oct 20, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
acm-fun ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 20, 2023 8:38am

Comment on lines +97 to +100
<div className="lower">
Currently, Turn Of {isTurnOfX ? "X" : "O"}
</div>
)}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should be shown at top of the board.

)}
<button className="resetButton" onClick={() => resetGame()}>
{" "}
Resett
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Resett
RESET

</div>
) : (
<div className="lower">
Currently, Turn Of {isTurnOfX ? "X" : "O"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make color of X and O red and green respectively for easy identification.
image

@Ishwarendra
Copy link
Contributor

@Modernbeast02 Your forked repo is 1 commit behind the original repo.

@ken1000minus7
Copy link
Contributor

@Modernbeast02 update when

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.

3 participants