Hacker News new | ask | show | jobs
by scottlilly 869 days ago
Several years ago, I wrote a chess-like game where the shape of the pieces showed their potential moves (https://github.com/scottlilly/mogrichess). This was needed because the a capturing piece gained the movement abilities of the piece it could capture, so pieces' movement abilities were always changing.

Unfortunately, I never got around to writing a good AI so you could play against the computer. At some point, I'd like to get back to that project.