Jogo da Velha usando sockets
-
Updated
Dec 16, 2017 - C
Jogo da Velha usando sockets
Tic Tac Toe Board-(Noughts and Crosses or X’s and O’s).It is two players, X and O, game who take turns making the spaces in a 3x3 grid. The player who succeeds in placing three respective marks in horizontal, vertical, or diagonal row win the game.
A very simple Tic Tac Toe Game written in C.
Tic-Tac-Toe, Scientific calculator, Sudoku solver written in C.
Tic Tac Toe was my first project in university. The project was made in source C code. The game mode is human vs human. I decided that the program needed some upgrades :D
This is a repository where I'll be uploading loads of different projects I make in C
Collaborated with a team of 2-3 to utilize either a TCP or UDP connection between a server and client(s) playing a tictactoe game in C. Each progressive project is an additional feature or a change of connection type.
tictactoe game with AI as your opponent in C
A C program for two players to play tic-tac-toe .
TicTacToe game with computer autoplayer
The well-known Tic Tac Toe game with many additional game mechanics written in C for Windows.
Tic-Tac-Toe program in C
A small game in C Language to play Tic Tac Toe between two players
Tic tac toe game in c language
TicTacToe program that has many features. You can play tic tac toe with 3x3, 5x5, and 7x7 board sizes. In addition, this program has 2 modes, player vs player and player vs computer.
Jogo da Velha em C com modos de 1 e 2 jogadores. No modo de 1 jogador, a IA é praticamente impossível de vencer, pois o algorítimo Minimax é usado! :)
Add a description, image, and links to the tictactoe-c-game topic page so that developers can more easily learn about it.
To associate your repository with the tictactoe-c-game topic, visit your repo's landing page and select "manage topics."