A downloadable game for Windows, macOS, and Linux

A simulation that distributes the work to compute nodes

Written in Python 2.7

Download

Download
test.zip 9 kB

Install instructions

  1. Install Python 2.7: (https://www.python.org/downloads/)
  2. Install Dispy:
    1. python -m pip install dispy
  3. Run DispyNode on clients:
    1. dispynode.py -i <IP Address>
  4. Run test.game:
    1. python test.py [args ...]
    2. args:
      • -a <Host Address>
      • -n <Remote Clients>
  5. Examples
    • e.g. python test.py -a 192.168.1.100 -n 192.168.1.*
    • python test.py -n 192.168.*.*

See readme.txt for more details

Leave a comment

Log in with itch.io to leave a comment.