tictactoe topic

List tictactoe repositories

tic-tac-toe

7
Stars
9
Forks
Watchers

AI based tic tac toe game that is impossible to win. Think you can beat a computer? Well, you can't.

Tic-Tac-Toe

5
Stars
0
Forks
Watchers

It is a simple 2 player Tic-Tac-Toe game mady by python from scratch. Check it out by yourself!

Tic-Tac-Toe-AI

46
Stars
31
Forks
Watchers

A tic tac toe game with an AI opponent using minimax algorithm and alpha-beta pruning

alphago-zero-tictactoe-js

39
Stars
6
Forks
Watchers

A game framework based on AlphaZero/TensorFlow.js runs in browser to demonstrate tic-tac-toe AI game. Use a pre-trained model or train from scratch. Ported from suragnair/alpha-zero-general (Python)

awesome-python-projects

893
Stars
262
Forks
Watchers

📱 ✅ Some awesome projects in python! 📱 ✅

Tic-Tac-Toe

102
Stars
132
Forks
Watchers

Python based Tic-Tac-Toe game

arkit-tictactoe

393
Stars
66
Forks
Watchers

Tic-Tac-Toe implemented using ARKit+Scenekit

TicTacToe

115
Stars
12
Forks
Watchers

Play it here: https://tictactoe-javascript.netlify.app/

simply-djs

72
Stars
34
Forks
Watchers

The easiest way to build sophisticated systems in your Discord bots.

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...