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

https://github.com/voltamon/tic-tac-toe-in-c

This is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves.
https://github.com/voltamon/tic-tac-toe-in-c

c-programming minimax minimax-algorithm tictactoe tictactoe-game

Last synced: 10 days ago
JSON representation

This is a simple command-line implementation of the classic Tic Tac Toe game, written in C. The game allows a human player to play against a computer opponent that uses the minimax algorithm to determine the best moves.

Awesome Lists containing this project