10000 GitHub - mewmewdevart/TicTacToeGame: ๐ŸŽฎ | Recreating Tic Tac Toe game mechanics - in C language
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mewmewdevart/TicTacToeGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Tic Tac Toe

Tic Tac Toe is a puzzle grid game developed using C language.

GitHub code size in bytes Main language License

๐Ÿ’ก About the project

_Tic Tac Toe is a puzzle game for two players, called "X" and "O", who take turns marking the spaces in a 3ร—3 grid. The player who succeeded in placing three respective marks in a horizontal, vertical, or diagonal row wins the game.
โ””โ”€โ”€ Keywords: Functions Procedures

๐Ÿ“ Files/

  • srcs/ Where the artcode happens! Here is the .c file, the logo and the binary file.

๐Ÿ› ๏ธ Usage

Requirements

This project requires GNU Compiler Collection, one terminal and the Internet to clone the reposiyoty.
โ—๏ธ| Make sure you have all the required tools installed on your local machine then continue with these steps.

Instructions:

0. Download the archives and starting the game

# Clone the repository
$ git clone git@github.com:mewmewdevart/game-TicTacToe/.git

# Enter into the directory
$ cd game-TicTacToe/

# and run the binary file
$ ./srcs/gameTicTacToe

1. How to play

  • The game was designed to be played in pairs. The first player to play is 'X' and the second player is 'O'. They put 'X' or 'O' in empty spaces on a 3x3 square grid.
  • At each turn, a player will type in the terminal the position of the rows and columns that the player wants to fill!
  • The first player to place 3 marks in a vertical, horizontal, or diagonal 5272 row wins the game. If all spaces are filled, the game ends in a draw.

Developed with love ๐Ÿ’œ by Larissa Cristina Benedito (Mewmew/Larcrist).

About

๐ŸŽฎ | Recreating Tic Tac Toe game mechanics - in C language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0