Skip to content

Commit

Permalink
Readme Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyPatten committed Mar 1, 2020
1 parent ccf1ab2 commit 02b41e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Projects/Maze/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ The **arrow keys (↑, ↓, ←, →)** are used to change the direction you are
At the top of the **[source code](Program.cs)** you will see two compiler directives...
- `#define MazeGenertorLoop`: Uncomment this directive and you can watch the code generate mazes infinitely inside a `while (true)` loop.
- `#define DebugRandomMazeGeneration`: Uncomment this directive and you can watch the maze generation algorithm step-by-step.
- `#define UsePrims`: Uncomment this directive to use an alternative algorithm for generating mazes.
- [Known Issue](https://github.com/ZacharyPatten/dotnet-console-games/issues/8): the `UsePrims` directive currently doesn't also support the `DebugRandomMazeGeneration` yet.

## Dependencies

Expand Down
2 changes: 1 addition & 1 deletion Projects/Wumpus World/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ This game uses commands. Each screen will give you the list of available command

Don't forget these dependencies if you copy the code:

- [Towel](https://github.com/ZacharyPatten/Towel) nuget package _(referenced in [Wumpus World.csproj](Wumpus World.csproj))_
- [Towel](https://github.com/ZacharyPatten/Towel) nuget package _(referenced in [Wumpus World.csproj](Wumpus%20World.csproj))_

0 comments on commit 02b41e2

Please sign in to comment.