-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ConsoleBattleships is my attempt at recreating the Battleships game in a console application for VB.NET. The main reason for creating this project is not to attempt to make the game but to take control of the VB.NET Console object and improve it's shottiness (I know I could just use traditional API programming for this but I wanted a different challenge , I've used this method in C++ lots).
The following headings are the main areas of the application, along with a basic journal that I've kept to show off the process of creation.
Here is a list of the different objects and their descriptions of each used so far in the application. Full documentation explains their purpose and functionality.
A process log of my development and the issues I've run into along the way.