15 Commits

Author SHA1 Message Date
c26da8869c use full tokio features 2025-01-22 01:16:00 +01:00
3a163fd6e7 save u8 to string id mapping
All checks were successful
Build / build (push) Successful in 1m59s
2025-01-21 23:20:43 +01:00
2f2b7ac11e add simulation benchmarks
All checks were successful
Build / build (push) Successful in 2m7s
2025-01-21 19:04:30 +01:00
9c76df1f69 calculate valid moves
Some checks failed
Build / build (push) Failing after 1m52s
2025-01-16 21:06:49 +01:00
d9ee6ae2f7 create simple simulation datastructures 2025-01-16 20:17:40 +01:00
932023451a accept battlesnake requests 2025-01-16 17:59:35 +01:00
923b661583 update dependencies 2024-11-03 20:17:27 +01:00
7227f1776f use library for simulation 2024-10-14 19:11:00 +02:00
55050d5451 don't strip release builds 2024-10-07 19:24:16 +02:00
16c78c81ae add simulation benchmark 2024-10-05 20:19:17 +02:00
6bcce03d2a heavier release build optimization 2024-10-03 05:55:07 +02:00
8fa8282177 use montecarlo trees to evaluate the best mooves for all snakes 2024-10-03 01:43:14 +02:00
bed2b1be81 advanced move safety check 2024-09-02 17:37:15 +02:00
81ff66fddf don't move out of bounds 2024-09-02 15:33:15 +02:00
c605d2887a initial commit 2024-09-02 15:16:32 +02:00