Skip to content

Commit df3c83a

Browse files
update to readme and gitignore
1 parent 8df6573 commit df3c83a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
dist/
1+
dist/
2+
modules/__pycache__/
3+
assets/__pycache__/

docs/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Algorithms Implemented:
1010
5. Jump Point Search (JPS)
1111
6. Theta* Algorithm
1212

13+
Features:
14+
GUI for visualizing live search
15+
Customizable path and start/end points
16+
Customizable Grid Size
17+
1318
Prerequisites
1419
Python 3.x
1520
Required libraries:

0 commit comments

Comments
 (0)