Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 388 Bytes

Halite Notebook

Visualize Halite game information in Jupyter Notebook!

import halite as hlt
replay = hlt.Replay("replays/2065277-3109204898.hlt")  # Works on .hlt.gz files too
board = replay.map_at(0)
hlt.show_map(board)
hlt.show_map(board, board['strength']])

Map output

Contributing

Pull requests welcome!