Jogo da Velha usando sockets
-
Updated
Dec 16, 2017 - C
8000
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.
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
A very simple Tic Tac Toe Game written in C.
Tic-Tac-Toe, Scientific calculator, Sudoku solver written in C.
Tic tac toe game in c language
Tictactoe game written in c without libc
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! :)
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.
A set of files containing 4 applications using the c++ graphics.h library
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.
tictactoe game with AI as your opponent in C
TicTacToe game with computer autoplayer
The well-known Tic Tac Toe game with many additional game mechanics written in C for Windows.
A C program for two players to play tic-tac-toe .
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."