Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josugoar committed Feb 5, 2021
1 parent 6ee7ccd commit 4118b79
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 44 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
bin/
lib/
.settings/
.devcontainer/
*.jar
File renamed without changes.
38 changes: 0 additions & 38 deletions Labyrinth.code-workspace

This file was deleted.

16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
# Labyrinth
# labyrinth

![Author](https://img.shields.io/badge/author-JoshGoA-blue) ![License](https://img.shields.io/badge/license-MIT-green)
![Author](https://img.shields.io/badge/author-josugoar-blue) ![License](https://img.shields.io/badge/license-MIT-green)

Java (Swing, AWT) interactive and responsive Graphical User Interface (GUI) maze editor, generator and solver desktop application, implementing custom pathfinder and generator self-made generic algorithmic listener structure.

<center>

| Labyrinth |
| :---------------------------------: |
| ![Labyrinth](<media/Labyrinth.gif>) |
| ![Labyrinth](<media/labyrinth.gif>) |

</center>

## Installation

1. Install [Red Hat Open JDK](https://developers.redhat.com/products/openjdk/download?sc_cid=701f2000000RWTnAAO)

2. Dowload [Labyrinth.jar](Labyrinth.jar)
2. Dowload **labyrinth.jar**

## Usage

Run [Labyrinth.jar](Labyrinth.jar) from terminal (recommended) or double click it from the file explorer
Run **labyrinth.jar** from terminal (recommended) or double click it from the file explorer

```sh
java -jar Labyrinth.jar
java -jar labyrinth.jar
```

## Contributors
Expand Down
File renamed without changes.
File renamed without changes

0 comments on commit 4118b79

Please sign in to comment.