2D Chess with 9x9 Board

This is a 2D chess game with a 9x9 board.

Features

  • Standard chess rules with an additional column.
  • Supports basic chess moves and checks for check and checkmate.
  • Command-line interface for playing the game.

Requirements

  • Python 3.x

Installation

Clone the repository:

git clone https://github.com/yourusername/nine-square-chess-py.git
cd nine-square-chess-py

Usage

To run the game, execute the following command:

python3 main.py

TODO: fix errors