Go to file
2023-03-22 11:44:46 +01:00
mazes Working program 2023-03-18 15:27:54 +00:00
.breakpoints Working program 2023-03-18 15:27:54 +00:00
.gitignore feat: update gitignore for python 2023-03-22 10:38:17 +01:00
.replit Working program 2023-03-18 15:27:54 +00:00
EARIN_Lab1.pdf Working program 2023-03-18 15:27:54 +00:00
EARIN_LAB_Instruction.pdf Working program 2023-03-18 15:27:54 +00:00
main.py fix typos 2023-03-22 11:42:47 +01:00
maze.txt Working program 2023-03-18 15:27:54 +00:00
poetry.lock Working program 2023-03-18 15:27:54 +00:00
pyproject.toml Working program 2023-03-18 15:27:54 +00:00
README.txt feat: readme and ability to specify mazeFile name 2023-03-22 11:14:38 +01:00
replit.nix Working program 2023-03-18 15:27:54 +00:00
workingLinks.txt Working program 2023-03-18 15:27:54 +00:00

To run the program install python, go to project repository and just run python main.py:
python main.py 

you can specify the name of the file which stores maze by typing:
python main.py mazeFile.txt