Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
romandykyi committed Jun 30, 2024
2 parents 4813efd + bd43fb7 commit c73b464
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Labyrinthian is a .NET Standard 2.1 C# library for generating mazes step-by-step

This library is lightweight and comes with no external dependencies.

You can play around with a Blazor demo [here](https://romandykyi.github.io/LabyrinthianDemo/).

## Mazes, that were generated using Labyrinthian.Svg

![gradient-maze](https://github.com/romandykyi/Labyrinthian/assets/94003504/de1fc580-e72a-45dc-ab15-a376addebad9)
Expand Down Expand Up @@ -44,11 +46,11 @@ This library is lightweight and comes with no external dependencies.
2. Navigate to the directory in which the .csproj file exists
3. Run this command to install the main package:
```
NuGet\Install-Package Labyrinthian -Version 1.1.1
NuGet\Install-Package Labyrinthian
```
4. If you need SVG-export features, also run this command:
```
NuGet\Install-Package Labyrinthian.Svg -Version 1.1.1
NuGet\Install-Package Labyrinthian.Svg
```

### .NET CLI
Expand Down

0 comments on commit c73b464

Please sign in to comment.