2023-09-10 08:32:12 +00:00
2023-08-19 10:23:00 +03:00
2023-02-05 16:11:45 +02:00
2022-07-25 11:44:19 +03:00
2023-07-29 11:21:50 +03:00
2023-09-03 09:39:23 +03:00
2023-09-03 09:05:06 +03:00
2022-11-26 20:09:23 +02:00
2022-08-20 12:38:54 +03:00
2021-11-01 11:49:56 +02:00
2023-09-03 09:05:06 +03:00
2023-07-02 11:55:09 +03:00
2023-07-02 11:55:09 +03:00
2023-09-03 09:39:23 +03:00
2023-09-03 09:22:54 +03:00
2023-07-02 11:55:09 +03:00
2023-07-02 11:55:09 +03:00
2023-07-02 11:55:09 +03:00
2023-07-02 11:55:09 +03:00
2023-09-03 09:22:05 +03:00
2023-09-03 09:05:06 +03:00
2022-10-31 12:25:29 +02:00
2023-08-13 11:09:47 +03:00
2023-07-02 11:55:09 +03:00
2022-11-26 20:09:23 +02:00
2022-11-26 20:09:23 +02:00
2023-07-02 11:55:09 +03:00
2022-01-13 20:21:42 +02:00
2022-01-13 20:21:42 +02:00
2023-09-03 09:05:06 +03:00
2023-02-05 15:18:28 +02:00
2023-09-03 09:05:06 +03:00
2023-01-13 19:52:00 +02:00
2023-09-03 09:05:06 +03:00
2023-06-25 10:34:31 +03:00
2022-12-30 14:34:43 +02:00
2023-09-03 09:22:05 +03:00
2022-11-26 20:09:23 +02: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 -G <present_visual_studio_version>
  • open build\ALL_BUILD.vcxproj
  • build the solution
  • copy the DLLs, built from dependencies of Battleship, to the build subdirectory with battleship.exe

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
425 MiB
Languages
Lua 99.2%
C++ 0.8%