Hello,
I’m new to programming and ruby and have recently been trying to build
basic console and gosu games. I consistently struggle when it comes to
implementing game_play logic with regards to 2-d arrays. Whether it be
making sure the correct piece is put in the correct spot or determining
the winner.
I’m open to suggestions (book, online practice resources,etc) on how
to really master 2d arrays and the different ways to extract data and
manipulate them within a game.
Thanks
Chris