GitHub topics: minimax-algorithm
Taha-130/tictactoe
AI-powered Tic Tac Toe game using the Minimax algorithm to play optimally against the computer.
Language: Python - Size: 120 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

jtpeller/tic-tac-toe
A web-based tic-tac-toe game written using ReactJS, JavaScript, CSS, and HTML.
Language: JavaScript - Size: 23.4 KB - Last synced at: 6 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

t0re199/AIAKRR_PROJECT
Java implementation of an automatic player for the Murus Gallicus game.
Language: Java - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

BrianLusina/tictac-ai
Simple TicTacToe in Python using multiple clients(front ends) with a re-useable game engine with different sets of players(human, randomized computer player and an unbeatable AI using a simple minimax algorithm)
Language: Python - Size: 753 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 1

haoyuliao/Reinforcement-Learning-for-connectX
Implementation of Reinforcement Learning (RL) in the ConnectX game. Includes PPO, Deep Q-Learning, Minimax, and dynamic rewards to train AI agents efficiently.
Language: Jupyter Notebook - Size: 69.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

itzdineshx/Cs50ai_tic_tac_toe_AI
A simple Tic Tac Toe Game with AI
Language: HTML - Size: 24.4 KB - Last synced at: 23 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Maguids/Game-Connect-Four
Version of the game "Connect Four" in terminal with search algorithms (A*, Minimax and MCTS). Second Semester of the Second Year of the Bachelor's Degree in Artificial Intelligence and Data Science.
Language: Jupyter Notebook - Size: 641 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

nonkloq/tictactoe-ai
TicTacToe AI using minimax algorithm.
Language: JavaScript - Size: 61.5 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

AritraC1/TicTacToeGame
This is a Tic Tac Toe game built using Kotlin and Jetpack Compose for Android. It supports two game modes - Computer vs User (single-player mode against AI) & Player 1 vs Player 2 (local multiplayer).
Language: Kotlin - Size: 2.4 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ppl-call-me-tima/tictactoe
Play Tic-Tac-Toe with a bot
Language: JavaScript - Size: 62.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

theomkumar/TicTacToeVsAI
Practice Project - Cpp
Language: C++ - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

LazyyVenom/Chess
Creating a Chess in Python and Py-Game
Language: Python - Size: 157 KB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 0

Leonlit/tic_tac_toe
A simple tic tac toe game using HTML, CSS and Javascript
Language: JavaScript - Size: 156 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Daniil-Tiunchyk/TicTacToe-MinimaxBot
This repository houses a near-unbeatable Tic-Tac-Toe bot built using the Minimax algorithm. Inspired by a Yandex article, the project is crafted with HTML, CSS, and JavaScript. Try your luck against this bot!
Language: JavaScript - Size: 29.3 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Roncooo/gtproject
Project developed for the Game Theory university course
Language: Python - Size: 3.29 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

josephmars/connect4_solver_AI
Connect 4 AI puzzle solver using Minimax and Alpha-Beta Pruning algorithms.
Language: Python - Size: 6.84 KB - Last synced at: 26 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Ana06/contact4
The Connect Four game implemented in C++ using the minimax algorithm and different heuristics
Language: C++ - Size: 764 KB - Last synced at: 5 days ago - Pushed at: about 9 years ago - Stars: 1 - Forks: 0

rmodi6/pacman-ai-multiagent
Solutions to Pacman AI Multi-Agent Search problems
Language: Python - Size: 90.8 KB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 6 - Forks: 7

Soroushcro/ClashofColors
A strategic two-player board game where players compete to control a grid by coloring blocks and capturing adjacent spaces. Features a minimax AI opponent with sophisticated decision-making logic.
Language: JavaScript - Size: 31.3 KB - Last synced at: 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

debitcash/Checkers
Checkers game: Player vs AI (Minimax with Alpha-Beta), Player vs Player, Over the Network.
Language: C++ - Size: 94.4 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

KishanVyas308/Ai-Mini-Projects
This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:
Language: Python - Size: 22.5 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

Aswajith7077/TicTacToe-V1
Tic Tac Toe V1 is a classic implementation of the Tic Tac Toe game developed using HTML, CSS, and JavaScript with AI powered using Mini-max algorithm.
Language: HTML - Size: 4.84 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ThiagoFBastos/SOS-Board-Game
SOS board game em C++ (Gtkmm3.0)
Language: C++ - Size: 15.3 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pouriaSameti/Fundamental-AI
The Fundamentals of Artificial Intelligence Course Projects.
Language: Jupyter Notebook - Size: 13 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Zedrichu/Chinese-Checkers-AI
Implementation of the Chinese Checkers game and an AI agent for it
Language: Python - Size: 1.41 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 1

hctilg/TicTacToe
TicTacToe Game
Language: JavaScript - Size: 819 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 26 - Forks: 0

vzgr/tictac
Tic Tac Toe game in html page, written by native JS with minimax algorythm.
Language: JavaScript - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

techgirldiaries/TicTacThinker
Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes.
Language: Python - Size: 69.3 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

techgirldiaries/Ultimate-TicTacThinker
Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes. Enhanced with Ultimate (81 squares) and Max (729 squares) modes for added complexity and strategic gameplay.
Language: Python - Size: 65.4 KB - Last synced at: 5 days ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

crispinprojects/mxcheckers
Mx Checkers is a demo of the classic human-vs-computer checkers game for Linux computers
Language: C - Size: 1.75 MB - Last synced at: 8 days ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

TaigaTi/Impossible-Tic-Tac-Toe
Impossible Tic Tac Toe with Minimax Algorithm!
Language: JavaScript - Size: 361 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cryptolympix/checkers
The french version of the checkers game developped with p5.js
Language: JavaScript - Size: 423 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

cryptolympix/connect-four
Try to beat the artificial intelligence in the famous game of connect four.
Language: JavaScript - Size: 447 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 1

Sabdikay/Connect4
This is a simple Connect Four game implemented in Python with ability to play against computer
Language: Python - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Amirreza81/Artificial-Intelligence
Solutions to practical assignments of Artificial Intelligence course (CE-417) at Sharif University of Technology
Language: Jupyter Notebook - Size: 25 MB - Last synced at: about 2 months ago - Pushed at: 7 months ago - Stars: 4 - Forks: 1

Lata2804/Tic_tac_toe-using-minimax
TIC-TAC-TOE with minimax
Language: Python - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

pedropcamellon/dragons-vs-unicorns
Dragons vs Unicorns reimagines Tic-Tac-Toe with mythical creatures. Challenge an AI opponent using minimax algorithm, or play against friends. A demo project built with HTML5, CSS3, and JavaScript to showcase game theory concepts.
Language: JavaScript - Size: 2.11 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

reinhardlinardi/pocnut
Web-based single-player Tic Tac Toe game with perfect AI
Language: C# - Size: 1.27 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

TarryCarrot7309/TicTacToe-with-AI-CPP
A Tic-tac-toe/X and O game with AI and a player vs player mode. It features a sleek UI and Modern design built with C++ using the QT framework for desktop apps.
Language: C++ - Size: 24.9 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 0

pigeooon/minimax-alphabeta-pruning
Algoritmos de Minimax y Alpha-Beta Pruning para analizar las posibles jugadas y optimizar el rendimiento del Qubic Game (Tic-Tac-Toe 3D)
Language: Python - Size: 27.3 KB - Last synced at: 5 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

Dor-sketch/DeepDarkBlueMiniMax
The Minimax Games project showcases AI decision-making in competitive games like Tic Tac Toe and Stone Taking through an implementation of the minimax algorithm with alpha-beta pruning, enriched by visual insights into the algorithm's strategies.
Language: Python - Size: 54.4 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

thejus03/ChessAI
Chess AI game in python using alpha beta pruning
Language: Python - Size: 236 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

usk2003/AI-TicTacToe
This is a Python-based Tic Tac Toe game using Tkinter, featuring both single-player mode (against an AI) and multiplayer mode. The game tracks player statistics such as wins, losses, and draws, and highlights the winning line. The AI uses the Minimax algorithm to make optimal moves for an engaging solo experience.
Language: Python - Size: 1020 KB - Last synced at: 4 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

hallame/dichotomy_method
dichotomy minimization method
Language: HTML - Size: 39.6 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

arasgungore/chess-bot
A C++ project in which you can play chess against an AI that uses alpha-beta pruning to predict the optimal move.
Language: C++ - Size: 8.11 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 41 - Forks: 7

lpapailiou/chess
A chess game in java, allowing to play against an ai opponent.
Language: Java - Size: 10.1 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 3

Kruutteri1/TicTacToe
Graphical TicTacToeWithAI
Language: Java - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

parham1998/Pentago_mini-max
Implementation of Pentago game using mini-max algorithm and alpha-beta pruning with JavaFX
Language: Java - Size: 379 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 1

Pan-I/Tic-Tac-Toe
Tic-Tac-Toe developed in Godot game engine and C#. Complete with sprite and audio assets. Working example of the minimax algorithm, ready to build!
Language: C# - Size: 16.2 MB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Quanghihicoder/Chess_AI
C#, Minimax, Winform, Chess game full rules
Language: C# - Size: 1.47 MB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 3 - Forks: 3

ADolbyB/pygame-ai-checkers
A Checkers AI game who plays against the player.
Language: Python - Size: 38.1 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

renbkna/tic-tac-toe
A Tic-Tac-Toe game against AI.
Language: C# - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

IrishMorales/TIc-Tac-Toe-w-Random-Minimax-AI
Python Tic-Tac-Toe game with Random AI and Minimax AI
Language: HTML - Size: 8.49 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

norpan/zjvoltis
Minimax search for the game of Zjvoltis
Language: Rust - Size: 19.5 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

AbhishekX2004/TicTacToe
Tic Tac Toe Game
Language: JavaScript - Size: 366 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

pick4a-steka/minimaxApp
Minimax visualization
Language: C++ - Size: 195 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

HLRichardson-Git/Stratler
A Pokémon strat bot
Language: C++ - Size: 1.51 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

ser-arthur/sudoku-arcade
Classic Sudoku game with an interactive GUI built in Pygame.
Language: Python - Size: 3.9 MB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

codyjk/RustChess
â A classical chess engine, written in Rust đŠ
Language: Rust - Size: 861 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 3 - Forks: 1

isaccanedo/tictactoe-python
𧩠Este repositório contém uma implementação do clåssico jogo da velha (Tic-Tac-Toe) usando Python e a biblioteca Tkinter para a interface gråfica
Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

fatimazherk/Tic-Tac-Toe
Third Semester DSAA Project (MiniMax Algorithm + Alpha Beta Pruning)
Language: C++ - Size: 125 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

Alex2262/AltairChessEngine
A strong chess engine made in c++
Language: C++ - Size: 33.8 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 56 - Forks: 4

IndieCoderMM/tictactoe-ai
Unbeatable Tic-tac-toe A.I. can calculate the best moves using Minimax algorithm. Built in Python using Pygame library.
Language: Python - Size: 2.75 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 48

imenaouay/tictactoe
Game tic tac toe
Language: JavaScript - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Amir-Mohseni/TronGame
TRON: A multiplayer agentic snake game powered by minimax.
Language: Python - Size: 11 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

Mrudula1205/Quoridor
Language: Python - Size: 46.9 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Spacemanit/Tic_Tac_Toe
A console-based tic tac toe game to play with friends or with AI
Language: Java - Size: 9.77 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

1beno/tic-tac-toe
Implementasi algoritma minimax pada game tic tac toe | Basic of AI
Language: JavaScript - Size: 3.83 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

jane-does-coding/Unbeatable-tic-tac-toe
Language: JavaScript - Size: 4.88 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 6 - Forks: 0

msio808/ttt-game
A simple Tic-Tac-Toe game in C
Language: C - Size: 8.79 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Phillipe17Macedo/ia-busca-competitiva
This project is part of academic activities, in the Systems Analysis and Development undergraduate course.
Language: JavaScript - Size: 1.16 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

imranakki/OBSIDIAN
OBSIDIAN, a smart Python chess engine, plays strategically at a level of approximately 2000 ELO. uses Minimax Algorithm and Alpha-Beta Pruning
Language: Python - Size: 1.09 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

TheRiceCold/tictactoe
Tictactoe using 2D array with game history states
Language: JavaScript - Size: 772 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

NeginFirouzi/TicTacToe-AI
Tic Tac Toe game with GUI and an unbeatable AI strategy.
Language: Python - Size: 117 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

baghelsachin47/Tic-Tac-Toe-Game
A basic tic tac toe game in Python with two modes. AI vs P and PvP modes
Language: Python - Size: 1.19 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

tomcohen13/AI-Squid-Game
The final assignment I've written for Columbia University's Artificial Intelligence graduate course (COMS W4701)
Language: Python - Size: 1020 KB - Last synced at: 4 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

NadeemTabche/ChessAI
Inspired by: Eddie Sharick, Chess AI - A Chess platform in Python allowing users to play against AI or local multiplayer. The GUI allows users to: access self-made video tutorials, change audio/visual settings, and adjust AI difficulty according to their needs. Scored 96% when marked.
Language: Python - Size: 132 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

AbdurRafay2004/Tic-Tac-Toe
A university project on Tic Tac Toe using OOP (C++)
Language: C++ - Size: 64.5 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

agrawal-rohit/tic-tac-toe-ai-bots
AI bots playing Tic Tac Toe
Language: Python - Size: 43.9 KB - Last synced at: 4 months ago - Pushed at: almost 3 years ago - Stars: 33 - Forks: 56

hotungkhanh/IDS-minimax-agent
A two-player version of Tetress featuring intelligent agents. The program uses iterative deepening minimax with alpha-beta pruning to determine optimal moves for competitive gameplay.
Language: Python - Size: 833 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

perkzen/tttm-mango
Language: Go - Size: 43.9 KB - Last synced at: 5 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

its6ueq/AIT2004
minimax algorithm for chess with alpha-beta pruning
Language: Java - Size: 773 KB - Last synced at: 30 days ago - Pushed at: 8 months ago - Stars: 1 - Forks: 1

musty-ess/TicTacToe-AI-with-Minimax
This project implements an AI that plays Tic-Tac-Toe optimally using the Minimax algorithm. The AI is designed to never lose when played against, as Tic-Tac-Toe, when played optimally by both players, always results in a tie. The project includes a graphical interface for easy interaction.
Language: Python - Size: 203 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ReconGit/go-othello-ai
MCTS and Minimax Alpha-beta pruning for Othello/Reversi in Golang with benchmark
Language: Go - Size: 53.7 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

nragland37/Ai-MiniMax-TicTacToe
An unbeatable Tic-Tac-Toe Artificial Intelligence in C++, featuring the Minimax algorithm with Alpha-Beta pruning and visualized move tree traversal
Language: C++ - Size: 13.9 MB - Last synced at: about 2 months ago - Pushed at: 8 months ago - Stars: 7 - Forks: 1

amkhrjee/tictactoe
Play TicTacToe with AI đ€
Language: JavaScript - Size: 408 KB - Last synced at: 8 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Coil-4423/Tic-Tac-Toe_js
Tic-Tac-Toe web browser game with AI using the Minimax algorithm.
Language: JavaScript - Size: 1.27 MB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ikramhasan/Impossible-TicTacToe-Ai
An impossible-to-beat tictactoe ai that uses the minimax algorithm. Made using flutter.
Language: C++ - Size: 1010 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 20 - Forks: 2

je-suis-tm/operations-research
Python operations research applications including sudoku solver, tictactoe gaming AI
Language: Jupyter Notebook - Size: 360 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

sametcn99/tic-tac-toe
Tic-Tac-Toe with AI is a web-based game built using React. The game provides a simple interface for playing Tic-Tac-Toe against an AI opponent. The game logic is implemented in JavaScript, and it uses the minimax algorithm to create a challenging AI opponent.
Language: TypeScript - Size: 287 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

EdwardChhun/TicTacToe-AI Fork of jdsantelicesl/TicTacToe-AI
A tictactoe AI that combines breath first search with the minimax algorithm in order to provide the best possible move in a tictactoe game.
Language: C++ - Size: 300 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

LucasPilla/TicTacToe-Pygame
A simple Tic Tac Toe Game made with Python!
Language: Python - Size: 1.74 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

navidadkhah/TronGame
Implementation of Tron game Agent using minimax and genetics algorithm
Language: Python - Size: 11.5 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

chinnanj666/tictactoe
its a game, designed and developed with responsive UI/UX for both mobile and pc
Language: Svelte - Size: 172 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

LeeYuJoung/GameAI_Algorithm
GameAI with C++
Language: C++ - Size: 16.4 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

johnpolsh/inf420-tpfinal
Jogo de xadrez com bot desenvolvido como trabalho final para disciplina de INF 420 - InteligĂȘncia Artificial
Language: Python - Size: 166 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

AmiteshUniyal/Tic_Tac_Toe-Engine
Language: JavaScript - Size: 171 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

matheus-oliveira-andrade/tic-tac-toe
Implementation of the classic Tic-Tac-Toe game built in Go and minimax algorithm to play against the computer
Language: Go - Size: 17.6 KB - Last synced at: 9 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

GauravHemrajani/Tic-Tac-Toe
This project is a command-line Tic-Tac-Toe game where you can play against an AI. The AI uses the minimax algorithm to make optimal moves. The game is implemented in Python and provides a simple and interactive way to play Tic-Tac-Toe.
Language: Python - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

grsszne/fw22engine
A work in progress chess engine, written in rust.
Language: Rust - Size: 4.88 KB - Last synced at: 5 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
