There are 0 repository under tictactoe-c-game topic.
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 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
Tic-Tac-Toe, Scientific calculator, Sudoku solver written in C.
The well-known Tic Tac Toe game with many additional game mechanics written in C for Windows.
This is a repository where I'll be uploading loads of different projects I make in C
Simple TicTacToe game for final project of basic programming practicum using C
Tictactoe console game develop in pure C programming language
C language terminal application for Tic-Tac-Toe game.
TicTacToe game with computer autoplayer
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! :)
tictactoe game with AI as your opponent in C
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.
Multi Player Tictactoe with Stream, Multicast and Fail Over in C
A Tic-Tac-Toe game, written in C
A small game in C Language to play Tic Tac Toe between two players
A set of files containing 4 applications using the c++ graphics.h library
Tic tac toe game in c language
A C program for two players to play tic-tac-toe .
Games made using the console as output
Tic-Tac-Toe program 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.