AlaskaLinuxUser's Scratchpad

Commit thy works unto the LORD, and thy thoughts shall be established. - Proverbs 16:3

Added a display for the list of possible moves to the Beginner Chess Engine

Well, if you were wondering what I was doing with my spare time, this is it!

possibleMoves

I just added a TextView to display the move options that the computer had available. Not real fancy, but it allows me to "watch" what's going on without the debugger running. You can check out the commit here:

https://github.com/alaskalinuxuser/BeginnerChessEngine/commit/c81721cc0d6e8d301e4924d4d2f0de233c06b744

Linux - keep it simple.