diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 962431a..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,10 +0,0 @@ -image: - file: .gitpod.dockerfile -ports: - - port: 5900 - onOpen: ignore - - port: 6080 - onOpen: open-preview -tasks: - - init: /usr/bin/python3 path_finding.py - command: /usr/bin/python3 path_finding.py diff --git a/README.md b/README.md index 3d807ac..56c0505 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ A python visualization of the A* path finding algorithm. It allows you to pick y - TKinter - Pygame -# Enjoy +