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

Topic: "tictactoe-ai"

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: 14 days ago - Pushed at: over 2 years ago - Stars: 10 - Forks: 48

Supsource/Advanced-Tic-Tac-Toe

Advanced Tic Tac Toe Using JS.

Language: CSS - Size: 755 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 10 - Forks: 4

RPG-coder/TicTacToe-Game

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

Language: Python - Size: 49.9 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 0

tatlead/TicTacToe-AI

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

Language: C# - Size: 125 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 6 - Forks: 1

marcluque/TicTacToe-AI

A simple AI for TicTacToe with Alpha-Beta pruning and binary encoding for the board

Language: Java - Size: 67.4 KB - Last synced at: 8 days ago - Pushed at: almost 3 years ago - Stars: 4 - Forks: 0

Agha-Muqarib/Tic-Tac-Toe-Game

The repository contains computer vs computer and Player vs Computer Tic Tac Toe Game. Its a non GUI output based python code that'll let you play this game upon executing the code.

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

esotericenderman/tic-tac-toe 📦

A very simple tic-tac-toe website written in HTML, CSS, and JS.

Language: JavaScript - Size: 99.6 KB - Last synced at: 28 days ago - Pushed at: 5 months ago - Stars: 3 - Forks: 0

blaz-cerpnjak/tictactoe-minimax

🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.

Language: C# - Size: 85 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 1

lpapailiou/tictactoe

A tic tac toe game in java, which can be trained by machine learning (console & gui).

Language: Java - Size: 1.77 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

yagizdo/tictactoe-multiplayer-game

Tic tac toe game with Flutter

Language: Dart - Size: 230 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 2

ynanstudio/MinimaxTicTacToeUIpy

Реализация крестики-нолики на python'e с использованием UI на Tkinter

Language: Python - Size: 325 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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: Rust - Size: 33.2 KB - Last synced at: 26 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

BennyThadikaran/TicTacToe

A PHP implementation of TicTacToe game using AI (MiniMax algorithm)

Language: PHP - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

harshilchovatiya/Tic-Tac-Toe

Welcome to the engaging world of Tic-Tac-Toe, where strategic prowess meets cutting-edge technology on our interactive gaming website. Prepare for a classic battle of wits as you take on the computer in this timeless game of X's and O's.

Language: JavaScript - Size: 30.3 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

needl3/TicTacToe

Projects developed during chiya khadai

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

morsisko/MCTS-TicTacToe

An AI TicTacToe implementation using Monte Carlo Tree Search written in C++ and SFML.

Language: C++ - Size: 424 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 2

BricksAndPieces/TicTacToe

A complete TicTacToe game created in java with a minimax AI

Language: Java - Size: 96.7 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 1 - Forks: 0

KiKoS0/TicTacToe-MiniMax-Algorithm-

Language: C++ - Size: 15.6 KB - Last synced at: 1 day ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

zaqks/TicTacToe-AI

Unbeatable TicTacToe AI

Language: JavaScript - Size: 0 Bytes - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

nonkloq/tictactoe-ai

TicTacToe AI using minimax algorithm.

Language: JavaScript - Size: 61.5 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

GiorgosG1an/Tic-Tac-Toe-and-Reversi-with-AI

This repository contains a Python implementation of the classic game Tic Tac Toe with AI opponent. The game is played on a 3x3 grid by two players, one using 'X' and the other using 'O'. The player who first gets 3 of their marks in a row (up, down, across, or diagonally) is the winner.

Language: Python - Size: 337 KB - Last synced at: 11 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

WeirdoKitten/Tic-Tac-Toe---TreFantastici

TicTacToe program that has many features. You can play tic tac toe with 3x3, 5x5, and 7x7 board sizes. In addition, this program has 2 modes, player vs player and player vs computer.

Language: C - Size: 74.2 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Zalanshah64/TicTacToe

An HTML-based Tic-Tac-Toe game

Language: HTML - Size: 444 KB - Last synced at: over 1 year ago - Pushed at: over 1 year 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: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ThePension/MorpionsIA

TicTacToe game with AI using MinMax algorithm

Language: C# - Size: 1.03 MB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

shubhamagarwal3010/TicTacToe

Tic Tac Toe Game with TDD

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

shubhanshu02/winter19-task1 Fork of COPS-IITBHU/winter19-task1

Tic Tac Toe game based on Vanilla JS, CSS and HTML using Minimax Algorithm as AI agent. This game has two gameplay options - Single Player Mode and Two Player Mode.

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

vuurball/ai-1-minimax-tictactoe

tictactoe game, play against ai with minimax algo

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

shreeviknesh/TicTacToe

A TicTacToe mobile-friendly web-application made using JavaScript that implements a minimax AI to play against a the user.

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

IamSanjid/TicTacToe

A simple TicTacToe game with MiniMax algorithm and also with alpha beta pruning.

Language: C# - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

maheshnama098/tic-tac-toe

Multiplayer/Computer Bot Tic-Tac-Toe game using React.js

Language: HTML - Size: 156 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

yathartharora/tic-tac

AI based Tic-tac toe

Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

sgteja/Tic-tac-toe_Qlearning

Basic Q Learning algorithm on Tic-tac-toe game

Language: Python - Size: 591 KB - Last synced at: about 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

FaydSpeare/UCTGames

A collection of games accompanied by a generalised Monte Carlo Tree Search Artificial Intelligence in combination with Upper Confidence Bounds.

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

thothbaboon/minimax_tictactoe

Unbeatable AI for tic tac toe, using minimax algorithm

Language: JavaScript - Size: 6.84 KB - Last synced at: 3 months ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 1

Related Topics
tictactoe 18 tictactoe-game 18 tic-tac-toe 16 minimax-algorithm 10 minimax 9 game 7 tic-tac-toe-game 7 ai 6 tictactoe-javascript 6 minimax-alpha-beta-pruning 5 alpha-beta-pruning 4 tic-tac-toe-ai 4 tic-tac-toe-multiplayer 3 python 3 tictactoe-python 3 java 3 monte-carlo-tree-search 3 artificial-intelligence 3 css 2 tictactoe-web-application 2 minimax-search 2 minmax-algorithm 2 csharp 2 qlearning-algorithm 2 tictactoe-java-game 2 tictactoe-minimax 2 qlearning 2 python3 2 html5-css3 1 game-dev 1 game-development 1 gamedev 1 games 1 html-css 1 html-css-javascript 1 html5 1 webapp 1 gametheory 1 mvvm-pattern 1 mvvm-flutter 1 mvvm 1 multiplayer-game 1 multiplayer 1 mobx-flutter 1 mobx 1 flutter 1 board-game 1 board 1 binary-encoding 1 alpha-beta-cut 1 alpha-beta-algorithm 1 alpha-beta 1 xaml 1 wpf-ui 1 wpf-datagrid 1 wpf-application 1 wpf 1 visualstudio 1 design 1 cs 1 algorithm 1 game-ai 1 pygame 1 javagame 1 terminal-game 1 rust-terminal-game 1 rust 1 web-game 1 tic-tac-toe-webapp 1 tic-tac-toe-web-application 1 naughts-crosses 1 naughts-and-crosses-cs 1 naughts-and-crosses 1 naughts 1 naught-and-crosses 1 html5-game-development 1 html5-game 1 machine-learning 1 javafx-project 1 javafx-gui 1 javafx-desktop-apps 1 javafx-application 1 javafx 1 java-8 1 vanilla-js 1 winforms 1 tic-toe-game 1 tic-tac-toe-python 1 tic-tac-toe-minmax 1 tic-tac-toe-bot 1 opencv 1 minmax-alpha-beta-pruning 1 minmax 1 ai-games 1 tkinter-gui 1 tkinter 1 python-ui 1 python-game 1 upper-confidence-bound 1 connect-3d 1