
Battleships
Project Type: Command Prompt Game
Date: October 2023 - January 2024
Role: Lead Programmer
Created in Visual Studio using C++, I coded a game of battleships in the terminal where you would have 40 guesses before the game would automatically end, it was replayable and would account for all error of input.
There were multiple modes for the game, a normal mode for just playing regularly. A debug mode where you would be able to see the board of ships as well, this was so that testing of the game was able to be done. There was also an instructions page and a quit program button. This was purely done on the command prompt and using only C++ code, no game engine which challenged me more as I had to rely solely on the code
What did I learn?
I learnt how to code in C++, understanding the basic syntax of the language
How to create a game in only the command prompt of Visual Studio using print lines to show the game



