Tic, Tac, Toe game. Used min-max algorithm.
-
Updated
Dec 9, 2023 - HTML
Tic, Tac, Toe game. Used min-max algorithm.
This project provides game logic for AI and human players using the Minimax algorithm with alpha-beta pruning. It includes functions for managing game states, simulating AI vs AI, AI vs Human, and AI vs Monte Carlo gameplay, and visualizing the board.
Simple AI algorithm (based on Decision trees) for Gomoku game
Tic tac toe game with unbeatable AI. Try it yourself and let me know if you managed to win ;)
The Tic Tac Toe game project is a classic implementation of the popular game, developed in Python. It offers two exciting modes of play: single-player and multiplayer. The game is played on a 3x3 grid, where players take turns marking their moves with 'X' and 'O' symbols.
Generic implementation of the Max-n algorithm in Java
Projet Etudiant de fondement de l'IA avec un algorithme Min-Max (α-β) appliqué au jeu d'Othello
Built an unbeatable connect four game AI using Min-Max algorithm
Tic Tac Toe game implemented with an AI opponent using the Minimax algorithm. The AI is capable of making optimal moves, ensuring that it either wins or forces a draw. The game offers a simple user interface and allows human players to compete against the AI.
Executing important algorithms using java
This repository includes the Tasks/ materials /Reports for the C# Object-oriented Programming-2 Lab course.
A repository with some reinforcement learning projects
implement an AI agent for playing a two-player game. Assignment 2 of the course COL-333: Introduction to Artificial Intelligence Semester I, 2022-23 at IIT Delhi.
Artificial Intelligence exercises.
Three men's Morris is a game you have to row three coins in a same row horizontally or vertically to win. play game from here: https://ashrafhabromman.github.io/ThreeMen-sMorris/
DESIGN AND ANALYSIS OF ALGORITHMS Mini Project
Python-based Tic-Tac-Toe game that implements the minimax algorithm.
Smart Tic-tac-toe using min-max algorithm.
An implementation of Minimax AI Algorithm on Tic-Tac-Toe (or Noughts and Crosses) game.
Add a description, image, and links to the min-max-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the min-max-algorithm topic, visit your repo's landing page and select "manage topics."