We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Simplified Chess Engine II
You are viewing a single comment's thread. Return to all 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.