exercism / awk

Exercism exercises in AWK.
https://exercism.org/tracks/awk
MIT License
18 stars 21 forks source link

Maze runner #206

Closed rabestro closed 1 year ago

rabestro commented 1 year ago

Introduction

Bob is a lackadaisical teenager with a thing for tackling mazes but often finds himself stuck and disheartened. In this exercise, you'll develop a program that guides Bob through the twists and turns of any labyrinth, ensuring he overcomes obstacles and retains his enthusiasm for maze-solving. Help Bob conquer the mazes with your programming skills!

IsaacG commented 1 year ago

I'm not sure we want to add exercises to awk which aren't (1) concept exercises or (2) pulled from the problem spec. We ought to start with a discussion about creating new practice exercises before discussing any PR details. Mind starting a forum topic about adding a new exercise?

I'm going to close this PR for now to discourage discussion here until there's a discussion and consensus on the forum. If there's a consensus on the forum, we may reopen this PR.

Thanks!

rabestro commented 1 year ago

We ought to start with a discussion about creating new practice exercises before discussing any PR details. Mind starting a forum topic about adding a new exercise?

https://forum.exercism.org/t/new-exercise-maze-runner/6248