Simplified Chess Engine II

  • + 0 comments

    I also recommend solving the "Simple Chess Engine" problem (without the "II") before attempting this one. In that one, we had to implement queens, bishops, rooks, and knights, e.g. everything except pawns. That took me about 8-9 hours, then after solving that, I passed this problem in about 1 hour with a few small modifications to support pawns.