Skip to content

Commit

Permalink
Is it something with sys?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Feb 8, 2017
1 parent db468c5 commit deb70bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MyBot.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import hlt
from hlt import NORTH, EAST, SOUTH, WEST, STILL, Move, Square
import random
import sys

myID, game_map = hlt.get_init()
hlt.send_init("PythonBot")
hlt.send_init("SaltBot")

def assignMove(square):
for direction, neighbor in enumerate(game_map.neighbors(square)):
Expand Down

0 comments on commit deb70bb

Please sign in to comment.