[PR #1346] [CLOSED] Adding: Guess my number game #1946

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1346
Author: @lukasb1b
Created: 10/12/2023
Status: Closed

Base: masterHead: Guess-my-number


📝 Commits (10+)

📊 Changes

2 files changed (+91 additions, -0 deletions)

View changed files

games/guessmynumber.c (+31 -0)
math/average.c (+60 -0)

📄 Description

A small programm where you need to guess the computer number between 1-100.

  • Added file name matches File name guidelines
  • 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.

🔄 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/1346 **Author:** [@lukasb1b](https://github.com/lukasb1b) **Created:** 10/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Guess-my-number` --- ### 📝 Commits (10+) - [`2d7b364`](https://github.com/TheAlgorithms/C/commit/2d7b36408fe4c232949c42a903c6cc2409df36e7) Create average.c - [`24a993e`](https://github.com/TheAlgorithms/C/commit/24a993e80cefc733a64aa4c7bd331648e5fc69d0) test in extra methode average.c - [`31134cb`](https://github.com/TheAlgorithms/C/commit/31134cbb8a037652b80061a6ed6fcf627864437f) documentation - [`694fa0d`](https://github.com/TheAlgorithms/C/commit/694fa0dc5df70043102894a02eb3e1cf8dc33e35) More tests - [`92819d8`](https://github.com/TheAlgorithms/C/commit/92819d8514c5356494691dd47a08ccd05f81742b) Update average.c - [`23656fa`](https://github.com/TheAlgorithms/C/commit/23656fa03bc44741573cc369cd949f1cb6bacd9a) Merge pull request #1 from lukasb1b/lukasb1b-test-in-extra-methode - [`07e8c11`](https://github.com/TheAlgorithms/C/commit/07e8c110e9d601fbc6478cb2a3d18147c6b0bc73) Merge pull request #2 from lukasb1b/lukasb1b-documentation - [`ec96022`](https://github.com/TheAlgorithms/C/commit/ec9602215235fc57cd53a250418a26187ecb6fdb) Update average.c - [`3a5db1c`](https://github.com/TheAlgorithms/C/commit/3a5db1cd7c6031d791ed1e25ca5a67f28103da02) Merge pull request #3 from lukasb1b/More-tests - [`893e3cb`](https://github.com/TheAlgorithms/C/commit/893e3cbebe667ea66673d205e025a6ecb749eb53) Update average.c ### 📊 Changes **2 files changed** (+91 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `games/guessmynumber.c` (+31 -0) ➕ `math/average.c` (+60 -0) </details> ### 📄 Description A small programm where you need to guess the computer number between 1-100. - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C/blob/master/CONTRIBUTING.md#File-Name-guidelines) - [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. --- <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:26:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1946