[PR #789] [CLOSED] feat: add game algorithm, to games. #1305

Open
opened 2026-01-29 15:19:08 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/789
Author: @CarlosZoft
Created: 2/2/2021
Status: Closed

Base: masterHead: master


📝 Commits (6)

📊 Changes

1 file changed (+782 additions, -0 deletions)

View changed files

games/naval_battle.c (+782 -0)

📄 Description

Description of Change

References

https://en.wikipedia.org/wiki/Battleship_(game)

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:
adding game (Naval battle), without using libraries other than <stdio.h>


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/789 **Author:** [@CarlosZoft](https://github.com/CarlosZoft) **Created:** 2/2/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`d2fdf5b`](https://github.com/TheAlgorithms/C/commit/d2fdf5b189c663cda03c2cc57811e6f30d504176) Power of Three - [`3b999a1`](https://github.com/TheAlgorithms/C/commit/3b999a136de1eb76b9286ddc2bd66e9c79a35853) Update Readme - [`a4b0388`](https://github.com/TheAlgorithms/C/commit/a4b038862e72d35460ef17791f16b2b68862127c) reverse commit - [`1a1c9df`](https://github.com/TheAlgorithms/C/commit/1a1c9dfe40ee326a8d491c54dbcbece60c2e22a6) xd - [`589f0fd`](https://github.com/TheAlgorithms/C/commit/589f0fd188ca6b9676a5f53eff7271e1db1982ac) feat: add game algorithm, to games - [`524f8b3`](https://github.com/TheAlgorithms/C/commit/524f8b3e5fcebcd7f69dcbee98716ff923984030) feat: add game algorithm, to games ### 📊 Changes **1 file changed** (+782 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `games/naval_battle.c` (+782 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md --> #### References <!-- Add any reference to previous pull-request or issue --> https://en.wikipedia.org/wiki/Battleship_(game) #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [ ] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> adding game (Naval battle), without using libraries other than <stdio.h> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/789"><img src="https://gitpod.io/api/apps/github/pbs/github.com/CarlosZoft/C.git/524f8b3e5fcebcd7f69dcbee98716ff923984030.svg" /></a> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:19:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1305