tic-tac-toe topic
92_Python_Games
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
Highly customizable innovative Discord Bot for playing Tic-Tac-Toe 🎮🏅
ReinforcementLearning
Reinforcing Your Learning of Reinforcement Learning
alpha-zero
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...
tictactoe
Tic Tac Toe Machine Learning
colyseus-tic-tac-toe
Colyseus 0.15: Turn-based Multiplayer Example
Tic-Tac-Toe-Game-In-Python
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
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
A simple WhatsApp Bot made using open-wa library with some additional features.
tic-tac-toe
:video_game: 使用α-β剪枝(Alpha-beta-pruning)的极小极大算法(Minimax-algorithm)实现的井字棋(一字棋、tic-tac-toe)游戏。