w2d3
We finished up our chess project today, compete with super fancy graphics, using a little assistance from a gem called colorize. Catching all of the possible errors took longer than expected, but by the end of the day we had a pretty decent looking chess game with all the right logic.
After looking at the solution, I see a lot of areas that our code could have been improved. For one, we ended up putting everything in one file, which definitely made finding things a pain. Lesson learned!