https://github.com/korzikalex/sea_battle
This a project for Object-oriented programming on C++ for LETI
https://github.com/korzikalex/sea_battle
c-plus-plus c-plus-plus-17 cpp cxx cxx17 leti sea seabattle seabattle-game
Last synced: about 1 year ago
JSON representation
This a project for Object-oriented programming on C++ for LETI
- Host: GitHub
- URL: https://github.com/korzikalex/sea_battle
- Owner: KorzikAlex
- License: mit
- Created: 2024-09-06T17:39:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T17:42:15.000Z (over 1 year ago)
- Last Synced: 2025-04-06T12:39:00.643Z (over 1 year ago)
- Topics: c-plus-plus, c-plus-plus-17, cpp, cxx, cxx17, leti, sea, seabattle, seabattle-game
- Language: C++
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeaBattle project
**NEED TO CHECKING ON BOTH SYSTEMS AND SCRIPTS**
To **build** a project you need to run this command (for Linux):
```bash
cd scripts
sh build.sh
```
This command run cmake with arguments, and use make in build directory.
To run a program, go to build and run this commands:
```bash
cd ..
./build/bin/seabattle.out
```
You can pass arguments to the program
To clear build run this command:
```bash
sh clean_build.sh
```