Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What could be the basic c language code for a wordle or bulls and cows type game?

+1 vote
asked Apr 22, 2022 by SARTHAK SHARMA (130 points)

1 Answer

0 votes
answered Apr 25, 2022 by Peter Minarik (84,720 points)
Here's an example of bulls & cows: http://question.onlinegdb.com/11855/need-help-with-bulls-and-cows-program?show=11855#q11855

It's in Python, but it should give you a good idea of how the program should work.

Now it's your turn to implement it in C.

Good luck!
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...