mr-policeman

所属分类:图形图像处理
开发工具:Python
文件大小:272KB
下载次数:0
上传日期:2018-06-11 22:10:49
上 传 者sh-1993
说明:  这是一个简单的路线预测游戏,旨在教授图中中心算法的基础知识
(This is a simple game of route prediction with the purpose of teaching the basics of the Centrality algorithm in a Graph)

文件列表:
_config.yml (25, 2018-06-12)
app.py (440, 2018-06-12)
requirements.txt (90, 2018-06-12)
run.py (167, 2018-06-12)
src (0, 2018-06-12)
src\models (0, 2018-06-12)
src\models\constants.py (52, 2018-06-12)
src\models\database.py (892, 2018-06-12)
src\models\edge.py (5684, 2018-06-12)
src\models\game.py (82, 2018-06-12)
src\models\node.py (692, 2018-06-12)
src\models\utils.py (960, 2018-06-12)
src\views (0, 2018-06-12)
src\views\game.py (1097, 2018-06-12)
static (0, 2018-06-12)
static\css (0, 2018-06-12)
static\css\bootstrap.css (178166, 2018-06-12)
static\css\style.css (150, 2018-06-12)
static\js (0, 2018-06-12)
static\js\bootstrap.js (115048, 2018-06-12)
static\js\jquery.js (271751, 2018-06-12)
static\resources (0, 2018-06-12)
static\resources\finish.png (78548, 2018-06-12)
static\resources\logo.png (67507, 2018-06-12)
templates (0, 2018-06-12)
templates\base.jinja2 (650, 2018-06-12)
templates\game.jinja2 (517, 2018-06-12)
templates\home.jinja2 (700, 2018-06-12)
templates\html_dependecies.jinja2 (428, 2018-06-12)

# 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](https://mr-policeman.herokuapp.com/), so feel free to try it out :)

近期下载者

相关文件


收藏者