An open API service indexing awesome lists of open source software.

https://github.com/angusg/tictactoe-ncurses-reinforcement-learning

Tic-Tac-Toe with two players or vs. reinforcement learning AI
https://github.com/angusg/tictactoe-ncurses-reinforcement-learning

Last synced: 11 months ago
JSON representation

Tic-Tac-Toe with two players or vs. reinforcement learning AI

Awesome Lists containing this project

README

          

tictactoe-ncurses

A two player tic-tac-toe game in C with ncurses.

Just run make.
./run

Code is not commented.
A reinforcement learning AI is in progress.