Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 649 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 649 Bytes

🎮 Naval Battle

🚀 Language:

C++

Game Menu:

Options Actions
[ 1 ] Play 👦
[ 2 ] About 📖
[ 3 ] Exit ❌

🎨🖌 Personalization

  • To change the size of the board, just change the value of the following line:

#define TAMTABULEIRO 10
  • To change the number of attempts, just change the value of the following line:

#define MAXTENTATIVAS 3
  • To change the number of boats, just change the value of the following line:

#define QNTBARCOS 10