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

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

The code creates a game of Tic Tac Toe in which two players take turns placing their symbols on a 3x3 grid. The first player to get 3 of their symbols in a row wins, or the game is a tie if all spaces are filled. The game displays the updated grid and announces the winner or tie when the game ends.
https://github.com/abdullahashfaqvirk/tic-tac-toe

Last synced: about 1 month ago
JSON representation

The code creates a game of Tic Tac Toe in which two players take turns placing their symbols on a 3x3 grid. The first player to get 3 of their symbols in a row wins, or the game is a tie if all spaces are filled. The game displays the updated grid and announces the winner or tie when the game ends.

Awesome Lists containing this project