WavingHands

所属分类:音频处理
开发工具:Python
文件大小:0KB
下载次数:0
上传日期:2023-09-10 19:57:25
上 传 者sh-1993
说明:  Richard Bartle的Waving Hands的P2P多玩家Python实现,
(P2P Multiplayer Python implementation of Richard Bartle s Waving Hands,)

文件列表:
LICENSE (35149, 2023-10-08)
changelog.txt (9320, 2023-10-08)
setup.py (1324, 2023-10-08)
thanks.txt (111, 2023-10-08)
waving_hands/ (0, 2023-10-08)
waving_hands/__init__.py (0, 2023-10-08)
waving_hands/config.py (889, 2023-10-08)
waving_hands/data/ (0, 2023-10-08)
waving_hands/data/groble_first_names.txt (722, 2023-10-08)
waving_hands/data/groble_last_first_compound.txt (228, 2023-10-08)
waving_hands/data/groble_last_second_compound.txt (184, 2023-10-08)
waving_hands/data/groble_names.txt (735, 2023-10-08)
waving_hands/data/spelllist.txt (20587, 2023-10-08)
waving_hands/elemental.py (3772, 2023-10-08)
waving_hands/gamemaster.py (167661, 2023-10-08)
waving_hands/groblenames.py (880, 2023-10-08)
waving_hands/hand.py (1348, 2023-10-08)
waving_hands/main.py (97, 2023-10-08)
waving_hands/minion.py (6338, 2023-10-08)
waving_hands/spell.py (938, 2023-10-08)
waving_hands/spellbinder_client.py (53982, 2023-10-08)
waving_hands/spellbook.py (7308, 2023-10-08)
waving_hands/spellbook_client.py (976, 2023-10-08)
waving_hands/targetable.py (7750, 2023-10-08)
waving_hands/targetable_client.py (939, 2023-10-08)
waving_hands/tests/ (0, 2023-10-08)
waving_hands/tests/__init__.py (0, 2023-10-08)
waving_hands/tests/conftest.py (0, 2023-10-08)
waving_hands/tests/test_spells.py (35, 2023-10-08)
waving_hands/version.py (21, 2023-10-08)
waving_hands/waving_hands.py (1851, 2023-10-08)
waving_hands/wizard.py (27340, 2023-10-08)

# WavingHands P2P Multiplayer Python implementation of Richard Bartle's Waving Hands (very WIP and buggy right now! This code was originally written in 2020 and I've learned a lot since then. ### Development Setup your preferred python environment first: python -m venv venv source venv/bin/activate Then do a developer install. This will give you the `waving-hands` command you can use to start the client/server: python setup.py develop waving-hands ### Testing Use pytest for testing: pip install pytest pytest

近期下载者

相关文件


收藏者