A battleship game for Console (Linux, Windows)
- Required packages:
cmake
,make
,gcc
,libncurses-dev
Compile & Run
cmake -DCMAKE_BUILD_TYPE=Release -S . -B release
cmake --build release
release/Battleship
Required programs:
- Install cmake and add it to $PATH
- Install MinGW and add it to $PATH
Compile & Run
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -S . -B release
cmake --build release
- Go into the
release
folder and double clickBattleship.exe