rbwhitaker / CSharpPlayersGuideEarlyAccess

A place to track issues with the C# Player's Guide for patches and future editions
19 stars 0 forks source link

A challenge for multi-dimensional arrays #668

Closed rbwhitaker closed 1 year ago

rbwhitaker commented 2 years ago

The book has a couple of challenges specifically related to arrays. But then it comes back in an almost brutal way when you do either Tic-Tac-Toe or the Fountain of Objects. I think it would be wise to include a challenge that demands using multi-dimensional arrays. Perhaps making a little map using numbers (or maybe even bool) that indicates terrain, which is then displayed using green/blue or something?

rbwhitaker commented 1 year ago

This has been added.