w2d1
Today’s challenge was to recreate a command line version of minesweeper. After everything we did last week, it didn’t feel too tough and we ended up finishing the core functionality with time to spare. there was definitely room to refactor and make improvements on our code, but we didn’t have quite enough time to get to that. We were also able to implement YAML, which let us save an instance of the board that could be reloaded later, which was pretty cool.