A simple but functional terminal BattleShip game, written in c++
Go to file
Borededdy f75112d187
Delete main
2022-03-26 22:50:48 +01:00
Source Code Delete main 2022-03-26 22:50:48 +01:00
LICENSE Initial commit 2022-03-23 19:57:46 +01:00
README.md Updated README File 2022-03-26 22:46:39 +01:00

README.md

🚢 CXXBattleShip

A simple but functional terminal BattleShip game, written in c++ To Open the game follow the instructions down here or in the wiki.

- Linux

In the terminal type:
g++ battleship.cpp
make sure that you have installed Clang or any C++ Compilator
After that done type:
./a.out
To launch the executible file.

- MacOS

In the bash terminal install command line tools
xcode-select --install
Then in the terminal type:
g++ battleship.cpp
After that done type:
./a.out
To launch the executible file or just open that in the folder of the game

- Windows

Download the Windows release (this contains more instructions just for windows :/ )
Go in the game folder and launch the .exe file.

Enjoy the game :)