eriq-augustine / clefable

IRC Chatbot
6 stars 0 forks source link

BShip Boat Placement #121

Open eriq-augustine opened 12 years ago

eriq-augustine commented 12 years ago

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

eriq-augustine commented 12 years ago

Also, overlapping ships are not dealt with yet.