Tic-tac-toe with the option to play against the computer who always wins
-
Updated
Nov 12, 2022 - Python
Tic-tac-toe with the option to play against the computer who always wins
Triple Three Engine (3T) is a Tic Tac Toe engine. It uses Machine Learning (ML) to predict the best move in a given Tic Tac Toe position. It can be trained to predict the best move in any board size, although the default is a 3 by 3 board.
This is a personal project of mine to create a bot that can play the game Ultimate Tic Tac Toe well.
This python project implements a Gomoku game where a player plays against a simple AI engine.
Tic-Tac-Toe game with 3 varieties
A nice game of Tetris vs a basic AI
Recreated blackjack with a tutorial feature, automated computer-player and betting capabilities
TicTacToe implementation in Python. There are two implementations: A) Automated Tic Tac Toe File B) Normal multiplayer Tic Tac Toe File
A console application in Python for the classic game Reversi (Othello), featuring player-versus-computer functionality. The implementation includes the Mini-Max algorithm with a heuristic function for intelligent decision-making by the computer opponent.
Add a description, image, and links to the computer-player topic page so that developers can more easily learn about it.
To associate your repository with the computer-player topic, visit your repo's landing page and select "manage topics."