Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 556 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 556 Bytes

A* search algorithm in Studentersamfundet

drawing

A* algorithm for finding the shortest path between rooms in Studentersamfundet in Trondheim 🙂

This code is written as an assignment for the course TDT4136 - Introduction to Artificial Intelligence 🏫

How to run

git clone https://github.com/dilawarm/samfundet.git
cd samfundet
pip3 install -r requirements.txt
python3 astar.py tasknumber

tasknumber is a number between 1 and 5 (inclusive).

Enjoy! 🚀