All Projects → bsamseth → tictacNET

bsamseth / tictacNET

Licence: MIT license
Solving Tic-Tac-Toe with Neural Networks.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to tictacNET

TicTacToe-SwiftUI
Unidirectional data flow tic-tac-toe sample with SwiftUI.
Stars: ✭ 22 (+29.41%)
Mutual labels:  tic-tac-toe, tictactoe
tictactoe-ai-tfjs
Train your own TensorFlow.js Tic Tac Toe
Stars: ✭ 45 (+164.71%)
Mutual labels:  tic-tac-toe, tictactoe
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 Learning Algorithm" by DeepMind.
Stars: ✭ 68 (+300%)
Mutual labels:  tic-tac-toe, tictactoe
piecepackr
Board Game Graphics in R
Stars: ✭ 44 (+158.82%)
Mutual labels:  board-game
immutable-gametree
An immutable game tree data type.
Stars: ✭ 18 (+5.88%)
Mutual labels:  board-game
ColorByNumber-iOS
Color by Number: a pixel coloring game on iOS.
Stars: ✭ 50 (+194.12%)
Mutual labels:  board-game
tictactoe-reinforcement-learning
Train a tic-tac-toe agent using reinforcement learning.
Stars: ✭ 36 (+111.76%)
Mutual labels:  tic-tac-toe
AccessBattle
Free non-commercial implementation of the game "Rai-Net Access Battlers"
Stars: ✭ 15 (-11.76%)
Mutual labels:  board-game
Carcassonne
A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Stars: ✭ 70 (+311.76%)
Mutual labels:  board-game
quinto
a board game lost to the sands of time
Stars: ✭ 27 (+58.82%)
Mutual labels:  board-game
tic-tac-toe-react
A simple React app that lets you play Tic-Tac-Toe in your browser
Stars: ✭ 20 (+17.65%)
Mutual labels:  tic-tac-toe
SpaceAlertMissionGenerator
Mission Generator For Space Alert Board Game On Android
Stars: ✭ 15 (-11.76%)
Mutual labels:  board-game
Mzinga
Open-source software to play the board game Hive.
Stars: ✭ 57 (+235.29%)
Mutual labels:  board-game
terminally bored terminal board games
board games for your terminal!
Stars: ✭ 53 (+211.76%)
Mutual labels:  board-game
chess
The game of Chess
Stars: ✭ 25 (+47.06%)
Mutual labels:  board-game
shogi-pieces
Shogi (Japanese Chess) pieces and boards
Stars: ✭ 25 (+47.06%)
Mutual labels:  board-game
Imperial-Assault-Skirmish-Map-Project
Maps for Imperial Assault skirmish scenarios: check missions or print for playmats
Stars: ✭ 69 (+305.88%)
Mutual labels:  board-game
shogi-rs
A Bitboard-based shogi library in Rust. Board representation, move generation/validation and time control utilities.
Stars: ✭ 39 (+129.41%)
Mutual labels:  board-game
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (+82.35%)
Mutual labels:  board-game
NemeStats
NemeStats is a completely free website for tracking board games played among a relatively stable group of players.
Stars: ✭ 43 (+152.94%)
Mutual labels:  board-game

tictacNET

Solving Tic-Tac-Toe with Neural Networks.

How to use this

Run tictacnet.py to train your model. Then play it using by running play.py. Feel free to tune what ever you want in the model and see how good (or bad!) you can make it.

See bsamseth/tic-tac-toe for more traditional search-based AI's implemented in multiple languages.

Dependencies

> pip install tensorflow sklearn pandas
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].