soaresdude / mr-policeman

This is a simple game of route prediction with the purpose of teaching the basics of the Centrality algorithm in a Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mr Policeman

Description

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.

Installation

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 

Online application

There's another option for testing. I'm hosting this application on Heroku, so feel free to try it out :)

About

This is a simple game of route prediction with the purpose of teaching the basics of the Centrality algorithm in a Graph


Languages

Language:Python 80.5%Language:HTML 18.3%Language:CSS 1.2%