13 Repositories
Python TicTacToe Libraries
This is a simple Tic Tac Toe game built with Python.
This is a simple Tic Tac Toe game built with Python.
You can play TicTacToe with the engine running UI.py with python3
TicTacToe An "Engine" for TicTacToe You can play TicTacToe with the engine running UI.py with python3. The file engine.py is designed so you can make
A Multipurpose bot with many Commands made using Pycord
This repo has all of the commands you will ever need in a discord bot. a Multipurpose discord bot
A Python tic tac toe game
Tic Tac Toe A Python tic tac toe game To start the game, run python3 main.py First, you have to select the game level. Today, it has three levels In a
Tictactoe py tkinter canvas - Tic Tac Toe written in Python 3 with tkinter mainly using canvas
Python 3 Tic Tac Toe with tkinter This is a tkinter version of my Tic Tac Toe ga
Just a simple Tic Tac Toe game, built with Python
TicTacToe Author: Gabriel Lima Table of Contents About Getting Started Linux Windows About This is one of the first projects I built when I first star
A clean implementation based on AlphaZero for any game in any framework + tutorial + Othello/Gobang/TicTacToe/Connect4 and more
Alpha Zero General (any game, any framework!) A simplified, highly flexible, commented and (hopefully) easy to understand implementation of self-play
A tictactoe where you never win, implemented using minimax algorithm
Unbeatable_TicTacToe A tictactoe where you never win, implemented using minimax algorithm Requirements Make sure you have the pygame module along with
Input-based tic tac toe game made in only python.
Tic Tac Toe Tic Tac Toe is a game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O's or thr
TicTacToe using Socket Server
TicTacToe using Socket Server This is a project for the class : 18CSC302J - Computer Networks by Dr. S.Babu Contributors Suvodeep Sinha RA191100301010
Krieg is a Python package for a general game framework.
Krieg Krieg is a Python package for a general game framework. It provides base classes for implementing simple games. Some example games are already i
Play tic-tac-toe in PowerPoint
The presentation has around 6,000 slides representing every possible game state (and some impossible ones, since I didn't check for wins or ties). You play by clicking on the squares, which are hyperlinks to other slides.
To solve games using AI, we will introduce the concept of a game tree followed by minimax algorithm.
To solve games using AI, we will introduce the concept of a game tree followed by minimax algorithm.