/Math-Game

This repositories is about the math games project.

Primary LanguageC++

Welcome to Tic Tac Toe

About

Our team has made the game Moscow chess. This is a game that develops strategic thinking and is suitable for all ages. It is played with 2 players which choose who will play with X and O, alternating who is on the move on a 3 × 3 grid. The winner is the player who manages to place three of his points horizontally, vertically, or diagonally.

Team

  1. NPBrankov19 - Scrum trainer
  1. RGIvanov19 - Code Checker
  1. KNTaligadzhiev19 - C++ Developer
  1. MCBerberov19 - C++ Developer
  1. VNStoyanov19 - Front-End Developer

Game

The program is made so that when you run it, it asks you if you want to play with a friend or against a computer. Once the user has selected the game mode, against a person or a computer, the game field is displayed. This is the picture is the playing field. As you can see, it consists of squares with numbers on them, entering the number of the corresponding square, the number is replaced by the sign of the player that is on the move. When the conditions for a winner are met, the game ends and the winner is displayed. Only numbers from 1 to 9 are entered in the console, if a charracter or number outside this range is entered, an error message is displayed. When the game is over, there's an option for a new game

Technologies

The technologies we used for our work are Microsoft Teams for communication, Git and GitHub for code storage and teamwork on the code, Visual Studio for the code editor, PowerPoint for preparing a presentation, Word for preparing documentation, and OneDrive for sharing files.

Installation

Paste this in cmd:

git init
git clone https://github.com/KNTaligadzhiev19/Math-Game.git

Have fun!