Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```