Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 19 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T13:13:50.000Z (23 days ago)
- Last Synced: 2024-12-16T14:24:56.033Z (23 days ago)
- Topics: c-plus-plus, c-plus-plus-17, cpp, cxx, cxx17, leti, sea, seabattle, seabattle-game
- Language: C++
- Homepage:
- Size: 2.98 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
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
```