I've been working on a battleships game in VB.NET. This is probably the biggest project I've done in VB.NET.
I'm only really using VB.NET because that is what I have to use for my exams so I may as well be as comfortable with it as I can.
The game currently allows you to place battleships and then attack against the computer. The AI is very, very primitive with a basic hunt/target algorithm: Battleship
Current plans for the program include adding the ability to rotate ships and AI improvements.
I know the code isn't fantastic, which is why I'm asking for feedback and comments - both good and bad.
Thanks!
-Stephen
I'm only really using VB.NET because that is what I have to use for my exams so I may as well be as comfortable with it as I can.
The game currently allows you to place battleships and then attack against the computer. The AI is very, very primitive with a basic hunt/target algorithm: Battleship
Current plans for the program include adding the ability to rotate ships and AI improvements.
I know the code isn't fantastic, which is why I'm asking for feedback and comments - both good and bad.
Thanks!
-Stephen