Skip to content

Instantly share code, notes, and snippets.

@truell20
truell20 / RandomBot.py
Created December 12, 2016 00:28 — forked from erdman/RandomBot.py
Improving the Halite RandomBot (Python3)
import hlt
from hlt import NORTH, EAST, SOUTH, WEST, STILL, Move, Square
import random
myID, game_map = hlt.get_init()
hlt.send_init("RandomPythonBot")
while True:
game_map.get_frame()