Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tibostr/tic-tac-toe-vs-ai

Tic Tac Toe game vs AI
https://github.com/tibostr/tic-tac-toe-vs-ai

alpha-beta-pruning artificial-intelligence c game minimax terminal-game tic-tac-toe

Last synced: 19 days ago
JSON representation

Tic Tac Toe game vs AI

Awesome Lists containing this project

README

        

# Tic Tac Toe vs AI

1. `git clone [email protected]:TiboStr/tic-tac-toe-vs-ai.git` or `git clone https://github.com/TiboStr/tic-tac-toe-vs-ai.git`
2. `cd tic-tac-toe-vs-ai/src/`
3. `gcc main.c tictactoe.c`
4. `./a.out`