

this is a very simple battleships prototype using a console and text-based input. this was made as more of an experiment into how to program in c# and how to implement a game loop without an engine. when playing the game you will first be presented with a board to be able to place your boats upon. boats are represented with "X" and empty spaces by an " . " "H" denotes that a ship has been hit, and "M" denotes that a shot missed. you play against an ai enemy ~ that is not very smart ~ and take it...


Tap to see all activity →
No reviews for C# Console BattleShips yet
Be the first to write one.