Found 4,101 repositories(showing 30)
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.
mscroggs
Machine Educable Noughts And Crosses Engine
Again a neat and clean repository for Determining the best move in Tic Tac Toe Game in Python using Artificial Intelligence. The algorithm uses minimax concept to get the best move. Noughts and Crosses Tic Tac Toe X O Zero Kata
catherineisonline
[ARCHIVED] Tic-Tac-Toe game, a classic game for two players where each player takes turns marking a grid of 3x3 squares with their X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. It is also known as Noughts and Crosses or Xs and Os. The game is implemented using React and CSS
wolf81
Realtime multiplayer TicTacToe using Swift on the server and client using WebSockets
jerkydev
Noughts & Crosses terminal based, client-server online game with your partner through websockets.
blackburn27
A python script to bypass 403-forbidden.
adityaathalye
A game of traditional 3x3 Noughts and Crosses, in Bash.
ankitkanojia
Tic-Tac-Toe(also called Noughts and Crosses) is a very simple game in which two players alternately put Xs and Os in compartments of a figure formed by two vertical lines crossing two horizontal lines and each tries to get a row of three Xs or three Os before the opponent does.
mr-dev-dragon
Tic-tac-toe (American English), noughts and crosses (Commonwealth English), or Xs and Os (Irish English) is a paper-and-pencil game for two players who take turns marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved game, with a forced draw assuming best play from both players
cole-wilson
A super customizable file cleaner/organizer/automator.
lugnitdgp
Noughts and Crosses - Socket Programming - TDoC
mini2Dx
mini2Dx sample game - Tic Tac Toe (aka Xs and Os. aka Noughts and Crosses)
imparthgalani
Tic Tac Toe - Noughts & Crosses Game Application...
Raj2503
classic Tic-Tac-Toe game (also called Noughts and Crosses) developed in Flutter also integrated with Spotify to soothes your mind while you play.
diazgio
Tic-tac-toe, noughts and crosses, or Xs and Os is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
codeWithCal
Simple Noughts and Crosses Game
AParovyshnaya
Classic game 3x3
A game of Noughts and Crosses or Tic Tac Toe using HTML and CSS only, no JavaScript.
ncw
Oxo3d - 3D noughts and crosses / tic tac toe
akankshatanwar1701
A 'Mars Colonization 🌋' theme web application which makes use of the minimax algorithm to create an unbeatable version of the famous Noughts and Crosses game!
itallix
Implementation of Noughts & Crosses game with configurable win threshold in java and react.
ciaranmcnulty
No description available
Arteben
No description available
jmcph4
Noughts and crosses (a.k.a. tic-tac-toe) in C that I wrote on a flight to Dallas
My attempt at making a well designed game using GTK.
yomimono
Tic-tac-toe (aka noughts and crosses) in Haskell.
Meshack-Commey
Play the classic Tic-Tac-Toe game (also called Noughts and Crosses) for free online with one or two players.
arnab132
Tic Tac Toe Game. Tic-tac-toe, noughts and crosses (Commonwealth English), or Xs and Os/“X’y O’sies”, is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid.
JayantGoel001
Tic-tac-toe (also known as noughts and crosses or Xs and Os) is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. Here you will single player vs AI Based Algorithm.