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 fixedA #2265

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

Commits on Jul 9, 2024

  1. Add files via upload

    Enhanced User Experience: Added a scoreboard to track player and AI wins, keeping users engaged and informed about their performance. Implemented a "Restart" button, allowing users to easily start a new game without needing to restart the application.
     * Improved Gameplay: Included a "Start" button that enables the game board buttons only after the user clicks it, preventing accidental moves before the game officially begins. Introduced visual cues by using different background colors for player and AI moves, making the game board state easier to understand for the user.
     * Increased Responsiveness: Utilized root.after to schedule the AI's move after a short delay, enhancing the responsiveness of the user interface, especially on slower devices.
     * Error Handling: Incorporated a new function is_valid_move to prevent users from clicking on buttons that are already occupied, resulting in a more robust and user-friendly game experience.
    Dathaze20 authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2633423 View commit details
    Browse the repository at this point in the history