A simple game based on the pen and paper game "Battleships"
The program uses BearLibTerminal as it's engine, available under the MIT License
The only thing required to use the source code is to have VSC configured for compiling C++ programs with GCC. Then, in the compiler arguments, one must add 2 lines, "-L${workspaceFolder}\\lib", and "-lBearLibTerminal",, in that order, but not neccesarily one immediately after another