Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ankman007/tic-tac-toe
- Owner: ankman007
- Created: 2023-01-15T04:55:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T10:50:09.000Z (about 1 year ago)
- Last Synced: 2023-12-03T11:30:22.701Z (about 1 year ago)
- Topics: c, procedural-programming, structured-programming
- Language: C
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).