Inspiration
We wanted to create a timetable generator, but scrapped that idea due to complications. Then we decided to code an app that can find the fastest route between 2 stations, along with the duration it takes.
What it does
This program allows us to find the shortest route between 2 MRT stations and the time needed to travel from one station to another. Just enter the station to begin with and the destination station, and the shortest possible time to be traveled would be generated. Well I guess, 189 takes forever to come.
How we built it
- How we got the travelling time between 2 stations: YouTube videos show the full ride of one line, from there we can extrapolate the times to find the travelling time between 2 stations.
- So we tried coding the fastest way, but ran into many issues, such as inaccurate timing or variable timings.
Challenges we ran into
Wanted to use SceneBuilder, however some issues rendered it impossible.
Accomplishments that we're proud of
Nothing Really. Or that Google maps was kinda inaccurate.
What we learned
Some algorithms.
What's next for Duration between 2 MRT stations
Trying to make it functional.
Log in or sign up for Devpost to join the conversation.