Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Conversation

@richtja
Copy link

@richtja richtja commented Jun 20, 2025

This commit introduces a complete Tic-Tac-Toe game application built with HTML, CSS, and JavaScript. The game allows a user to play against an AI opponent.

The project includes the following features:

  • A responsive user interface for desktop and mobile devices.
  • Player selection to play as either 'X' or 'O'.
  • A smarter AI that prioritizes winning moves, blocks the player from winning, and takes strategic positions like the center.
  • A scoreboard to track the scores for the player and the AI.
  • A reset button to clear the board and scores for a new session.
  • Interactive alerts using SweetAlert2 for a better user experience.

This initial implementation fulfills the core requirements outlined in the project's issue tracker.

Resolves:
#10

This commit introduces a complete Tic-Tac-Toe game application built
with HTML, CSS, and JavaScript. The game allows a user to play against
an AI opponent.

The project includes the following features:
- A responsive user interface for desktop and mobile devices.
- Player selection to play as either 'X' or 'O'.
- A smarter AI that prioritizes winning moves, blocks the player from
  winning, and takes strategic positions like the center.
- A scoreboard to track the scores for the player and the AI.
- A reset button to clear the board and scores for a new session.
- Interactive alerts using SweetAlert2 for a better user experience.

This initial implementation fulfills the core requirements outlined in
the project's issue tracker.

Resolves:
scrumworkshop-playground#10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant