Skip to content

Commit

Permalink
Update v0.1.1a
Browse files Browse the repository at this point in the history
  • Loading branch information
abelzis committed Mar 17, 2019
2 parents d3c9e4a + 60877be commit 71f0f16
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
Desktop application which visualizes Dijkstra's (pathfinding) algorithm principles by allowing user to interact with the map.

# How to use?
The easiest way is to download and launch the .exe file. Otherwise, debug source code using winapi.
The easiest way is to download and launch the .exe file (wait for release). Otherwise, debug source code using winapi.

# Changelog
### v0.1.1 (2019-03-18)
**Added:**
- Start and End position buttons
- Obstacle button


### v0.1 (initial) (2019-03-14)
### v0.1 (initial) (2019-03-15)
**Added:**
- Grid of the map
- Button, doing nothing
- Grid of the map.
- Start position button, marking a tile green.

0 comments on commit 71f0f16

Please sign in to comment.