Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1015 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 1015 Bytes

Play Chess Notation

Play Chess Notation is a console-based application for playing chess using chess notation.

Description

This application allows users to play chess matches by inputting moves in standard chess notation (e.g., "e4", "Nf3", "O-O", etc.). It provides a simple interface for players to input moves and view the current board state.

Features

  • Supports standard chess notation for moves.
  • Implements basic chess rules, including piece movement, captures, castling, and pawn promotion.
  • Save Game Notation in pgn files.

Installation

To run the application, you'll need a C++ compiler and standard libraries installed on your system. Clone this repository to your local machine, navigate to the src directory, and compile the source files using your preferred compiler.

Usage

  1. Run the compiled executable to start the game.
  2. Follow the prompts to input moves using chess notation.
  3. Enjoy playing chess against your opponent!