Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @nicof6786,validated by @_O-MEGA,@csKingBabar and @xaav.
If you have any issues, feel free to ping them.
Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @nicof6786,validated by @_O-MEGA,@csKingBabar and @xaav.
If you have any issues, feel free to ping them.
Is it possible to have more explanations about the case where the same letter is repeated in attempt ? I can’t understand what to do in this case
BONGO is the chosen word, the attempts are:
OOOOO → X#XX# because there are only two O’s
ONGBA → OOOOX
NNOGO → OXO## because there is only one N
Nice ! Thanks for your help !
Thank you for creating this code exercise that is both somewhat easy, and doesn’t have any hidden extraneous conditions on it! Excellent job, and I enjoyed solving this (or rather I enjoyed when my solution worked against all the test cases and validator )