mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 21:42:29 +00:00
Add NumberBaseball Game #144
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?
Originally created by @kanghyejong1001 on GitHub (Nov 18, 2022).
Detailed description
I want to add C program file of NumberBaseball Game in Games.
This game is a game that matches randomly generated three digits against a computer.
Context
New Game
It is a game that can be made using only basic grammar such as conditional sentences and repetitive sentences, and I think I can develop my skills by writing code at my current level.
Possible implementation
No response
Additional information
Now I'm practicing open source contributions in course, "the open software practice", at our school.
Subject ratings are determined through issue registration and PR merge.
I would like to develop an open-source contribution experience by programming this number baseball game code and registering issues.
Thank you.
@Panquesito7 commented on GitHub (Nov 24, 2022):
Hello, thank you for your interest! Sounds interesting to me. @tjgurwara99, @appgurueu, what do you think about this?
@appgurueu commented on GitHub (Nov 24, 2022):
Sounds like a trivial "guess the number" variant, not sure whether it'd add much value to the algo repo.
@tjgurwara99 commented on GitHub (Nov 24, 2022):
It is an interesting idea 😄 however I agree with @appgurueu on this that this would be a trivial guessing game without adding the kind of value that we want contributions to provide in this repository 😓
Maybe consider adding some other algorithm, we're always happy to discuss new ideas 😄
@kanghyejong1001 commented on GitHub (Nov 25, 2022):
I see. Thank you for reply.
@Panquesito7 commented on GitHub (Dec 2, 2022):
Will be closing for now. Thanks.