文件名称:xoinvader:终端中的Python太空游戏
文件大小:84KB
文件格式:ZIP
更新时间:2024-06-10 23:31:27
python ncurses eaf xo1 Python
XO入侵者 尝试使用python和ncurses创建小型但严肃的游戏。 要求 一般的 > = python-3.7 > = eaf-0.2 > = xo1-0.1 > = toml-0.10 ncurses> = 5.9 安装 从PyPI $ pip install --user xoinvader 发展 $ poetry install $ poetry run xoigame 测验 $ make test # for all tests $ make view_cov # run all tests and view coverage $ # pass additional arguments to pytest via PYTEST_ARGS env variable $ # you can pass args such way to test and view_co
【文件预览】:
xoinvader-master
----README.rst(2KB)
----pylintrc(11KB)
----.github()
--------PULL_REQUEST_TEMPLATE.md(108B)
----xoinvader()
--------pickup.py(3KB)
--------animation.py(8KB)
--------ecs.py(1KB)
--------scoreboard.py(2KB)
--------ingame.py(8KB)
--------handlers.py(2KB)
--------app.py(3KB)
--------menu.py(3KB)
--------utils.py(3KB)
--------ship.py(10KB)
--------weapon.py(4KB)
--------__init__.py(1KB)
--------res()
--------config()
--------level.py(3KB)
--------gui.py(12KB)
--------render.py(62B)
--------keys.py(786B)
--------game.py(771B)
--------charge.py(4KB)
--------tests()
--------collision.py(8KB)
--------style.py(747B)
--------background.py(10KB)
--------constants.py(67B)
--------common.py(3KB)
----.travis.yml(553B)
----pytest.ini(69B)
----LICENSE(1KB)
----Makefile(1KB)
----docs()
--------source()
--------Makefile(7KB)
----.gitignore(462B)
----pyproject.toml(1KB)