An open API service providing repository metadata for many open source software ecosystems.

Topic: "minimax-algorithm"

MisaghM/Artificial-Intelligence-Course-Projects

BFS, IDS, A*, Genetic algorithm for math equality, Minimax for Sim game, Naive Bayes for news classification, Machine Learning and Neural Networks.

Language: HTML - Size: 17 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

theRank/tic-tac-toe-game

tic-tac-toe webpage demo

Language: JavaScript - Size: 1.17 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

does-not-compile/tictactoe

The game "TicTacToe", realized in python with various APIs. You will play against the minimax-algorithm.

Language: Python - Size: 65.4 KB - Last synced at: 8 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

nealmick/ttt

Tic Tac Toe! But you never win.

Language: Python - Size: 98.6 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

khanhdq109/Co-Ganh-Solver

A computer program that play Vietnam's traditional board game "CO GANH"

Language: Python - Size: 123 KB - Last synced at: about 8 hours ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

UrijHoruzij/tic-tac-toe

A classic game of tic-tac-toe on JS with artificial intelligence

Language: JavaScript - Size: 1.08 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

theunwisewolf/AITicTacToe

An AI vs. Human Tic Tac Toe Implementation in Java using MiniMax Algorithm.

Language: Java - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

Jee-El/tic-tac-toe

A Tic Tac Toe game that's played in the terminal against an AI, a randomness-based computer, or another player.

Language: Ruby - Size: 68.4 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

SXH7/TicTacToe

Language: Python - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

RonP3B/Connect4

Development of an AI intelligent agent that can play connect 4 using minimax alpha-beta pruning and implementing an IDS

Language: Python - Size: 74.2 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

josephJJ1020/tictactoe-react

Tic Tac Toe in React

Language: JavaScript - Size: 822 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

amit-y11/tic_tac_toe

Tic Tac Toe game made using HTML CSS and JavaScript

Language: JavaScript - Size: 367 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 4

me-asri/tic

Tic-Tac-Toe game with unbeatable AI

Language: C++ - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

solisdonoso19/Java-Tic-Tac-Toe-Mini-Max

Final project for Data Estrucute Subject

Language: Java - Size: 1.21 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Priyansh-15/Mini-Max-Algorithm-Based-Mancala-Board-Game

Implementation of Mancala Board AI based Game using Mini-Max Algorithm (Alpha Beta Pruning) . It Allows both (i) Player Vs Player (ii) Player Vs AI(Bot) Gameplay .

Language: Python - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

itsprathvi/TICTACTOE

Tictactoe Mind Game Developed Using Minimax Algorithm in Java

Language: Java - Size: 53.4 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 4

davidyen-888/unbeatable-tic-tac-toe

My first react app - tic tac toe with AI opponent and game history records.

Language: JavaScript - Size: 705 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

divinelight2002/Tic-Tac-Toe-AI

Tic-Tac-Toe AI (Artificial Intelligence) with Minimax Algorithm that plays a perfect game.

Language: JavaScript - Size: 115 KB - Last synced at: about 5 hours ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

snt85c/TicTacToeMINIMAX-JS-

Tic Tac Toe against the computer implemented in Javscript. The user can play in "Easy"(where the pc simply plays random moves), "Medium" (where the game will try to stop you from winning) or "Hard" (implements the MINIMAX algorithm that makes impossible for the user to win)

Language: JavaScript - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

SaiMonYo/Chess

My chess game

Language: Python - Size: 42 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 2

KuhakuPixel/TempestPixyEngine

Language: C++ - Size: 35.9 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

piyushsharma220699/Connect-Four-Game

A simple 4 Connect Game made using pygame module in PYTHON 3.x!

Language: Python - Size: 1.19 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ayoubomari/tic-tac-toe-minimax

tic-tac-toe is a c++ console application to teach computer to play tic tac toe by a smart way using minimax algorithm.

Language: C++ - Size: 692 KB - Last synced at: 6 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

NodiraTillayeva/IntroToAI

CS50’s Introduction to Artificial Intelligence with Python. This course explores the concepts and algorithms at the foundation of modern artificial intelligence, diving into the ideas that give rise to technologies like game-playing engines, handwriting recognition, and machine translation.

Language: Java - Size: 16.7 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

adigapranava/JavaTicTacToe

A TicTacToe Game Built in Java Swing. Used Minimax Algorithm for Bot

Language: Java - Size: 24.9 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 2

timthedev07/tictactoe-in-shell

My first c++ program integrating the power of AI algorithms(minimax).

Language: C++ - Size: 36.1 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

MamadTvl/TicTacToe-React-Native

Tic Tac Toe - with ReactNative using minimax Algorithm

Language: JavaScript - Size: 1.04 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

urvesh254/Tic-Tac-Toe-With-Computer

This web app is developed to complete the last task of the Web Development 101 course. This web app is shows Tic Tac Toe game playing with computer.

Language: JavaScript - Size: 256 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

KaranJagtiani/Tic-Tac-Toe-AI-Web-App

Tic-Tac-Toe game to play against various Artificial Intelligence algorithms like Minimax, Alpha-Beta Pruning & Hill Climbing

Language: TypeScript - Size: 1.13 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

RobinvanderVliet/tic-tac-toe 📦

A simple browser game of tic-tac-toe. Two people can play together, or you can play against the computer with multiple levels of difficulty. Games played are stored in a database on the server.

Language: JavaScript - Size: 14.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

BooleanCube/TicTacToeAIBot

Tic-Tac-Toe AI Discord Bot. Public and Open-source discord bot. Currently is being hosted. This AI uses the minimax algorithm.

Language: Java - Size: 30.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 3

ITManZero/Connect4

Building AI using MiniMax Algorithm.

Language: Java - Size: 80.1 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

mananjain31/TicTacToe-in-C-Player-vs-Computer

Compile TicTacToe.c , or Run a.exe directly, Preferred Compiler is MinGW

Language: C - Size: 51.8 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

mariamingallonMM/AI-SearchAlgorithm-A2-2048puzzle

Create an agent to intelligently play the 2048-puzzle game

Language: Python - Size: 12.5 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

stogiannidis/Reversi-AI-game

Reversi console game using the minimax algorithm

Language: Java - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

tongplw/Pretty-Perfect-Connect4

🤖 Pretty perfect bot remembering only perfect moves for overcoming the perfect AI written by a perfect guy

Language: Python - Size: 188 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

Akanate/NoughtsAndCrossesAI

Unbeatable Noughts And Crosses AI

Language: Python - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

harsh7in/Tic-Tac-Toe-AI

Language: JavaScript - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

rajko-z/nine-mens-morris-python

Console Implementation of ancient game Nine Men's Morris in python, with minimax algorithm and alpha-beta pruning

Language: Python - Size: 253 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 2

sherwyn11/Tic-Tac-Toe-AI

A Tic-Tac-Toe game made in Pygame where the game plays by itself using AI!

Language: Python - Size: 65.4 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

nenslen/connect-four

Connect 4 with minimax (alpha-beta) AI

Language: JavaScript - Size: 251 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

aalekhpatel07/n-n-k-game

Generalization of Tic-Tac-Toe game and a solver based on the Minimax Algorithm and Alpha-Beta pruning.

Language: JavaScript - Size: 248 KB - Last synced at: 8 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

lakshya16240/Artificial-Intelligence-Assignments

All the programming assignments done as a part of the AI course in IIIT Delhi

Language: Jupyter Notebook - Size: 10.9 MB - Last synced at: almost 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 1

Howuhh/tic_tac_toe_minimax

minimax algorithm implementation for tic tac toe

Language: Python - Size: 112 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

Himanshu4746/TicTacToe

Tic Tac Toe Using Minimax Algorithm

Language: C++ - Size: 40 KB - Last synced at: 6 months ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

nugusha/Tic-Tac-Toe

Tic-Tac-Toe in Python

Language: Python - Size: 71.3 KB - Last synced at: about 1 year ago - Pushed at: almost 6 years ago - Stars: 2 - Forks: 1

TulshiDas39/gomokuAI

Gomoku game with Artificial Intelligence

Language: Java - Size: 527 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 1

ckallum/Unbeatable-TicTacToe

A command line implementation of TicTacToe with an AI that uses the Alpha-Beta pruning with a Minimax decision tree algorithm.

Language: Python - Size: 16.6 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 2 - Forks: 2

RdecKa/0xAI

Code for my bachelor thesis "Using Monte Carlo tree search and machine learning to learn a heuristic function"

Language: Go - Size: 970 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

sudarshanregmi/move-tac-toe

A simple tic-tac-toe-like board game having movable pieces with AI implementation.

Language: Python - Size: 151 KB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 2

codersanjeev/artificial-intelligence-in-java

Implementation of some basic Artificial Intelligence Algorithms in Java.

Language: Java - Size: 37.1 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 1

mackopes/PawnRace

Language: C++ - Size: 126 KB - Last synced at: 7 months ago - Pushed at: about 7 years ago - Stars: 2 - Forks: 0

lagodiuk/tic-tac-toe-minimax-scala

Minimalistic and pure functional implementation of the Minimax algorithm in Scala for the purpose of creation of the unbeatable Tic-Tac-Toe program.

Language: Scala - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

timOTdev/tictactoe-game

Projects > My ReactJS project from Free Code Camp

Language: JavaScript - Size: 3.73 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

vkristijan/Seminar-Minimax

Language: Java - Size: 2.5 MB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 1

Amirsorouri00/AIReversie-Othello

This Project belongs to the course Artificial Intelligence, given by the master. I did this project with contribution to Mohsen Rahnamaei.

Language: Java - Size: 1.86 MB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

IamAdiSri/ai-tictactoebot

AI bot implementation for 4x4x4x4 ultimate tic-tac-toe game

Language: Python - Size: 408 KB - Last synced at: almost 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 0

nicokratky/tictactoe-web

A implementation of the minimax algorithm using the tic-tac-toe game

Language: JavaScript - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

HarshShah1997/Tic-Tac-Toe

Tic Tac Toe using OpenGL

Language: C++ - Size: 1.62 MB - Last synced at: over 1 year ago - Pushed at: over 8 years ago - Stars: 2 - Forks: 1

kigster/gomoku-ansi-c

ASCII Terminal implementation of the Gomoku game with MiniMax algorithm with Alpha/Beta pruning. Runs in your terminal and only requires your arrow keys, and Enter/Space to move.

Language: C - Size: 306 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

yewonnie/NaC_Game_Bot

# NaC_Game_BotThis is a simple bot built with Aiogram for playing Tic-Tac-Toe. 🎮 You can challenge the bot at various difficulty levels or compete with friends in a fun way! 🕹️

Language: Python - Size: 16.6 KB - Last synced at: 9 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

bandirevanth/Checkers

AI & algo-powered Checkers game. Compete against the computer!

Language: JavaScript - Size: 104 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

Ruuudy1/Seminar_GameTheory

Intro to Brainteasers + Post Order Traversal -> Minimax -> Alpha Beta Pruning

Size: 720 KB - Last synced at: 20 days ago - Pushed at: 20 days ago - Stars: 1 - Forks: 0

nur-srijan/tictactoe-web

Simple web based implementation of Tic-Tac-Toe game with Minimax algorithm.

Language: JavaScript - Size: 58.6 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 1 - Forks: 1

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: 829 KB - Last synced at: 2 days ago - Pushed at: 26 days ago - Stars: 1 - Forks: 1

milanlazarevic/OthelloGame

Python implementation of the classic board game Othello (Reversi) with Minimax algorithm.

Language: Python - Size: 27.3 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 1 - Forks: 0

JoeStrout/miniscript-alphabeta

standard AI algorithm (Minimax with alpha-beta pruning) for 2-player deterministic games, in MiniScript

Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

aymenbrahimdjelloul/Unbeatable-Tic-Tac-Tao

This is a Python implementation of an unbeatable Tic Tac Toe game, The game allows a human player to compete against a computer opponent that uses the minimax algorithm to make optimal moves

Language: Python - Size: 138 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Zeyad97/TicTacToe-AI-MiniMax-PyGame

A Pygame implementation of Tic Tac Toe with an unbeatable AI using the Minimax algorithm

Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Avik43218/TicTacToe

This is a Tic Tac Toe game built in Python featuring a clean GUI and an unbeatable AI opponent powered by the Minimax algorithm.

Language: Python - Size: 40 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

vinhdq842/Tic-Tac-Toe-AI

A Tic-Tac-Toe game for you to play against the computer.

Language: Kotlin - Size: 3.62 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

binoydipu/connect4-ai

AI-Powered Connect4 Game

Language: Dart - Size: 911 KB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

binoydipu/tictactoe-ai

AI-Powered Tic Tac Toe Game

Language: Dart - Size: 449 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

AlamRoman/King-Fisher-Chess-Engine

Chess engine with AI opponent, built in JavaScript.

Language: JavaScript - Size: 5.66 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

msharjeelali/Artificial-Intelligence

Repository for Artificial Intelligence course assignment, labs and practice.

Language: Python - Size: 23.4 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

dylandibeneditto/connect4-ai

Unbeatable Connect4 AI written in C++

Language: C++ - Size: 125 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

utkuatasoy/Othello-Reversi-AI

This project presents an AI-driven Othello (Reversi) game designed to compare multiple algorithms, including Minimax, MCTS, A*, Q-Learning, and Negamax. It demonstrates various difficulty levels, which introduce controlled randomness to the AI for a more dynamic gameplay experience.

Language: Python - Size: 1010 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Root-Tester/Tic-Tac-Toe 📦

Looking for a quick game? Play Tic-Tac-Toe online! Challenge your friends or test your skills against our AI. Enjoy endless rounds of this classic favorite.

Language: HTML - Size: 881 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ahmadfantastic/chess_checkmate_puzzle_solver

Solves Chess Checkmate Puzzles using simple AI search techniques

Language: Python - Size: 256 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Voltamon/Tic-Tac-Toe-in-C

This is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves.

Language: C - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

TetieWasTaken/openchessengine

openchessengine is an open source typescript implementation of a chess engine

Language: TypeScript - Size: 501 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Aditya-Ranjan1234/Tic-Tac-Toe

A Tic-Tac-Toe AI using the Min-Max algorithm for optimal move selection, ensuring unbeatable gameplay

Language: Python - Size: 27.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Pasek108/TicTacToe

Three tic-tac-toe versions in two modes. Playable vsvs AI, vs player locally and multiplayer in real-time

Language: JavaScript - Size: 2.55 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

End3r6/MiniMax-TicTacToe

A simple java app that lets you play tic tac toe with a bot using the mini-max algorithm

Language: Java - Size: 26.4 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

theomkumar/TicTacToeVsAI

Practice Project - Cpp

Language: C++ - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - 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: 4 months ago - Pushed at: 6 months ago - Stars: 1 - 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: 8 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

hallame/dichotomy_method

dichotomy minimization method

Language: HTML - Size: 39.6 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Kruutteri1/TicTacToe

Graphical TicTacToeWithAI

Language: Java - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Voltamon/TicTacToe-Rust

This is a Tic Tac Toe game in Rust. It implements the Minimax Algorithm for decisive AI moves.

Language: Rust - Size: 32.2 KB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

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: 4 months ago - Pushed at: 8 months ago - Stars: 1 - 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: 4 months ago - Pushed at: 8 months 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: 9 months ago - Pushed at: 9 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: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

its6ueq/AIT2004

minimax algorithm for chess with alpha-beta pruning

Language: Java - Size: 773 KB - Last synced at: 2 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

devluxor/sapphire-chess

Sapphire Chess is a Chess engine, entirely written from scratch. It has complete game rules, an algebraic input systen, and a functional AI. It provides three game modes: Human vs. Human, Human vs. AI, and AI vs. AI. It also comes with an optional UI.

Language: Ruby - Size: 348 KB - Last synced at: 17 days ago - Pushed at: 9 months ago - Stars: 1 - 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: 10 months ago - Pushed at: 10 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: 10 months ago - Pushed at: 10 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: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

Amir-Mohseni/TronGame

TRON: A multiplayer agentic snake game powered by minimax.

Language: Python - Size: 11 MB - Last synced at: 4 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 1

Related Topics