https://github.com/fahimfba/tic-tac-toe-game
Tic-tac-toe, noughts and crosses, or Xs and Os/“X's O’sies”, is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. I have made that game using pure C language.
https://github.com/fahimfba/tic-tac-toe-game
game-in-c tic-tac-toe tic-tac-toe-c tic-tac-toe-game tictactoe
Last synced: 2 months ago
JSON representation
Tic-tac-toe, noughts and crosses, or Xs and Os/“X's O’sies”, is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. I have made that game using pure C language.
- Host: GitHub
- URL: https://github.com/fahimfba/tic-tac-toe-game
- Owner: FahimFBA
- License: apache-2.0
- Created: 2020-11-12T12:05:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T17:58:19.000Z (about 4 years ago)
- Last Synced: 2025-02-05T03:42:08.201Z (4 months ago)
- Topics: game-in-c, tic-tac-toe, tic-tac-toe-c, tic-tac-toe-game, tictactoe
- Language: C
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tic Tac Toe Made with C Language
Ta-daaa! I had written the source code a pretty long time ago. Haven't thought about pushing it to my github; although, I'm adding it now.