Getting ready

Clone the pelita and group repos:

  
git clone https://github.com/ASPP/pelita.git
  
git clone https://github.com/ASPP/groupN.git

Install pelita:

  
pip install git+https://github.com/ASPP/pelita.git

Run a simple demo game:
 pelita groupN/team

For help:
 pelita –help

See the Pelita documentation:
 https://ASPP.github.io/pelita

Questions? Ask us.

Vent your frustration: #asppapac2018

pelita_2018_apac.pdf

Secret remote players

Our network players are available with the following spec:

  export IP=10.21.137.78
  remote:tcp://$IP:$PORT

For example, to have a game of one’s own team against the Stopping players:

  pelita team/ remote:tcp://$IP:60000

$IP currently is: 10.21.137.78