This is a simple game of route prediction made for the Graph's Theory class. The objective of this application is to teach the basic concept of the Centrality algorithm in a Graph.
If you want to run it locally, you only need to install the dependecies listed on the requirements.txt
with:
pip install -r requirements.txt
There's another option for testing. I'm hosting this application on Heroku, so feel free to try it out :)