cst4-game: 天下大计 剧本在application/static/scripts中,ending.js为结局列表,stage1.js为目前的剧本。 图片放在application/static/image中。 主要的代码是application/static/app.js和application/static/scripting.js,前者负责逻辑,后者负责解析剧本。 网站只有一个网页,在application/templates/index.html中。 运行方法 pip install flask # install Flask (in Python 3.6) npm install -g bower # install bower bower install # download static files for the webpages pyth
1