Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

A simple game of Tic-Tac-Toe game implemented in C programming language that lets you play against computer on a 3x3 grid.
https://github.com/ankman007/tic-tac-toe

c procedural-programming structured-programming

Last synced: about 1 month ago
JSON representation

A simple game of Tic-Tac-Toe game implemented in C programming language that lets you play against computer on a 3x3 grid.

Awesome Lists containing this project

README

        

# Tic-tac-toe
A simple game of Tic-Tac-Toe game implemented in C programming language that lets you play against computer on a 3x3 grid.
The winner is determined by completing a row, column, or diagonal with their respective symbols ('X' for the player and 'O' for the computer).