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

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.

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.