ashish1294 / ChessOOP

A simple chess game that implements basic OOP concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Severe: Bunch of unimplemented rules in the game

krzysztofdrzazga opened this issue · comments

  1. No possibility of castling
  2. No beat in passing by a pawn
  3. Moves that result in exposing King to check allowed.
  4. King can be beaten and the game doesn't finish. Instead, an exception is thrown in next move

But overall the game looks pretty cool

He also should flip the positions of the King and Queen for both colors.