tic-tac-toe-ai

There are 46 repositories under tic-tac-toe-ai topic.

  • SamarpanCoder2002/Tic-Tac-Toe-AI

    This is a game made in python by Tkinter only... This is a Human vs Computer based game..... Take a look at the project demo video(Video Link in the README file of that particular repo)

    Language:Python19109
  • anilmisirlioglu/Tic-Tac-Toe-AI

    Invincible AI written in Go for Tic Tac Toe game.

    Language:Go15200
  • RPG-coder/TicTacToe-Game

    Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm

    Language:Python13013
  • tatlead/TicTacToe-AI

    Tic Tac Toe, written in C#. With Unbeatable AI function

    Language:C#6102
  • ashu12chi/TicTacToe-Bot

    This is a classical Tic Tac Toe game, you can play it with a Bot. But, remember advance bot is pro enough to prove you a Noob.

    Language:Python5303
  • EsotericSlime/tic-tac-toe

    A very simple tic-tac-toe website written in HTML, CSS, and JS. This was part of the JS course by @SuperSimpleDev that I took.

    Language:JavaScript3
  • Jeswin-8802/tic-tac-toe

    The classic game of Tic Tac Toe written in JavaScript

    Language:JavaScript3101
  • 18520339/game-caro

    Winform Tic Tac Toe game with Multiplayer via LAN & AI mode

    Language:C#2102
  • darthdaenerys/Tic-Tac-Toe-AI

    The most famous Tic-Tac-Toe game is implemented with OpenCV and has a touch of UI. This game is made for a single player playing against an AI. Let's see if the player can score :)

    Language:Python2101
  • johnoyegbite/tic-tac-toe

    Tic-Tac-Toe game is written in Kotlin (Android).

    Language:Kotlin2200
  • KOUISAmine/tic-tac-toe

    Tic-Tac-Toe, also known as Noughts and Crosses, is a classic two-player strategy game typically played on a 3x3 grid.

    Language:HTML210
  • VarunBanka/tic_tac_toe_using_python

    here's a tic tac toe game made using python and exe file is also available but make sure python is installed in your pc

    Language:Python2110
  • Bennyhwanggggg/Nine-Board-Tic-Tac-Toe-AI-Agent

    AI Agent that plays Nine Board Tic Tac Toe game

    Language:C120
  • cqb13/terminal-tic-tac-toe

    Console-based Tic-Tac-Toe game implemented in Rust. The game utilizes the crossterm library for cross-platform terminal manipulation.

    Language:Rust110
  • DhanushArunMahasenan/TicTacToeAI

    A Tic Tac Toe game made using Python. You can play against the computer AI.

    Language:Python1100
  • FlyingWolFox/Class-Projects-1

    Games that professor asked us to do. This pack has Tica Tac Toe, Connect 4, Hangman, Simon and Battleship

    Language:C11180
  • joydicurtis/tictactoe

    An unbeatable game of tic tac toe.

    Language:JavaScript1101
  • Shock-1/tic-tac-toe

    An attempt at a primitive tic-tac-toe game with AI in Command Line

    Language:Rust1110
  • 6xur/tic-tac-toe-minimax

    Minimax-based tic-tac-toe AI

    Language:Java0100
  • AahRat/tic-tac-toe-ai

    tic tac toe ai using mini-max algorithm

    Language:Python0100
  • tic-tac-toe

    ae9o/tic-tac-toe

    Advanced version of tic-tac-toe for Android™ with custom fields and smart AI opponent.

    Language:Java0100
  • Lavanya232/NeuroNexus

    Artificial Intelligence

    Language:Python0100
  • niedobam/tic_tac_toe-minimax

    Game of Tic-Tac-Toe with AI solver based on Minimax algorithm with Alpha-Beta pruning. Written in Rust using macroquad gaming library

    Language:Rust0100
  • rehan-code/Alphatoe

    Tic Tac Toe AI

    Language:C0100
  • sBubshait/AITicTacToe

    Tic-Tac-Toe against AI using Minimax

    Language:JavaScript0100
  • virajbhutada/CODSOFT

    Discover a collection of AI projects developed during the Codsoft AI Internship, showcasing advanced skills in AI programming. These projects demonstrate proficiency in various AI domains, from chatbot implementation to strategic gameplay and personalized recommendation systems.

    Language:Jupyter Notebook00
  • votqanh/TicTacToeAI

    This AI uses a depth-first search algorithm to win or draw any match

    Language:Java0100
  • TicTacToe

    Zalanshah64/TicTacToe

    An HTML-based Tic-Tac-Toe game

    Language:HTML0101
  • Akhilendra01/tic-tac-toe-ai-project

    Tic Tac Toe AI implemented using Magic Sqaure Algorithm

    Language:JavaScript10
  • aramirol/tictactoe

    Tic Tac Toe game developed with ChatGPT

    Language:CSS10
  • Eng-IbrahimElgammal/Tic-Tac-Toe-AI

    This project is a command-line implementation of the classic Tic-Tac-Toe game where players can compete against an AI opponent. The AI utilizes various search algorithms including BFS, DFS, IDDFS, UCS, GBFS, and Random to determine its moves, providing a challenging and educational gameplay experience.

    Language:Python10
  • Greece4ever/Tic-Tac-Toe

    Unbeatable tic-tac-toe AI game using minimax in JavaScript and Android Java (using ant and App Inventor)

    Language:JavaScript10
  • mobalti/Tic-Tac-Toe-with-AI

    A tic tac toe game with a minmax algorithm implementation.

    Language:Java10
  • priyank6378/Tic-Tac-Toe-AI

    This is a Tic-Tac-Toe game AI implemented using minimax algorithm.

    Language:Python10
  • remixtures/tictactoeai

    AI version of TicTacToe developed as a HyperSkill project. The project implements Minimax, a brute force algorithm that maximizes the value of the own position and minimizes the value of the opponent's position.

    Language:Java10
  • yash343328/CODSOFT

    I completed the AI internship program at Codsoft, where I successfully tackled three out of the five assigned projects. The initial project involved creating a straightforward chatbot that responds to user inputs. The second project focused on developing a tic-tac-toe game, and the final task centered around building a recommendation system.