Skip to content

Semester project for the "Faculty of mathematics and informatics"

License

Notifications You must be signed in to change notification settings

MartiHr/Battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleships Game

Semester project for the "Faculty of mathematics and informatics".

This C++ program implements a simple console-based Battleship game. Players can place their ships on the game board and take turns attacking each other's boards. The game provides a loading screen, prompts for user input, and displays the game boards with the current state of the game.

Dependencies

This program uses C++ and standard input/output streams. No additional libraries are required.

Compilation

g++ -o battleship_game battleship_game.cpp (usage may vary)

Execution

Follow the on-screen prompts to play the game. Have fun playing Battleships!

License

MIT

About

Semester project for the "Faculty of mathematics and informatics"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages