Skip to content

DanielVF/halitenotebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

Visualize Halite game information in Jupyter Notebook

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages