Skip to content

This a project for Object-oriented programming on C++ for LETI

License

Notifications You must be signed in to change notification settings

KorzikAlex/sea_battle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeaBattle project

NEED TO CHECKING ON BOTH SYSTEMS AND SCRIPTS

To build a project you need to run this command (for Linux):

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:

cd ..
./build/bin/seabattle.out

You can pass arguments to the program

To clear build run this command:

sh clean_build.sh

Releases

No releases published

Packages

No packages published