Coding Games and Programming Challenges to Code Better
Send your feedback or ask for help here!
Created by @baboulaf,validated by @Westicles,@darkhorse64 and @Quick_Kick.
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 @baboulaf,validated by @Westicles,@darkhorse64 and @Quick_Kick.
If you have any issues, feel free to ping them.
Hi! Thanks for the fun challenge 
I managed to do 100% on validators even though I donât pass the âHidden in the crowdâ test!
[nope]
Iâm having problems with validator 1. I tried solving it in both Java and C++. No idea of what could be wrong. Anyone else having issues with it? @baboulaf
Are you sure that you are checking every valid position? You might have an off-by-one error.
Debug it here: Coding Games and Programming Challenges to Code Better
Ohh⌠Yeah, that was the problem 
Got 100% on all Tests and on all validators except the first one. Any hint?
Edit: Nevermind. Tested this with wally all the way to the right and had an error in my loop condition
Seems that Wally is all the way to the right in validator 1
Yes. Had a problem with test #1 and made the same conclusion 
Why use of regex here ?
Irrelevant tag or as a variant you can try to search line by line using regex to find position which match row in wally picture, but i am not sure how to do using regex if it possible at all.
Iâve tag it with regex because i solve it with regex for fun ![]()
The purpose of tags (in my opinion) is to show what techniques need to be used to solve a puzzle/or to show what the puzzle is about. I opened this puzzle again to remember what it is about and RegEx is NOT relevant at all here. And it doesnât matter here that you decided to set yourself the task of solving this puzzle using RegEx, a person who is just starting to get acquainted with programming or problem solving will not use RegEx in such a task.
There are usually several ways to solve the same puzzle. I can see around a dozen published Python solutions that utilise regex â while not the majority, itâs certainly not a negligible number either. I donât think it hurts to keep the âregexâ tag for this puzzle, given itâs a possibly relevant approach.