mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #789] [CLOSED] feat: add game algorithm, to games. #1305
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/789
Author: @CarlosZoft
Created: 2/2/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (6)
d2fdf5bPower of Three3b999a1Update Readmea4b0388reverse commit1a1c9dfxd589f0fdfeat: add game algorithm, to games524f8b3feat: add game algorithm, to games📊 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
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.