CS代考程序代写 10/21/2019 CSCI 561 (172 unread)

10/21/2019 CSCI 561 (172 unread)
question
182 views
Doubt on the legal moves
Hi,
If a board state where my pawns are already in the goal state is given what legal moves should I write in output.txt? should it be empty? for instance:
SINGLE
WHITE
100.0 WWWWW……….. WWWWW……….. WWWW………… WWW…………. WW………….. ……………. ……………. ……………. ……………. ……………. ……………. …………B..B ………….BBB …………BBBB ………..BBBBB ………..BBBBB
So since I am white I should essentially not move anywhere as I am already in the goal state. So should I return empty output.txt or some move that white can make?
Updated 5 days ago by Toy Leksut and Anonymous
the students’ answer, where students collectively construct a single answer
Click to start off the wiki answer
https://piazza.com/class/jzob0qt1owq15p?cid=414
1/2
2wh

10/21/2019 CSCI 561 (172 unread)
followup discussions for lingering questions and comments
Resolved
Unresolved
Daniel Link 6 days ago
Post this again publicly please, so everyone can benefit. Otherwise I’ll have to convert this post to public.
the instructors’ answer, where instructors collectively construct a single answer
You can return nothing. The test case we use to grade will never be like that.
Updated 6 days ago by Bo Wang
https://piazza.com/class/jzob0qt1owq15p?cid=414
2/2

Leave a Reply

Your email address will not be published. Required fields are marked *