Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/titanium339/tic-tac-toe

Command-line Tic-Tac-Toe game
https://github.com/titanium339/tic-tac-toe

c game minimax terminal-game tic-tac-toe

Last synced: about 2 months ago
JSON representation

Command-line Tic-Tac-Toe game

Awesome Lists containing this project

README

        

# Tic-Tac-Toe
An over engineered Tic-Tac-Toe game.

This is a command-line Tic-Tac-Toe game made in C.

You can play against a second player or against the computer.

Moves made by the computer are generated using the minimax algorithm.