[Community Puzzle] Maze /w teleporters and jumps

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @PenguinPero,validated by @Remi,@coolman14321 and @Rafarafa.
If you have any issues, feel free to ping them.

Oh my god another one

3 Likes

Sorry, I approved that one after seeing that it already has two approvals but you are right in that here are quite some similar puzzles. Maybe I should have waited for more feedback mm…

I also thought ‘another BFS…’ before doing it but there was a kind of twist with the fact that teleportation and jumps ‘cost’ nothing and you can make jump combos, it’s no big deal but at least it makes it a bit different.

1 Like

I approved the puzzle because there are new things compared to other mazes.

Ok there are a lot of bfs puzzle … but there also are a lot of bots where mcts are necessary and sufficient to become legend, and a lot of puzzle based on ascii art … I’m sure we can find other examples and I don’t think BFS is the most boring.

1 Like

In one validator, there are two U’s but no u.
Moreover, the validators are often harder than the tests, for example, I had to debug cases like #U-E#S_>_>_u# that I did not see in the tests.

1 Like

should probably state that S and U will not be teleporters either…

Nobody has problem with validator #2 ?
Edit : Hooo… I finded why, but I second “nicola”, the validators are little bit more complex that play tests.