Skip to content

Jiganesh/Pawnhub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

Chess is a board game for two players, called White and Black. Each controlling an army of chess pieces in their color, with the objective to checkmate the opponent's king.

Pawnhub is a chess variant. Capturing rival pieces demotes the capturing piece to pawn piece after eleminating captured piece.

Key mappings

KEYBOARD - KEY KEY MAPPINGS
KEY - ESCAPE Quits the Application
KEY - E Resets the ongoing Game
KEY - T Change the theme

Pawn promotion mappings

KEYBOARD - KEY KEY MAPPINGS
KEY - Q Promote to Queen after pawn reaches last rank
KEY - R Promote to Rook after pawn reaches last rank
KEY - B Promote to Bishop after pawn reaches last rank
KEY - K Promote to Knight after pawn reaches last rank

Low Level design

drawing

Themes in pawnhub

At pawnhub there are five theme configuration which can be switched between by pressing Key - T

We call them :

  • cosmos
  • blue
  • standard
  • walnut
  • checkers

Themes available in application

Rules in pawnhub

All the traditional chess rules work as it is except captures

  • Castling

    drawing
  • Promotion

    drawing
  • En passant

    drawing
  • Capturing

    Capturing works little different at pawnhub, When player plays a move which captures opponents pieces, after eliminating the opponents piece the playes piece demotes in Pawn piece

    How is this fair ?

    Capturing pieces with same value is trick here, As higher value pieces gets demoted to pawn pieces player needs to evalute possible captures which doesnt put him at disadvantage. This makes the game more interesting.

    drawing

About

Pawnhub is a chess variant. Capturing rival pieces demotes the capturing piece to pawn piece after eliminating captured piece.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages