====== 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

  * ''$PORT == 30000'' → BFS/Defense player
  * ''$PORT == 40000'' → 2 BFS players
  * ''$PORT == 50000'' → 2 Defense players
  * ''$PORT == 50000'' → 2 Stopping

  * ''$PORT == 33330'' → Group 0
  * ''$PORT == 33331'' → Group 1
  * ''$PORT == 33332'' → Group 2
  * ''$PORT == 33333'' → Group 3
  * ''$PORT == 33334'' → Group 4
    
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''