-
Notifications
You must be signed in to change notification settings - Fork 0
Download and Run the Game
Borededdy edited this page Mar 26, 2022
·
2 revisions
In this page of the wiki you can know how to install and run this terminal game, hope you enjoy that!
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.
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
Download the Windows release (this contains more instructions just for windows :/ )
Go in the game folder and launch the .exe
file.
Enjoy the game :)