A Non-Blocking Event Driven Applications Framework
Project description
p2p-arcade
This is a demonstration package illustrating the use of python_banyan in creating a peer-to-peer game using arcade.
Install
Windows:
pip install p2p-arcade
Linux/macOS
sudo pip3 install p2p-arcade
usage: p2p_arcade.py [-h] [-b BACK_PLANE_IP_ADDRESS] [-n PROCESS_NAME]
[-p PLAYER]
optional arguments:
-h, --help show this help message and exit
-b BACK_PLANE_IP_ADDRESS
None or Common Backplane IP address
-n PROCESS_NAME Banyan Process Name Header Entry
-p PLAYER Select player 0 or 1
After installation, to run the demo on a single computer, start player 0 (the coins) by opening a terminal and typing:
p2pa
Next open a second terminal and type:
p2pa -p 1
This will open player 1's window (the human sprite). Move the mouse into this window, click the left mouse button to start the coins moving. Now click the right mouse button and start to collect the coins.
If you wish to run this as a distributed application, after opening up player 0's window, note the IP address being used by the backplane.
************************************************************
Arcade p2p player0 using Back Plane IP address: 192.168.2.192
Subscriber Port = 43125
Publisher Port = 43124
Loop Time = 0.0001 seconds
************************************************************
192.168.2.192 is the address that the backplane selected.
Now to start a second copy of p2pa on the second computer, specifying both player 1 with the -p 1 option and the backplane address with the -b option. Use the IP address noted when opening the first window:
p2pa -p 1 -b 192.168.2.192
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file p2p_arcade-0.2.tar.gz
.
File metadata
- Download URL: p2p_arcade-0.2.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ac95ce40f7a67341058c2ff4b0fb8558ea56299f104b268b8936761e6220720 |
|
MD5 | efd0e237b1e9c32202ad040a6410ef47 |
|
BLAKE2b-256 | bd96d39a9b0c6648a290d8a6b66b889a14e0c721bc0066fce8de38016f3117d6 |
File details
Details for the file p2p_arcade-0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: p2p_arcade-0.2-py2.py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.1.0 requests-toolbelt/0.9.1 tqdm/4.41.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 957bba73874e8eff1add49525e38708848e134dda217555538e76c58a8769f08 |
|
MD5 | 1c354d9611d22f46e242ae3918293780 |
|
BLAKE2b-256 | 8a13c587813a4e2d86b6c3db2978a271b0f9ca782daabd609853bd8f095cfcc8 |