Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Ahmed Adookkattil

@Ahmedadookkatti
  • Tic-Tac-Toe (Minimax Algorithm)

    Cover page
    Made with Java

    Play Tic-Tac-Toe in 2 Modes: Single-Player & Two-Player. Single Player has 2 Modes: Easy & Hard. Easy mode uses randomly generate moves. Hard/Impossible mode uses Minimax Algorithm. Code has detailed comments. Great if you want to learn how to implement the Minimax Algorithm. Comment Suggestions.

    Recent comments (7)
    Ahmedadookkatti
    Ahmedadookkatti
    2 months ago

    Update

    RobertsE
    RobertsE
    2 months ago

    Tic-Tac-Toe is a game that can be programmed using the Minimax algorithm, which is a decision-making algorithm used in game theory to minimize potential losses. Aetna Medicare

    Ahmedadookkatti
    Ahmedadookkatti
    2 months ago

    Fixed Bugs

    Ahmedadookkatti
    Ahmedadookkatti
    3 months ago

    Comment Suggestions.

    Ahmedadookkatti
    Ahmedadookkatti
    3 months ago
    • Single Player now has Easy Mode and Hard Mode - It's impossible to win in Hard Mode because you'll be playing an AI. - AI uses Minimax Search Algorithm
    • Player can now choose to be X or O in Single Player
    • Updated Board Design
    • Final Board highlights the squares that make up the 3-in-a-Row
    • 3-Board Tic-Tac-Toe and other versions coming soon.
    Ahmedadookkatti
    Ahmedadookkatti
    3 months ago

    Advanced Computer coming soon.

Repls
Community
All Repls