Board UI does not work in Wrapped Mode #249
Replies: 3 comments 1 reply
-
This 'issue' is that we are currently using an SVG And when we have points that aren't near each other the Polyline connects them. One possible solution would be to split the snake into multiple polylines potentially? Source: https://github.com/BattlesnakeOfficial/board/blob/main/src/lib/components/SvgSnakeBody.svelte#L194 |
Beta Was this translation helpful? Give feedback.
-
Created PR for displaying wrapped snake on the board BattlesnakeOfficial/board#77 |
Beta Was this translation helpful? Give feedback.
-
Implemented and Deployed! Thanks for the implementation in BattlesnakeOfficial/board#77 @und3f |
Beta Was this translation helpful? Give feedback.
-
This is a 'known' bug from when the Board repo was refactored. Since Wrapped isn't supported in the Web UI support for it was left off the Board repo.
But the Rules CLI can still create Wrapped games, so would be good to get the board fixed
Creating this as a tracking ticket!
Beta Was this translation helpful? Give feedback.
All reactions