2026-08-16 14:16:48 +03:00
2026-08-06 10:41:48 +03:00
2025-07-07 08:37:04 +03:00
2024-03-09 14:05:45 +02:00
2024-10-19 17:37:45 +03:00
2026-06-16 20:30:24 +03:00
2024-10-19 17:37:45 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2025-02-09 15:14:34 +02:00
2022-07-25 11:44:19 +03:00
2026-03-15 17:40:28 +02:00
2026-08-07 11:54:55 +03:00
2026-08-07 10:30:44 +03:00
2024-10-19 17:22:25 +03:00
2023-09-30 16:12:29 +03:00
2026-05-13 19:06:02 +03:00
2026-05-13 19:06:02 +03:00
2026-08-07 11:54:55 +03:00
2026-03-15 17:40:28 +02:00
2026-01-28 19:12:51 +02:00
2025-06-08 10:01:28 +03:00
2025-06-08 08:29:49 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2023-10-15 16:00:47 +03:00
2023-10-15 16:00:47 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-03-15 15:21:11 +02:00
2025-06-21 19:42:17 +03:00
2025-06-07 20:49:06 +03:00
2026-03-15 15:21:11 +02:00
2023-11-26 12:41:16 +02:00
2024-06-29 11:16:09 +03:00
2024-06-29 11:16:09 +03:00
2025-06-08 10:01:28 +03:00
2026-08-07 11:54:55 +03:00
2025-03-28 19:56:06 +02:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2024-09-08 15:25:46 +03:00
2026-08-07 11:54:55 +03:00
2026-04-26 17:57:19 +03:00
2023-07-02 11:55:09 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-04-26 17:57:19 +03:00
2026-08-07 11:54:55 +03:00
2026-08-08 16:46:12 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-06-16 19:56:00 +03:00
2025-04-19 11:10:10 +03:00
2025-05-31 18:40:30 +03:00
2025-05-31 18:40:30 +03:00
2026-05-13 19:06:02 +03:00
2025-07-07 09:40:42 +03:00
2024-10-11 20:17:46 +03:00
2024-03-24 17:15:08 +02:00
2024-01-26 15:03:36 +02:00
2025-05-14 19:34:01 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2026-03-15 15:21:11 +02:00
2025-06-08 10:01:28 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2024-03-30 09:41:52 +02:00
2026-08-08 16:46:12 +03:00
2026-08-08 16:46:12 +03:00
2026-08-08 16:46:12 +03:00
2026-08-08 16:46:12 +03:00
2024-03-10 15:41:56 +02:00
2024-03-10 15:41:56 +02:00
2026-08-08 16:46:12 +03:00
2026-08-08 16:46:12 +03:00
2024-05-18 20:23:58 +03:00
2026-08-07 11:54:55 +03:00
2026-08-07 11:54:55 +03:00
2022-08-13 17:11:27 +03:00
2022-07-25 11:44:19 +03:00

Battleship

Build guide

UNIX

  • git clone <battleship_url>
  • cd Battteship
  • git submodule update --init --recursive
  • cmake -S . -B build
  • cd build
  • make

Windows

  • git clone <battleship_url>
  • cd Battteship
  • git submodule update --init --recursive
  • cmake -S . -B <build_dir> [-G <present_visual_studio_version>] -DSFML_BUILD_GRAPHICS=0
  • open build\ALL_BUILD.vcxproj
  • build the solution (in case of the fatal error C1128, use, for example, the RelWithDebInfo build configuration)
  • copy and paste battleship.exe into <build_dir>

Contrib guide

The Gitflow shall be used.

  1. create an issue, representing a change you wish to implement using one of these labels:
    • feature
    • improvement
    • bugfix
  2. create a branch off the develop branch, named using this scheme:
    • feature label -> ft-<issue_number>-<short_description>
    • improvement label -> imp-<issue_number>-<short_description>
    • bugfix label -> bf-<issue_number>-<short_description>
  3. create a PR with a short description of changes and evidence of the issue resolved, such as:
    • reference to an automatic test(s) to run
    • steps to manually verify the issue is resolved
    • screenshots or screencasts
  4. await the repo admin's approval
S
Description
No description provided
Readme
439 MiB
Languages
Lua 99.8%
C++ 0.2%