tic-tac-toe topic

List tic-tac-toe repositories

92_Python_Games

186
Stars
175
Forks
Watchers

This repository contains Python games that I've worked on. You'll learn how to create python games with AI. I try to focus on creating board games without GUI in Jupyter-notebook.

discord-tictactoe

97
Stars
34
Forks
Watchers

Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅

ReinforcementLearning

84
Stars
21
Forks
Watchers

Reinforcing Your Learning of Reinforcement Learning

alpha-zero

84
Stars
28
Forks
Watchers

AlphaZero implementation for Othello, Connect-Four and Tic-Tac-Toe based on "Mastering the game of Go without human knowledge" and "Mastering Chess and Shogi by Self-Play with a General Reinforcement...

colyseus-tic-tac-toe

89
Stars
43
Forks
Watchers

Colyseus 0.15: Turn-based Multiplayer Example

Tic-Tac-Toe-Game-In-Python

39
Stars
44
Forks
Watchers

Tic Tac Toe game with GUI in python using Tkinter and also a restart functionality and displays which player turn now.

Tic-Tac-Toe-AI

19
Stars
9
Forks
Watchers

This is a game made in python by Tkinter only... This is a Human vs Computer based game..... Take a look at the project demo video(Video Link in the README file of that particular repo)

Whatsapp-bot

30
Stars
12
Forks
Watchers

A simple WhatsApp Bot made using open-wa library with some additional features.

tic-tac-toe

23
Stars
8
Forks
Watchers

:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。