Modeling Battleship in C# - Playing the Game
Let's complete our implementation of Battleship as a C# program and play a few thousand games!
Let's complete our implementation of Battleship as a C# program and play a few thousand games!
Let's build the C# classes for the board, ships, panels, and coordinates that we need to play our game of Battleship!
Let's build Battleship as a C# program!
I've long been missing an important feature in Ghost [https://ghost.org/], my blog publishing platform: there's no inherent feature to create a post archive, or a list of all my posts in one place. I've gotten several requests for this feature, so I finally decided to just sit down
Let's take data from DataTable, DataRow, and DataSet objects and use Reflection in .NET to map them automatically to full classes.