Make sure you've installed CMake.
- Open a terminal window in this directory.
- Run
cmake -B ./buildin order to configure the project for the build. - Run
cmake --build ./buildin order to compile the project.
We ship with 3 executables, saved in ./build.
battaglia_navale, the actual game;replay, you can review games that you have played;charizard, an interactive executable, tribute to the group name.
We saved the log files in the ./logs folder.