Found 15,220 repositories(showing 30)
kying18
Tic-tac-toe AI using minimax
Mostafa-Samir
Multiple Difficulty levels AI to play the simple classic game Tic-Tac-Toe
gomoku
Gomoku game (Five in a Row) playing program with a really strong advanced artificial intelligence algorithm (evaluation function, mini-max with cut offs, alpha-beta, transposition table, situation signatures, candidate generating, expert knowledge, further enhancements). Very heavly documented in author's native language (polish) - see Documentation_PL folder. Other tags: Tic Tac Toe, 5 in a Row, Go-Moku, Connect, Connect5, Connect6, Caro, Noughts and Crosses, AI, engine. Original author: Michał Czardybon Original website: http://mczard.republika.pl/gomoku.en.html Email: mczard@poczta.onet.pl Country: Poland Programming language: C++ IDE: Visual Studio 6.0 project (works also in 7.1) Year: 2002 (this project has over 13 years!) Notes: First time on any source code repository.
ramazancetinkaya
Challenge a smart, heuristic-based AI in this sleek Tic-Tac-Toe game. Built with zero dependencies using only vanilla JS, HTML, and CSS.
arnowaczynski
AlphaZero-like AI solution for playing Ultimate Tic-Tac-Toe in the browser
eleev
🕹 iOS game - classic Tic Tac Toe with AI and state machines [Swift + SpriteKit + GameplayKit].
sontek-archive
A realtime tic tac toe game using socketio, gevent, and redis. Also includes an unbeatable AI.
GeorgeSeif
A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning
Sebastian-Schuchmann
A Self Play reinforcement learning Agent learns to play TicTacToe using the ML-Agents Framework in Unity.
jserv
An implementation of tic-tac-toe in C, featuring AI agents
agrawal-rohit
AI bots playing Tic Tac Toe
memoiry
Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a try : )
markhliu
Book repository for AlphaGo Simplified (CRC Press 2024). Implement ideas behind Deep Blue (rule-based AI) and AlphaGo (rule-based AI + Deep Learning) in three simple games: Last Coin Standing, Tic Tac Toe, and Connect Four.
angeloocana
HTML5 Canvas + Bitwise + Neural networks learning how to play tic tac toe
jiahaog
A Tic-Tac-Toe game with React and an unbeatable AI
shalini476
A simple Tic-Tac-Toe game with an AI opponent using JavaScript for gameplay logic and a basic UI.
YasiraBegum
🎮 Cute Tic Tac Toe Game A beautifully designed Tic Tac Toe game featuring a dark purple aesthetic with glowing pink and blue accents. Play against a smart AI opponent in this visually stunning web implementation.
TIC TAC TOE GAME IN C++ with computer and additional fastest first concept using graphics.h
AbhyudayaSharma
A Tic-Tac-Toe Game with an unbeatable AI
InterviewReady
A deep dive into design patterns and SOLID principles using an example of a turn based game AI engine that plays chess and tic tac toe.
github-samples
A turn-based games app built with Next.js and TypeScript that features Tic-Tac-Toe and Rock Paper Scissors games with AI opponents powered by the Model Context Protocol (MCP), offering three difficulty levels.
ataturhan21
This GitHub project presents a sophisticated Tic Tac Toe application built in JavaFX, featuring an unbeatable AI opponent powered by the Minimax algorithm.
SamarpanCoder2002
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)
ikramhasan
An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.
SajjadAemmi
Artificial Intelligence TicTacToe with multiple languages
JideGuru
This is a basic Tic-tac-toe game with sleek animations and AI opponent
chavi362
Python Tic Tac Toe Game with an option for a game of two against each other or an AI option to play against a computer. Using AI and pygame.
hitanshu-dhawan
:hash:ㅤA C program for a game of TicTacToe using Artificial Intelligence
SagarBiswas-MultiHAT
A clean, beginner-friendly Tic‑Tac‑Toe CLI and Tkinter GUI in Python. Play against three AI levels (easy random, mid win/block, hard minimax), run series mode, and view a readable board. Modular logic and pytest tests make it ideal for learning game logic, TDD, and small GUI apps.
RPG-coder
Tic-Tac-Toe Game with an unbeatable AI using Minimax Algorithm