Skip to content

University group project in C++. A Battleship game slightly modified.

Notifications You must be signed in to change notification settings

cooparo/battleship-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship

Instructions to compile

Make sure you've installed CMake.

  1. Open a terminal window in this directory.
  2. Run cmake -B ./build in order to configure the project for the build.
  3. Run cmake --build ./build in order to compile the project.

Executables

We ship with 3 executables, saved in ./build.

  1. battaglia_navale, the actual game;
  2. replay, you can review games that you have played;
  3. charizard, an interactive executable, tribute to the group name.

Logs

We saved the log files in the ./logs folder.

About

University group project in C++. A Battleship game slightly modified.

Resources

Stars

Watchers

Forks