Skip to content

nnisarggada/NyChess

Repository files navigation

Logo

NyChess

A python Chess Engine and AI

Installation

Windows

Install EXE

Linux AppImage

Install AppImage

Linux Manual Install

Install using the included install.sh script or by running the following commands after cloning the repo -

  cd NyChess
  sudo cp ./NyChess-Linux /usr/bin/
  sudo mkdir ~/.local/share/applications
  sudo cp ./NyChess.desktop ~/.local/share/applications/
  sudo cp NyChess.svg /usr/share/icons/

Linux Manual Uninstalling

Uninstall using the included uninstall.sh script or by running the following commands after cloning the repo -

  sudo rm -rf /usr/bin/NyChess-Linux
  sudo rm -rf ~/.local/share/applications/NyChess.desktop
  sudo rm -rf /usr/share/icons/NyChess.svg

Controls

Press ' m ' to return to main menu

Press ' z ' to undo move

Press ' f ' to flip board