https://github.com/colddsam/tic-tac-toe-using-c
Here i try to create simple Tic Tac Toe using C logic where I divided each part of the programme in several function.
https://github.com/colddsam/tic-tac-toe-using-c
Last synced: over 1 year ago
JSON representation
Here i try to create simple Tic Tac Toe using C logic where I divided each part of the programme in several function.
- Host: GitHub
- URL: https://github.com/colddsam/tic-tac-toe-using-c
- Owner: colddsam
- Created: 2023-01-01T05:58:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T06:02:49.000Z (over 3 years ago)
- Last Synced: 2025-01-23T20:52:08.160Z (over 1 year ago)
- Language: C
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe-using-C
Here i try to create simple Tic Tac Toe using C logic where I divided each part of the programme in several function.