
Add Player 02 as an ally for Player 01. Add tests for telegrams, wall, announce, relationships, land units, wire, fire, attack, planes, autofish and autooil.
12 lines
135 B
Bash
Executable file
12 lines
135 B
Bash
Executable file
#!/bin/sh
|
|
. "${SCRIPTDIR}"/common.sh
|
|
runfeed 8 << EOF
|
|
des -4,-4 o
|
|
thres o -4,-4 1
|
|
thres o -5,-3 0
|
|
bmap #
|
|
cen *
|
|
map #
|
|
read y
|
|
prod *
|
|
EOF
|