Skip to content

Commit

Permalink
Merge pull request #11 from rabestro/release/4
Browse files Browse the repository at this point in the history
moved images and docs to corresponding folders
  • Loading branch information
rabestro authored May 28, 2023
2 parents 60a9609 + fb21407 commit 2a422e3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gawk -f maze-gen-two.awk -v Rows=8 -v Cols=36 -v Seed=42

### Sample output

![Maze Sample](maze-sample.png)
![Maze Sample](../images/maze-sample.png)

### Make scripts executable

Expand Down Expand Up @@ -50,4 +50,4 @@ gawk -f maze-runner.awk sample.maze

### Sample output of path

![Maze Path](maze-path.png)
![Maze Path](../images/maze-path.png)
File renamed without changes.
File renamed without changes
File renamed without changes

0 comments on commit 2a422e3

Please sign in to comment.