math-games-2020

Repo for Chess game, made in vanilla C++.

Stars
2

MathGames2020

A basic chess program made in vanilla C++.

Participants

Atanas Pozharliev - ABPozharliev19 - Code Checker Stoyan Ivanov - SSIvanov19 - Front - End Developer Stas Uzunov - SSUzunov19 - C++ Developer Stefan Hristov - SHHristov19 - Scrum Trainer

Installation

Go to Realease and download the last release.

If you want to download the source code :

  • Go to your terminal
git init
git clone https://github.com/SSIvanov19/math-games-2020.git 
  • And do whatever you want with the code !

Documentation

For the documentation and presentation click here

Interface

  • You can use New Game to start a new Chess game
  • You can use Resume Game to resume the game that you already have started
  • You can use Settings to choose whether you want to play with your keyboard or by typing coordinates
    Settings UI
  • You can use How to play to see how to play
  • You can use About to see more about our game
  • You can use Exit to exit the program

Usage

Once you choose New Game from the menu, you are directed to the board

  • If you have chosen to play with keyboard your board will look like this :
    Move with WASD
  • If you have chosen to play by typing the coordinates your board will look like this :
    Move with coordinates

After you have played a little your board may or may not look like this one :