Deploy a server to packet.net
Type 2A - Ubuntu 17.04
ssh into it.
Install Docker. (Yes we use Docker to build Docker)
This is a old docker, but It's good for us. apt install docker.io
import sys | |
import math | |
# Deliver more amadeusium to hq (left side of the map) than your opponent. Use radars to find amadeusium but beware of traps! | |
# height: size of the map | |
width, height = [int(i) for i in input().split()] | |
NONE = -1 | |
ROBOT_ALLY = 0 |
Deploy a server to packet.net
Type 2A - Ubuntu 17.04
ssh into it.
Install Docker. (Yes we use Docker to build Docker)
This is a old docker, but It's good for us. apt install docker.io