文件名称:seabattle:使用python龙卷风编写的在线游戏海战
文件大小:18.83MB
文件格式:ZIP
更新时间:2024-05-28 06:56:36
tornado seabattle-game python-tornado JavaScript
在线游戏海战 用python龙卷风写的在线游戏海战。 游戏是建立在经典规则之上的。 我的服务器上提供了该游戏: : 安装 克隆存储库 $ git clone https://github.com/Firexd2/seabattle.git 要求 在项目根文件夹中并在激活的虚拟环境中: $ pip install -r requirements.txt 数据库设置 在项目中使用PostgreSQL。 要配置数据库设置,请在第7行更改为config.py 。 psql_db = peewee_async . PostgresqlDatabase ( 'databasename' , user = 'youruser' , password = 'yourpassword' , host = 'localhost' ) 要创建表,请使用: $ python creating_tabl
【文件预览】:
seabattle-master
----.gitignore(47B)
----handlers.py(8KB)
----app.py(904B)
----README.md(2KB)
----config.py(428B)
----models.py(459B)
----static()
--------scripts.js(23KB)
--------styles.css(3KB)
----LICENSE(1KB)
----requirements.txt(104B)
----creating_tables.py(73B)
----templates()
--------score.html(2KB)
--------home.html(5KB)
--------login.html(1KB)
----seabattle.gif(18.81MB)