Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New game]: Bulls and Cows game could be added #3184

Closed
1 task done
Ankitapanda25 opened this issue May 12, 2024 · 3 comments · Fixed by #3196
Closed
1 task done

[New game]: Bulls and Cows game could be added #3184

Ankitapanda25 opened this issue May 12, 2024 · 3 comments · Fixed by #3196
Assignees
Labels
gssoc GSSoC24 program label New Game 🎮 This is the label that will be used on issues that are raising new game issue

Comments

@Ankitapanda25
Copy link
Contributor

🎮 Game Request

Game logic and basic description

One player, the Chooser, thinks of a four-letter word and the other player, the Guesser, tries to guess it.

At each turn the Guesser tries a four-letter word, and the Chooser says how close it is to the answer by giving:

The number of Bulls - letters correct in the right position.
The number of Cows - letters correct but in the wrong position.
The Guesser tries to guess the answer in the fewest number of turns.

If either word has repeated letters the rule is that each letter can only count towards the score once, and Bulls are counted before Cows.

can be done against computer

Point down the features

Playing against computer is one of the features.

@kunjgit can you assign me this

Select program in which you are contributing

GSSoC24

Code of Conduct

@kunjgit kunjgit added the New Game 🎮 This is the label that will be used on issues that are raising new game issue label May 12, 2024
@kunjgit
Copy link
Owner

kunjgit commented May 12, 2024

Hey @Ankitapanda25 !
Thank you for raising an issue 💗
You can self assign the issue by commenting /assign in comment 😀
Make sure you follow CODE OF CONDUCT and CONTRIBUTING GUIDELINES 🚀
Don’t Forget to ⭐ our GameZone🎮
Make sure you join our Discord🕹️

@kunjgit kunjgit added the gssoc GSSoC24 program label label May 12, 2024
@Ankitapanda25
Copy link
Contributor Author

/assign

@kunjgit
Copy link
Owner

kunjgit commented May 19, 2024

Hey @Ankitapanda25 ! Thank you so much for your raising the issue💗
It’s all yours, you can come anytime again and make some contributions! 🚀
Alone, we can do little, but together we can do so much! 😇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC24 program label New Game 🎮 This is the label that will be used on issues that are raising new game issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants