Skip to content

Coursework project for 1 semester of the 2nd year (2nd half of 2024) at ETU "LETI".

License

Notifications You must be signed in to change notification settings

nikitakozmin/SeaBattle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Инструкция по сборке и запуску

Программа протестирована на Linux (Ubuntu 22.04.3 LTS) и Windows 11.

Для запуска должны быть установлены:

  • gcc
  • make

Выполните следующие действия в папке src:

В src\Makefile впишите EXE = cw для компиляции и удаления на Linux.
Стоит cw.exe (по умолчанию) для Windows.

Введите команды:

make


Для Linux:

./cw


Для Windows:

cw.exe


Примечания:

Для удаления лишних (промежуточных) файлов введите: make clear

About

Coursework project for 1 semester of the 2nd year (2nd half of 2024) at ETU "LETI".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published