You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow boats to be places one (or groups) at a time.
Allow just the start position and the orientation
Alias PLACE to MOVE
WebUI placement
Reference discussion:
eriq: I could slim down the json struct
dcronin: eriq: ideally you have a UI option
eriq: or like C(0,0,0,4)
eriq: Yeah, but we need both
dcronin: you shouldn't have it take start and end
eriq: yeah
dcronin: you should have it take start and orientation
mwrosen: yeah, just a start and a direction
dcronin: C(0,4, Right)
mwrosen: right or down
dcronin: theoretically you could also support up/left, but it doesn't really matter
eriq: yeah
mwrosen: and then on the UI show how long each boat is
mwrosen: a little legend
mwrosen: and make it so you can place one boat at a time
mwrosen: and maybe make place an alias to move
The text was updated successfully, but these errors were encountered:
Right now, it is pretty ugly. With a json struct.
Issues:
Reference discussion:
eriq: I could slim down the json struct
dcronin: eriq: ideally you have a UI option
eriq: or like C(0,0,0,4)
eriq: Yeah, but we need both
dcronin: you shouldn't have it take start and end
eriq: yeah
dcronin: you should have it take start and orientation
mwrosen: yeah, just a start and a direction
dcronin: C(0,4, Right)
mwrosen: right or down
dcronin: theoretically you could also support up/left, but it doesn't really matter
eriq: yeah
mwrosen: and then on the UI show how long each boat is
mwrosen: a little legend
mwrosen: and make it so you can place one boat at a time
mwrosen: and maybe make place an alias to move
The text was updated successfully, but these errors were encountered: