Since the corona-virus struct the world, people would like to keep distances between pedestrians to avoid infections. People tried to minimise the distance they take when travel between destinations. NCTU desperately needs a guiding system to indicate students between classes to take the right path to the next course. Obviously, students would like to pick up snacks between classes in case of their stomoch rumble.
- Input: School map / Current Location / Destination
- Process: Pathfinding Algorithms (A* & Greedy)
- Output: Map with path labeled
- Add the file path of a txt file which the Map with path labeled will be stored
- Add more maps to provide users choices(It is easy to do so due to objects)
- Bigger array size to provide smooth experience
- By locating the object of the destination to show the information
- Write a search system to allow user to search for spots, or by big data, suggest common choices for user.
- Adding height parameter to each tile, put climbing into account
- By big data and AI, predict the final destination when input the current location.
- By big data, calulate the most taken path and set it crowded.
- GUI to interact with users