Skip to content

kushagrasurana/3Knights

Repository files navigation

3Knights

A Simple chess based game.

Requirements

Python and PyQt5

Ubuntu

sudo add-apt-repository ppa:fkrull/deadsnakes

sudo apt-get update

sudo apt-get install python3

sudo apt-get install python-pyqt5

Arch

sudo pacman -S python python-pyqt5

To Play

Simply run main.py using python3 interpreter

Game Rules

Each player has 8 pawns, 1 rook and 1 bishop. The objective of players is to promote their pawns. In this game when a pawn is promoted, it increases the score of the player by 1and is removed from the chess board. The game ends when both of the players have zero pawns left, or either of the player is unable to make a move. The player with highest score wins.

About

For Nimble 2015

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages