文件名称:chrome_explorer:Chrome扩展程序,用于创建在您浏览互联网时在浏览器中运行的Pokemon-GO类型的游戏
文件大小:107KB
文件格式:ZIP
更新时间:2024-04-21 21:42:04
Python
披风 (以前称为Chrome浏览器) Phoxtrot是一款正在开发中的在线游戏,将在Chrome扩展程序中进行。 后端将在Python中使用Flask将其打包为网络应用,前端将使用HTML,CSS,Javascript,并在需要时使用Socket.IO。 Phoxtrot是一款在Pokemon,Pokemon-GO和Skannerz之间的游戏。 这是一种口袋妖怪风格的游戏,使用互联网作为其游戏地图。 当玩家穿越网络并从一个站点跳到另一个站点时,他们会遇到不同的怪物(称为Phoxes)。 然后,玩家可以使用自己的Phox来与自己在野外遇到的Phox进行战斗,强化自己的Phox,同时在每次找到新的Phox时也将其添加到收藏中。 总体结构 当用户打开Chrome Explorer扩展程序时,它将在每次访问新网址时开始对Phoxtrot服务器执行ping操作(可能仅在一个选项卡上进行监听以避
【文件预览】:
chrome_explorer-main
----upgrades.py(1KB)
----extension()
--------manifest.json(337B)
--------background.js(30B)
--------templates()
--------static()
----player.py(1KB)
----attacks.py(700B)
----app.py(792B)
----game_api()
--------handle_login.py(3KB)
--------url_handler.py(1KB)
--------experience.py(1KB)
--------handle_new_url.py(2KB)
--------handle_phoxtrot_site.py(424B)
--------initialize_encounter.py(3KB)
--------combat.py(6KB)
--------handle_attack.py(3KB)
--------encounter_cleanup.py(2KB)
--------instantiate_party.py(5KB)
--------determine_encounter.py(3KB)
----main.py(1KB)
----talents.py(1KB)
----phox.py(1KB)
----README.md(9KB)
----monster.py(325B)
----attack.py(229B)
----game.py(2KB)