2024-06-26 08:31:50 +03:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-07-20 15:56:23 +03:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2022-01-05 15:27:43 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2022-01-05 15:27:43 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 19:53:17 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-12 20:23:48 +02:00
2021-12-24 09:48:12 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2021-10-31 15:13:47 +02:00
2021-11-03 21:10:44 +02:00
2022-01-12 20:23:48 +02:00
2022-01-06 10:55:03 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2022-01-12 20:23:48 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2024-06-26 08:31:50 +03:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2021-11-01 11:49:56 +02:00
2022-01-05 15:27:43 +02:00
2021-11-01 11:49:56 +02:00
2022-07-20 15:56:23 +03:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2021-12-11 19:08:25 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2021-11-01 11:49:56 +02: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>
  • 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%