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

adding tic tac toe #68

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

pankajdeh
Copy link

This pull request adds a fully functional Tic Tac Toe game to our project, incorporating HTML, CSS, and JavaScript to create an engaging and user-friendly gaming experience. The primary focus of this contribution is to provide a fun and interactive game while also adhering to best practices for web design and development.

Game Logic: The JavaScript code implements the game's core logic, allowing two players to take turns, marking the board with their respective symbols (X and O), and checking for win conditions.

Game Flow: The JavaScript code manages the flow of the game, including player switching, announcing the winner, and handling ties. It also prevents any further moves once the game is over.

Reset and Restart: Users can easily reset the game board to start a new match without needing to refresh the page.

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.

1 participant