vyrsh / xoxo

AI XO/ Tic Tac Toe solver [WIP]. CNN + Backprop in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tic tac toe game, where AI tries to beat user.
A CNN with Backpropagation written completely from scratch in C.

to compile and run
gcc -lm xoxo.c && ./a.out

About

AI XO/ Tic Tac Toe solver [WIP]. CNN + Backprop in C


Languages

Language:C 100.0%