Profile icon
Ahmed Adookkattil
@Ahmedadookkatti
Tic-Tac-Toe (Minimax Algorithm)
Made with JavaPlay 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)Ahmedadookkatti2 months agoUpdate
RobertsE2 months agoTic-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
Ahmedadookkatti2 months agoFixed Bugs
Ahmedadookkatti3 months agoComment Suggestions.
Ahmedadookkatti3 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.
Ahmedadookkatti3 months agoAdvanced Computer coming soon.
All Repls