Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 821 Bytes

Battlesnake-Nessegrev-julia

This is my first Julia project. I made a snake for Battlesnake This is the code used by the snake "Nessegrev-Léa"

Package Requirement :

  • Joseki, used to parse/reply json request/response
  • HTTP, used to receive http request
  • Dates, used to calculated time to response before the timeout
  • Distributed, not used yet, but for testing multi-thread the search
  • ConfParser, used for the config file

Getting Started

  • Install package via julia package management. Example : import Pkg; Pkg.add("HTTP")
  • Then execute julia Nessegrev.jl (in the app folder)
  • The snake will reply to request to localhost:8000

Configuration

the file snake.conf is used to adjust some configurations, easy to understand